|
I am looking for tips on improving IMAP search performance using Courier IMAP. The current version is 4.2.1. Unlike in the question " Fast search for IMAP? ", I'm specifically looking for server side improvements.
Access performance is already quite good...
Started by Wade on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
I'm, like squirrelmail, you can enable server side look-ups which, in turn, will cause Cyrus to use to CMU's with IMAP proxies running....
Probably a head-to-head test would be in order.
The messages is on the client not the server.
|
|
Hi Does anyone knows good and latest imap server library in C#? Already I used lumisoft imap library. But, as the gmail has changed it's settings, I cannot use it anymore. Need latest imap server library...
Started by Nila on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Some of the functions has been/MIME (secure signatures), includes IMAP, POP3 and SMTP clients:
using(Imap imap = new Imap.
I found the latest imap server coding in the following link..
|
|
I know that you can configure Exchange to allow connections using IMAP and POP.
But is there a way to let IMAP clients access an Exchange mail box, without changing any settings on the target Exchange server?
I'm up for any ideas, including if you can...
Started by Martin M on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at serverfault):
With Exchange 2003 you can do "Front End" Exchange Server computers that talk the IMAP protocol to clients trying to do?
The only "change" to the Exchange server for IMAP would be to turn on the IMAP service the....
|
Ask your Facebook Friends
|
Is there a way to determine pop or imap server given the email address? I am building an application for non technical users and I dont really want to bother them with asking their imap/pop servers. mail2web.com does this, but I am not sure how.
Started by raghu on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Pick up (via POP/IMAP) is an entirely local domain admin ....
Only as there is a functional requirement to send the mail onto the next stop .
There is nothing in a standard that dictates a POP/IMAP server for a given domain.
Though..
|
|
Hi,
does anyone know good SMTP/IMAP server libraries for C#?
I only found some long abandoned projects.
Only SERVER SIDE libraries, please no more posts about client libs.
Thanks, Fionn
Started by Fionn on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
But once you fetch the email from the server, you'll ....
For IMAP, I don't know.
IMAP Server, POP3 Server and SMTP Server) fire events when they need information or actionFor SMTP, there's System.Net.Mail.
|
|
I'm curious to know if there is an easy way to mock an IMAP server (a la the imaplib module) in Python, without doing a lot of work.
Is there a pre-existing solution? Ideally I could connect to the existing IMAP server, do a dump, and have the mock server...
Started by cdleary on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
I never tried but, if I had to, I would start with the existing... .
It comes with support for writing IMAP servers and you have a huge amount of flexibility.
I found it quite easy to write an IMAP server in twisted last time I tried.
|
|
I am trying to get my gmail mail into Outlook 2007 via its IMAP connector.
It seems that Outlook 2007 only downloads the message headers, not the email messages and not the attachments, unless you specifically click on a message.
How do I make Outlook...
Started by AngryHacker on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
Outlook 2007 also has....
Keep in mind this will also remove those messages from the IMAP server.
If you drag all the folders off the IMAP server to a local folder, outlook will download all the messages and store them locally.
|
|
Hi,
Does anyone have any sample code in that makes use of the .Net framework that connects to googlemail servers via IMAP SSL to check for new emails?
Thanks
Started by Belliez on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
That code, while the full message:
using ....
The object asynchronous to increase the speed with which it can interact with IMAP servers.
I've used it to download email from Gmail.
IMAP client and server code that you can use.
|
|
I'm using IMAP to retrieve emails from an Exchange Server from my iPhone. When I delete emails on the device, the items disappear on the iPhone, but not on the server. Moving emails to another folder doesn't work as well.
Is this an iPhone or Exchange...
Started by splattne on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
There you can make the iPhone....
Did you check the Advanced account settings on your iPhone .
I have set make that action on the Exchange server.
I think your problem is in using IMAP (which traditionally leaves a copy on the server).
|
|
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 ...
Started by Srdjan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
In the same folders as your application accessing exchange server via IMAP..
|