Internet message application protocol (commonly known as IMAP) is one of the two most prevalent Internet standard protocols for e-mail retrieval, the other being the Post Office Protocol (POP).

learn more… | top users | synonyms

0
votes
2answers
19 views

PHP IMAP sync a folder

I am building the PHP application to sync IMAP mailbox with local copy. I need to find a way to load only messages from IMAP folders that i didn't load yet. PHP IMAP library has the function ...
-1
votes
0answers
11 views

Full buffer when IMAP telnet to Yahoo [closed]

I've a problem when connect to Yahoo's imap through telnet command. Every thing is ok but with a large mail (approx > 8MB). When you use "Fetch [uid] BODY.PEEK[]" command, uid is your mail's uid, ...
5
votes
1answer
426 views

Gmail Imap authentication using AccountManager

Using the code below I am able to get a token from the AccountManager. I am not able to figure out how to use this token with the javamail (IMAP) api for android (Session, Store, Folder,..) ? I would ...
0
votes
2answers
102 views

php imap how to search unread and also sort them by date?

Is it possible to get the unread messages and also sort them messages by date ? I have $messages = imap_search($imap,"UNSEEN"); imap_sort($imap, SORTDATE, 1); but I'm wondering if it shouldn't ...
0
votes
2answers
32 views

Get the text of multipart Gmail messages

I am trying to fetch emails from Gmail by PHP using imap. I'm getting emails perfectly but my problem is that some of the messages are in a multipart format, and I would like to remove the multipart ...
0
votes
1answer
56 views
+50

imaplib2 : imap.gmail.com handler BYE response: System error

I'm renovating a python script that checks IMAP for new emails and sends a push notification if there's a new email. The problem is that every few hours I'm getting a crash. At first I couldn't really ...
0
votes
1answer
30 views

Email::MIME can't parse message from Gmail

So I'm using PERL and Email::MIME to get an email from gmail. Here is my code: use Net::IMAP::Simple::Gmail; use Email::Mime; # Creat the object that will read the emails $server = ...
0
votes
1answer
31 views

IMAP UID SEARCH and UID FETCH command issue

I issue a UID SEARCH command to get the UIDS of emails from a certain date and it returns me the list of UIDS. No problem, fast and works great. Then I take the result of the UIDS and issue this ...
0
votes
1answer
22 views

Cannot Decode Encoding - Python and imaplib

I'm obtaining emails from IMAP using Python and imaplib. In this specific case I'm having a problem with the To: addresses. I extract the encoded To: field, separate the addresses and then try to ...
-7
votes
0answers
20 views

PHP IMAP - Append new text on email which is send [closed]

Hi i like to ask if is possible to append some text in email body after the mail is send. I have list all my messages in inbox with php, but I like to ask is it possible to append some text after ...
0
votes
0answers
11 views

No disposition in php imap email structure to indicate an attachement

I'm having an issue getting attachements from emails using the PHP IMAP functions. In theory the attachments should be identifiable with [disposition] => ATTACHMENT or similar. But I am simply not ...
0
votes
1answer
16 views

PHP E-mail forward

I am trying to write a php e-mail forwarding script. I wrote a simple code doing this, reading e-mails from imap and sends them to a specific e-mail address. But the problem is it is not working :) ...
0
votes
0answers
21 views

comparison of PHP IMAP Librarys (php imap library vs horde imap vs roundcube imap vs others)

I am looking for a comparison of available PHP IMAP librarys, for example the php imap library and the horde imap library. Interesting points would probably be Features Ease of use RFC compliancy ...
-1
votes
0answers
19 views

include gmail into my codeigniter website

i have a question that i couldnt find any answer for it @ google. is it possible to integrate Gmail into any website ? i have my Codeigniter app already up and running, but i was considering ...
1
vote
0answers
162 views

IMAP idle method hangs + javax.mail + groovy

I have configured courier IMAP server and tested the IDLE functionality it works fine when using telnet machinexxx:~$ telnet hostname 143 Trying x.x.x.x... Connected to hostname. Escape ...
-1
votes
0answers
24 views

Debian. Dovecot: Fatal: error after update [closed]

After updating the debian packages occurred an error on Dovecot IMAP/POP3 mail server. And after trying to restart, it gave me this error: /etc/init.d/dovecot restart doveconf: Fatal: Error in ...
0
votes
0answers
24 views

