Voting

: seven minus two?
(Example: nine)

The Note You're Voting On

frederik at roal dot no
23 years ago
For all imap functions where you specify the mailbox string it is important that you ALWAYS use IP (not hostname) and the portnumber. If you do not do this imap functions will be painfully slow.
Using hostname instead of IP adds 3 seconds to each IMAP call, not using portnumber adds 10 seconds to each imap call. (hint: use gethostbyname() )

<< Back to user notes page

To Top