Все вопросы: [imap]
102 вопросов
Есть ли законный способ создать папку IMAP с символом разделителя иерархии в имени?
В протоколе IMAP присутствует символ иерархии папок.Если вы попытаетесь создать папку с таким символом в имени, почтовый сервер создаст две папки.Например, если символ-разделитель "/", то команда CREATE "aaa/bbb" создаст две папки aaa и bbb в папке aaa. Можно ли создать одиночную папку с си...
Найти URL-адреса Gmail через IMAP
Одна из моих любимых функций Gmail - это возможность добавлять в закладки URL-адреса определенных сообщений, например: https://mail.google.com/mail/#all/124c8f386d41fd3a Я хотел бы написать сценарий, который обращается к моей учетной записи Gmail через IMAP и создает HTML-страницу со ссыл...
Проблема с подключением IMAP
Я использую клиент IMAP по этой ссылке [ http://www.codeproject.com/KB/IP/imaplibrary.aspx?fid=91819&df=90&mpp=25&noise=3&sort=Position&view=Quick&select=2865930&fr=1#xx0xx] . Когда я подключаюсь к серверу, я получаю примерно такой ответ: «220 Mail.servername.co.in...
Справка по загрузке почтового сервера
Есть ли почтовый сервер, который можно использовать с javamail, простой в эксплуатации, с поддержкой POP3, IMAP и SMTP?Я знаю Джеймса, но он не поддерживает IMAP.Кто-нибудь знает?
Как можно отправлять почту по IMAP?
Я разрабатываю легкий клиент Gmail для мобильных телефонов с доступом к Gmail по протоколу IMAP.Я хочу отправить черновик из папки «Черновики», но в нем есть вложения, и я не могу загрузить их все, чтобы отправить по SMTP. При перемещении / копировании в «Отправленные» они не отправляются, а ...
Переход с IMAP Gmail на Google Apps для домена
У меня есть учетная запись gmail, которую я использую для проверки моей почты IMAP из моего домена прямо сейчас, и она работает нормально.Я хочу перейти на использование приложений Google для своего домена, поэтому мне не нужно настраивать учетные записи и т. Д., Используя мою хостинговую компан...
IMAP в Php: отметка сообщения как непрочитанного / невидимого
Я хочу создать скрипт на php для чтения электронной почты с почтового ящика. Я подключаюсь к серверу, я вижу почту, но пошел. Я хочу вернуть ее невидимым. Я не могу найти функцию для этого.
Обработка электронной почты IMAP в PHP
Мне нужно обработать почтовый ящик, отслеживать сообщения с определенной строкой темы. Если он находит совпадение, мне нужно получить содержимое тела, обработать его и вставить в базу данных. В идеале следует отметить сообщение как прочитанное и также переместить его в другую папку IMAP. Я ко...
Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook
I am developing a .NET C# application that will access the Exchange Server using the IMAP protocol. The application will retrieve emails, mark them as read, and move them from Inbox to some other folder based on some predefined rules. My question is, will the user that will be accessing same ema...
How to duplicate an IMAP mailbox
I would like to create an email client that can access multiple IMAP mailboxes. I'd also like a copy of all emails for processing. What is the best way to do this using IMAP commands? Right now I have a script that iterates over the folders, FETCHing FLAGS on 1:* to see what's been read and if ...
Reading Email via IMAP in PHP
I need a recommendation for a PHP library that is capable of reading email via the IMAP protocol. I cannot use the standard PHP: IMAP library because that requires recompiling PHP for the target web server and I don't have access root access to the web server.
get email unread content, without affecting unread state
Right now its a gmail box but sooner or later I want it to scale. I want to sync a copy of a live personal mailbox (inbox and outbox) somewhere else, but I don't want to affect the unread state of any unread messages. what type of access will make this easiest? I can't find any information if ...
IMAP folders diff?
I'd like to "diff" two IMAP folders (on two different servers) to compare spam filters, I'd like to have a command line tool (linux) to get just the headers (not the whole dir, e.g. using 'isync' or similar), something like this: $ imapget --subjects -p=password [email protected] or this: $ imapget ...
IMAP on C# - Download Mails and Attachments
I have tried this on C# using open source project called "Koolwired.Imap" on sourceforge. It was OK when downloading mails, but for attachments it is only listing the file name of the attachment. Is there anyone who has tried this? If not is there any other better free library which can do the ...
Where is the IMAP support in the .NET Framework?
One year ago Mitchel Sellers had a related question... I would like to access the Google IMAP for sending and receiving email messages within my custom application. The point is that i would not like to use any third party controls. Newer versions of the .Net Framework support IMAP? What optio...
IMAP + TLS/SSL with synapse?
i'm currently trying to add to a software the capability to list unread emails in the user's inbox using imap. After having no success at all using indy10, I discovered synapse which seemed better for what I needed, but I can't find a way to get it working. My problem is with the login (thus I t...
Delete Email on Server using javax.mail
I am receiving emails from the server using the IMAP protocol like it is described here. This is working very fine and I can store the emails and attachments on the disk. Question: Do I have the possibility to delete files from the Server, so that they are no longer available, when a client trie...
Possible to incorporate "push email" into a web app?
I was reading about this new feature in Gmail called push email which seems to be designed with smart phones in mind. But I wonder if it would be possible to incorporate this into a web app. So for example, let's say I allow Gmail to push email to a particular HTML form and then I have my web...
Bypassing exchange accounts while sending mail through SMTP Server in ASP.NET
I develop applications using the ASP.NET framework for my academic organization. We also have an exchange server for internal accounts. Since my organization is under the umbrella of a larger one, all our internal exchange accounts also have external parent accounts with the same names. I'm fac...
PHP: Download incoming email from POP3 or IMAP, parse it, and mark it as read/delete on server
I'm trying to add incoming email to my web application. It's built on CodeIgniter and PHP, and as far as I can tell I haven't found any CI libraries to do this. What I'd like to do is have a controller that connects to my mail box, via POP3 or IMAP, and retrieves the message, parses it then remo...
GMail threading, IMAP and Ruby
I am using the Ruby IMAP library to get a GMail conversation. The way that GMail threads conversations is via "Message-ID" and "In-Reply-To" message headers. For example: In-Reply-To: <[email protected]> Message-ID: <9cd2f5ff0909151911r30ddb805n51...
Google simultaneous connections
Does Google cap the number of connections a server can make to Google IMAP servers? I'm looking for overall limit rather than per account limit (which is 10 connections by the way). Does anyone have an experience with that?
how do i add the sort extension to the IMAP server?
If we do own a Mail server supporting, how is it possible to add a sort extension to it ? Also how is it possible for a client using java mail to check if the server does indeed support the Sort extension ?
It is possible to download signatures in IMAP?
Situation: I need to make an imap client (using java mail api) that if, for example when synchronising with gmail would also download my signature. So that next time i send a mail using SMTP, it would automatically include my gmail signature alongside with it. Is that possible ? Does IMAP sup...
IMAP interface access to existing user messaging system in Python
I am running a site where users can private message each other. As with any other such website, to read and mark their messages, users must log on to the site. I wish to expose an IMAP interface so that users may read their site messages using their standard email client. There would be few comp...
Need a way to search mail for a message id using imap
I am using Java Mail api to access a gmail account (not fixed). I need to search all mails for a given Mail id (). The search should terminate on the FIRST occurence of the message with given ID (Optimization : only a single mail should exist with the given id) i would of course would like to sk...
Can i track an IMAP mail reply?
I am working on an IMAP client using java mail. We currently have a requirement of creating a "group by conversation" feature where user can view mails as conversation (Refer to how gmail groups mails that are replied and forwarded) I am able to retrieve mails from the server, but in the mail pa...
PHP fsockopen Is Slow
I'm playing around with the IMAP protocol in PHP using fsockopen to send and receive commands. My preliminary experiments work but are insanely slow. It takes about 2 minutes for the simple function below to run. I've tried several different IMAP servers and have gotten the same result. Can anyon...
PHP imap gmail not connecting [Edited!!]x2
I have some php code that I'm trying to use to connect to gmail using imap. Here's the code: $hostname = '{imap.gmail.com:993/imap/ssl/novalidate-cert}INBOX'; $tmp_username = 'username'; $tmp_password = 'password'; $inbox = imap_open($hostname, $username, $password) or die(imap_last_error()); ...
How to write a unix script that gets notified with IMAP IDLE from Gmail?
I'm looking for a way to get notified in my unix system for new email. I know gmail supports IMAP IDLE, what is the best way to make use of that feature? Any programming language is fine, as long as it is supported in linux/unix.