Importing emails from exchange server

does anybody know if there's a way to get emails from a Microsoft Exchange Server using Microsoft Access/VBA/VB.NET and IMAP? Connecting Outlook and importing emails is no problem - I know how to ...
2
votes
1answer
39 views

How to access gmail with 2-step verification?

Recently I set up 2-step verification in my gmail account , and I try to connect to my gmail account using Java Mail API, but it didn't connect. My code: Properties props = System.getProperties(); ...
0
votes
2answers
29 views

MailCore how to delete a message

When using MailCore, how do I go about deleting a message? I understand that I set an IMAP deleted flag for a CTCoreMessage but does that actually cause a message to be deleted by the server? Or is ...
-1
votes
1answer
49 views

Java: How to download a file via imap:// protocol?

How can I download a file given the following URL with Java-SE-7: imap://georg@imap.acme.com:143/fetch%3EUID%3E/INBOX%3E18678?fileName=testmail.eml Any help highly appreciated - thank you in ...
-1
votes
0answers
17 views

imap connection issue in oulook 2007, working in other mail clients [closed]

My client is experiencing IMAP issues with their email accounts. I have tested the IMAP accounts in outlook express and thunderbird and they work – connects to the folders and downloads mail with no ...
1
vote
0answers
34 views

rpython and imaplib sending a search query to imap

