|
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):
Although 4 is over kill, we get away plus the IMAP proxies are pulling double....
We have 4 IMAP proxies.
The mail stores are distributed among 5 backend servers.
To CMU's with IMAP proxies running on same web servers that handle webmail.
|
|
I have read through all PHP documentation on IMAP functions (www.php.net/imap), but didn't find anything on issueing an IDLE command over an IMAP connection.
I want to establish an IMAP connection between my server and GMail, and be notified instantly...
Started by sopppas on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The documentation suggests using imap_ping for a periodic "new mail check"
I've been working on modifying the ilohamail.org imap client to support imap library which is just modified....
IDLE isn't supported by PHP's IMAP functions.
|
|
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..
|
Ask your Facebook Friends
|
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...
Started by Glenn on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
There is a PEAR package that implements the IMAP protocol: Net_IMAP
If I were you, I would.
|
|
Is there a built-in method to access an Imap server (with SSL) in C# or is there a good free library?
Started by Unkwntech on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Questions/86553/working-with-pop-imap-email-and-net
There is no .NET framework support for IMAP and easy to use, it also supports SSL :
Imap imap = new Imap(); imap.ConnectSSL("imapServer"); imap.User: http://www.lesnikowski....
|
|
Is there an Emacs package for using rmail with an imap server?
Started by Andrew M. Greene on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
Cliff Notes: Use something like fetchmail and a local IMAP server or offlineimap, and Gnus..
Your best bet is using".
CYRUS IMAP Sieve
The RMAIL model is not flexible enough to map to IMAP.
|
|
How can I connect to IMAP (for example imap.gmail.com) in Outlook from behind a HTTP proxy (no authentication needed) ?
Started by Naseer on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at serverfault):
If you have problems connecting, I suspect that your firewall/router is blocking the IMAP port(s)....
The standard ports for IMAP are 143 and 993 for secure IMAP.
IMAP is a different protocol and uses different ports than HTTP.
|
|
Our network admins have disabled IMAP and POP for our exchange server, but do have RDP over HTTP enabled. Does Mac Mail only use IMAP to communicate with exchange servers, or does it also know how to use RDP over HTTP?
Started by Peter Walke on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Mail.app supports IMAP and POP, but no RDP over HTTP, yet..
Mac mail uses IMAP for mail and uses HTTP to fetch calendar data, as far as I am aware.
|
|
(using the IMAP commands, not with the assistance of any other mail package)
Started by Mark Harrison on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
( Note : imap messages require a uniqe.
I'm not sure how well-versed you are in imap-speak, but basically after (\Deleted) e expunge
would be an example of messages to send.
Mailboxes, not single mails.
|
|
I'm using Thunderbird with Gmail IMAP and there's this "Subscribe" option for folders. What does that mean?
Started by obvio171 on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
The original aim of IMAP was....
Strangely enough, the authors of that protocol.
This is due of the peculiarities of the IMAP protocol.
Things.
|