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

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 ...
2
votes
0answers
64 views

No email content with Mail::IMAPClient

This is how I connect yo GMail using Mail::IMAPClient sub connectGMail { my $socket = IO::Socket::SSL->new ( PeerAddr => 'imap.gmail.com', PeerPort => 993, ...
2
votes
0answers
129 views

refresh OfflineIMAP on command

I need help writing a script to update offlineIMAP on demand. It will need to interrupt an already running instance of offlineIMAP, run an offlineIMAP sync, and then proceed with the normal sync ...
2
votes
0answers
173 views

JavaMail intermittently throws FolderClosedExcpetion on IMAPMessage.loadEnvelope()

I have a java service that consumes emails from a Postfix mail server. It's handling about 1 email per second and processes the content of the emails. However, very intermittently I get this ...
2
votes
0answers
179 views

Can You get Attachment Filenames from IMAP without Downloading them?

Is there a way to check if an email has an attachment, and just get the filename without downloading it? In PHP, imap_fetchstructure() downloads the attachment to check it. Can this be done in PHP or ...
2
votes
0answers
152 views

How to use imap_open behind proxy?

I don't really know how to ask this question so I'll just ask it as best I can. Is it possible to use a proxy connection to read mail from a pop3 or imap server using PHP's imap_open? I would prefer ...
2
votes
0answers
296 views

send email from a Microsoft exchange Imap account from MailCore

Ok, so I am building an app that gets and sends emails from your email account, but I have hit a brick wall, the app worst great for POP3 accounts and IMAP accounts, but if are using a exchange IMAP ...
2
votes
0answers
175 views

Creating mail account not a mailbox using imap in php

We all know how to open a mailbox using imap_open. Here the problem is i'm creating a maill system here. I'm not able to find to create a mail account with imap/pop3 in php. Is it is possible ? ...
2
votes
0answers
276 views

Node.js mailparser module error: Cannot find module 'iconv'

I'm working on trying to learn node.js, and am playing around with the imap and mailparser sample code found here. I installed both imap and mailparser according to the instructions in the readme ...
2
votes
0answers
203 views

get gmail Xoauthtoken ,access gmail mails?

Hi everyone, finally, after not getting any solution for deleting the mails using contentprovider ,i moved to IMAP/POP3 libraries.Ive used xoauth library to connect to IMAP , but its ...
2
votes
0answers
176 views

Marking sent messages as read in Gnus over IMAP

When using Gnus, I want my sent messages to be marked as read in the remote IMAP folder. I'm using ;; mark Gcc (group Cc) messages as read (setq gnus-gcc-mark-as-read t) but it doesn't work. Does ...
2
votes
0answers
221 views

command SEARCH CHARSET with special character in IMAP

How can I find email with subject ã, or á, é, à? Special characters. I used the command: c: A05 SEARCH CHARSET ISO-8859-1 TEXT {6} s: +go ahead c: ã s: * SEARCH s: A05 OK SEARCH completed ...
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(' ...
1
vote
0answers
39 views

Get all UID's from IMAP?

Here is the problem my gmail account displays that I have 373 emails. However, when I query the IMAP server with is command " SELECT INBOX\r\n" it displays that I have about 968 emails ...
1
vote
0answers
146 views

C / Linux - How to connect and read the answer of a mail server like gmail or outlook with sockets?

I would like to connect to a mail server to read the mail. For example, I have an outlook address toto@outlook.com, and I want to get all the mail of this mailbox and be able to read it. So I believe ...
1
vote
0answers
219 views

GMail, IMAP, oAuth 2.0 and fetching emails

I want to fetch emails from a gmail account. I've managed to get the active token using oAuth 2.0 but I have no idea where to go from here. Google and stackOverflow took me here: ...
1
vote
0answers
134 views

Get Gmail labels via PHP IMAP?

I am accessing Gmail messages via IMAP using PHP. I'd like to know what label(s) each message is tagged with. Apparently Google has an IMAP extension that will do exactly what I need: ...
1
vote
0answers
57 views

Ruby Net::IMAP sort method not working

I am using Net::IMAP to connect to gmail or any other IMAP server. It works great however when I try to sort it returns an error and I can't figure out why. imap = Net::IMAP.new('imap.gmail.com', ...
1
vote
0answers
254 views

Getting Gmail Emails with Attachments usig Java IMAP

I am trying to get emails from Gmail using Java. I using the java-gmail-imap library. When I try to get message.getContent(), it is always giving Inputstream. It doesn't provide me enough information ...
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
vote
0answers
82 views

Connecting e-mail client, recieving works but sending does not

I have a problem with a code. It's (supposed to be) an email-client with options to read messages and send them - the problem is, that it does not download the messages and is not able to send them - ...
1
vote
0answers
99 views

How to get charset via php imap when imap_fetchmime isnt supported

I'm wondering how to get the charset via PHP IMAP when imap_fetchmime() isn't supported. I either have a lower version of PHP that doesn't support it or maybe it's deprecated, but it doesn't work for ...
1
vote
0answers
94 views

Syncing IMAP server & local copy of messages

Im new to working with IMAP from a programmers perspective, but trying to write a simple IMAP email client. I have a 3rd party control that does most of the heavy lifting connecting 7 talkking to the ...
1
vote
0answers
62 views

Ruby IMAP Net::IMAP::DataFormatError: nil when not using date

Setting: using RubyMine 4.5 and Ruby 1.9.3 This following is the full code I have in a method to search my email and the has one variable in which is the emailaddress which is being passed in with no ...
1
vote
0answers
20 views

imap_client_buffer not being obeyed on nginx

I have imap_client_buffer set to 64k(as required by imap protocol) in the nginx.conf file However when an imap client sends a very long command, post authentication, the length gets truncated at ...
1
vote
0answers
156 views

IMAP SEARCH CHARSET with ISO-8859-1

I can't understand what encoding approach uses Tunderbird while searching on IMAP server with command IMAP SEARCH CHARSET I've tried to search Russian word "привет" and this was mapped to "?@825B", ...
1
vote
0answers
499 views

How to forward an email downloaded by PHP and IMAP?

I'm writing a script to read email and distribute it to different email addresses depending on the TO address. All email comes to one address, but I cannot seem to figure out how to forward an email, ...
1
vote
0answers
362 views

PHP Download Attachments using imap_open(), via CLI

I am so close to finishing this, but I'm stuck on downloading attachments. So far I'm grabbing all my necessary email header information with the following code: (also, I'm doing this via command ...
1
vote
0answers
55 views

How do I find mail messages in an inbox with UTF-7 character encoding

We have a script that moves messages from an inbox into a CRM against the contact record of the sender (nice one CiviCRM!) It has stopped working because someone has sent us a message in UTF-7 ...
1
vote
0answers
232 views

imap_headerinfo not working

I've been trying to get this to work for about a week. I simply want to retrieve the from, subject and date. I've looked online but all the examples show looping rather than a single email. I've ...
1
vote
0answers
127 views

Imap_search very slow

I'm using the imap_search to get a list of messages from my INBOX. I want only the emails sent from the address, lets say "somemail@gmail.com". I'm doing like: $headers = imap_search($box,'FROM ...
1
vote
0answers
209 views

Fetch Mime Type of Email Attachment in PHP 5.2 (imap_fetchmime equivilent)

This question has been posed before but the user didn't give his/her full solution, so I was wondering if anyone else can help? I need to be able to grab the MIME type of the attachment(s) which are ...
1
vote
0answers
127 views

Receiving old emails with POP3 using Mailman

I'm very new to mailman, just trying to create a handler so I can get notification when I receive new mail , something like that : require "rubygems" require "mailman" Mailman.config.pop3 = { ...
1
vote
0answers
180 views

remove mime attachments with php

Google has provided me with loads of resources on how to add attachments and how to extract attachments from a imap message using PHP, but I am unable to find anything to demonstrate how to remove ...
1
vote
0answers
752 views

imap_open: Can't open stream

I'm trying to use imap_open() for my FatCow email account. Here's my code: $mbox = imap_open("{imap.fatcow.com:143}", "account@domain.com", "password"); Here's what I receive: Warning: ...
1
vote
0answers
80 views

Android App Interfacing with IMAP and populating with Gmail emails

I am trying to make an application which will basically be the same as the stock email app. To allow me to log into an email account using IMAP and SMTP. I have been trying to understand the protocols ...
1
vote
0answers
293 views

Connecting Android app to Gmail IMAP using AccountManager

I am making an Android app that periodically connects to Gmail and analyzes the users messages for data. I am able to connect to Gmail fine if the user inputs their username and password, but ...
1
vote
0answers
134 views

How to mark a read mail as Unread in IMAP using objective c

I am trying to mark a read mail as Unread on click of UNREAD button.The mail is marked as unread but on logging in again that mail is shown as read.This is the part of the code that i am using :- ...
1
vote
0answers
119 views

Use php imap function to get all emails from Microsoft Exchange Server

Is there a way we can fetch all emails in Microsoft Exchange Server using PHP's library functions in IMAP?
1
vote
0answers
77 views

How to authenticate using imap with rails

I've been looking around for an imap plugin for rails or devise. I've found this one notably https://github.com/joshk/devise_imapable but it is too old. How would I go about rolling my own ...
1
vote
0answers
133 views

Can I read my google apps account mail using powershell/c#

I used to have this working with Koolwired years ago but it appears this project has gone stale and google have changed their settings. I have no problem sending mail to my apps account of course but ...
1
vote
0answers
120 views

How to fetch email account details with Python IMAP?

After logging in to my Gmail account with the Python imaplib module, I would like to retrieve my account details e.g. email address or my screen-name. I haven't found any obvious method to do so in ...
1
vote
0answers
69 views

DBMail VS native IMap on the server

After asking this question : http://dba.stackexchange.com/questions/7360/storing-a-mirror-of-imap-pop3-folder-inbox-in-a-local-db-what-choices-are-there It was suggested that I use DBMail to store ...
1
vote
0answers
197 views

How to activate (imap) php extension on IIS 6 with FastCGI?

I am using a Windows 2003 Server along with PHP 5. PHP is connected with IIS by FastCGI. I need to activate the imap extension in PHP, so I edited the php.ini: I checked the extension path, it's ...
1
vote
0answers
501 views

JavaMail Exception: javax.net.ssl.SSLKeyException: RSA premaster secret error

I get this error when I try to connect through Javamail to an IMAP server using STARTTLS. I thought it might have been the (pointless) US export restrictions on the JCE, so I double checked that I'd ...
1
vote
0answers
277 views

PHP: imap_savebody() breaks long lines

I attempt to parse an email message whose body is in csv format. The email supposedly has this content: ,111111111111111,Abcde Abcd,,abcde@abcdefghi.com.au,61352722827,13/04/2012,14/04/2011,Abcd ...
1
vote
0answers
508 views

How to override php.ini timeout for imap_timeout functionality with secure pop3 servers (php imap library)

The PHP IMAP Library doesn't have built in ways to change the imap_timeout function for secure pop3 connections. I'm looking to build this functionality so I can set timeout to 1 second for ...
1
vote
0answers
411 views

OpenID+OAuth failed with GMail Imap login (Invalid credentials (Failure))

I have OAuth implementation(C#) that works fine itself and successfully logged in to GMail IMAP via XOAuth. Recently I wrote OpenId+OAuth implementation. But after getting Authorize key from OpenId ...
1
vote
0answers
245 views

How to do OAUth support in IMAP c-client library

We are using IMAP c-client library in our application to download emails . Currently We are opening IMAP session by providing user name and password to imap_open() utility. Now We want to implement ...
1
vote
0answers
266 views

Upload MSN messenger chat log to gmail

I am looking for a way to store all my msn messenger chat log (the xml file) to my gmail account. Just like the gmail chat logs in the "Chats" folder. Is there any program or web service provide ...

1 2 3 4 5 9