I'm trying to import an email with a particular search string from the server. I'm using the following code. library(rPython) python.exec("import imaplib import email") python.exec(' ...
0
votes
0answers
38 views

How to get MailBox Tree of hotmail in C#

Dear I have Read All Mailbox Folders as a Tree Using Imap Client. But Imap Client just supporting yahoo and gmail servers not to hotmail. here is the code for yahoo and gmail i want the same thing for ...
0
votes
2answers
19 views

How do I ensure that the SEEN flag on an IMAP email message is not automatically marked as SEEN on doing getContent

I am dealing with a bad connection to an external IMAP server. I need my application to download messages from this mail server periodically. On many occasions, my code has already downloaded ...
-1
votes
0answers
80 views

“Writer must be open” Error When Downloading from IMap

I created an application to download the attachment through imap server using a third-party imap control. When i run the application and try to download the attachment it throw an exception: "Writter ...
1
vote
1answer
37 views

With PHP IMAP connection to exchange server, what flag does exchange server use for UNSEEN emails?

I am using the PHP IMAP library wrapped in the handy little class from Barbushin: https://github.com/barbushin/php-imap I started testing against my gmail account, which would fetch my unread emails ...
-2
votes
0answers
53 views

IMAP email error message? [closed]

I have some IMAP email accounts with some serious issues which neither I or my host GoDaddy can get their heads around. In Outlook 2007, everything was fine, but since people have moved over to 2010 ...
0
votes
1answer
38 views

IMAP to ODBC converter (i.e. IMAP to SQL)

Please excuse me if this question has been directly asked. I'm looking for the easiest and most robust way to get mail from our mail server (We use Kerio Connect so could use either IMAP or POP) to a ...
0
votes
1answer
23 views

not getting mails when filter out with ReceivedDateTerm java mail

here just to set today date. Calendar cal = null; cal = Calendar.getInstance(); cal.set(Calendar.HOUR_OF_DAY, 0); cal.set(Calendar.MINUTE, 0); ...
-1
votes
1answer
32 views

getting body text from email containing attachment

I'm using imap with Java mail to retrieve emails. I'm having some problems when the email has attachments. Here is the related code to receive the content of the email. //get content Multipart ...
0
votes
2answers
74 views

Erlang gen_tcp missing packets?

I'm developing a mail client adapter for Erlang. I'm having issues when I try to perform a fetch command, Erlang isn't able to get the body's content. This is output from my terminal, when I'm trying ...
0
votes
0answers
28 views

AE.Net.Mail - Save a draft for an existing message

How can I save a draft on an existing message? The following code will execute but the draft is not saved in my Gmail: Lazy<MailMessage>[] emails = imapClient.SearchMessages(searchCondition); ...
1
vote
3answers
2k views

How to get Gmail unread count

I am using the following code to get the Unread emails count in Gmail. However, it is returning the error: can't connect: Too many login failures Is there anything I am missing here? (IMAP and ...
-4
votes
1answer
39 views

How to read content(string/multipart) of imap message?[Javamail] [closed]

How to read body of imap message? Can't find a working example. How to read IMAPInputStream and Base64Decoder?
-2
votes
0answers
18 views

Do any email as a service providers offer functionality for double blind emailing? [closed]

I have a requirement to build something similar to craigslist's double blind email. Particularly, I need users to be email to reply to emails sent from my application using 'anonymized' reply-to ...
2
votes
0answers
65 views

Importing Data into Outlook.com

I'm currently tasked with importing a huge number of Emails from proprietary mail system into an Outlook.com account (yes, the web service not the desktop app). Due to the proprietary nature of the ...
0
votes
1answer
51 views

get sent mails via imap

Does someone know how I can get all sent mails to specific user using AE.NET mail library? I've tried something like this: imap = new ImapClient(imapMailServer, username, password, ...
0
votes
1answer
30 views

IMAP + Ruby: How to search emails with multiple parameters with optional conditioning

I have code using which I am able to fetch emails from authenticated gmail account. At the moment there is a basic filter applied on it. But my requirement needs me to apply multiple filters like: ...
-1
votes
1answer
31 views

php imap_fetchbody strange encoding

I have a little problem with imap_fetchbody. I accessed with the script below: $string= "{imap.gmail.com:993/imap/ssl/novalidate-cert}"; $mbox = imap_open($string.$_GET['f'], "mail@gmail.com", ...
0
votes
0answers
22 views

Open Source Email library supporting as many email protocols as possible? [closed]

I want to add an email notification feature to my development. Rather than reinventing the wheel and writing code for all the protocols i want to support; IMAP, POP3, SMTP, Exchange Server; are ...
0
votes
0answers
21 views

python3.3 IMAP4 error on windows

class CheckEmail(object): def __init__(self, host, port, username, password, constructor=IMAP4): self.conn = constructor(host, port) self.conn.login(username, password) self.conn.select() ...
0
votes
0answers
31 views

S22.Imap save message attachment to local hard disk

I need to store Message attachment into local hard drive.. Is there any work around for achieving this? I am using S22.Imap dll using (ImapClient Client = new ImapClient("imap.gmail.com", 993, ...
0
votes
0answers
29 views

PHPMailer missing data from imap append hotfix

I read online that I can use imap_append with phpmailer by changing two member variables, MIMEHeader,MIMEBody to public members and appending them as the content string. The sending works absolutely ...
0
votes
1answer
28 views

Extra Tabs in IMAP HTML Text

I'm using Python and imaplib to obtain emails from a IMAP server (supports all kinds of IMAP servers - GMail, etc.). My problem is: Using the IMAP BODY[INDEX] command to fetch a specific body part, ...
2
votes
2answers
355 views

Fetch unread mails from gmail apps

Im trying to fetch unread mails from a google apps mail account. Ive been trying the follow script: $email = 'name@domain.com'; $pass = 'password'; $inbox = ...
0
votes
0answers
32 views

Access gmail using imap with XOAUTH2 on production (JAVA)

I implement a IMAP gmail client using Oauth 2.0 that work fine on development mode. I can connect to IMAP, search e-mails, insert labels... but when I deploy my application, throw me an error here: ...
0
votes
2answers
38 views

How can I read the importance of mails using Perl's Mail::IMAPClient?

I am using Mail::IMAPClient to connect to an IMAP server. Can someone advise on how to get the priority of the messages? I tried dumping the headers, but I cannot see where the importance is set.
-4
votes
0answers
40 views

Get e-mail on Windows Phone 8

I am developing an windows phone 8 app. I need to receive e-mails from POP3 and IMAP server on windows phone 8. Any body know how to do it?
0
votes
1answer
61 views

Save attach of attached mail

I'm using Mail.dll from limilabs to manage an IMAP folder. There is one mail with an attachment that is an eml file, so a mail. It has in turn one attached eml file that I need to extract. So the ...
-5
votes
0answers
35 views

Download all attachment of an email account within a specific period [closed]

I want to download all attachment of an email account within a specific period using python poplib package. Please help. Example: Suppose I want to find all email which contains attachment from ...

1 2 3 4 5 29