imap

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 support this or do i need to use another prot...

how do i add the sort extension to the IMAP server ?

Hi, 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 ? ...

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? ...

Decent webmail clients for Windows Server 2008 / IIS

I'm looking for a free webmail client (like Squirrelmail for instance) that will act as a front-end to my IMAP-based mail solution. Anything that will integrate well with Windows Server 2008 32-bit / IIS 7. Any suggestions? ...

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: <[email protected]> I cannot figure ou...

PHP: Download incoming email from POP3 or IMAP, parse it, and mark it as read/delete on server.

Hi there, 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 removes it from the server. Piping...

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 facing an issue where automatic emails trigge...

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 app process the emails. Would that make...

Delete Email on Server using javax.mail

Hi all, 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 tries to receive all emails? if so, p...

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 think with the ssl configuration), I can't ...

mono compatible mail library? (IMAP)

I quickly put together some code with KoolWire It isnt mono compatible according to MoMa. What lib can i use that is compatible with mono? or at least a mono equivalent thats very easy to implement. ...

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 options do i have? ...

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 same (I need a free/open source solution f...

IMAP library for .NET

does anyone know if there is a free IMAP library for vb.net? i would like to be able to read and send email from a gmail account using the library ...

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 user@server or this: $ imapget --format "$DATE - $FROM - $SUBJ" -p=passwo...

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 will affect the read state, but it ap...

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. ...

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 any previously read messages have been mar...

Avoiding duplicate emails during first sync between IMAP account and new email client

Avoiding duplicate emails during first sync between IMAP account and new email client I have an IMAP account that I access through my email client at work, I plan to access this same account at home. The account has thousands of emails in it, and rather than downloading all of these during the first sync at home, I would like to export...

Access to the same Exchange Server account using the IMAP protocol and Microsoft Outlook

Hi, 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 email account using the Outlook (Exchan...