I have an application that needs to read and parse emails from a mail server. hMailServer allows me to route mail into an IMAP folder rather than forwarding it to a pop3 account. Is IMAP fast enough to use as an applications mail server?
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
The way of fetching the mail data would be more or less same in both the protocols POP and IMAP. In pop u would do retr and in IMAP it is fetch. It has to be the connection speed that would matter. BTW both the protocols are meant to be scaled for millions of mail data and thousands of concurrent connections. |
|||
|
|