Searched hist:a9de7ece6bcbcee28f93f8d48a91aef36d5aceff (Results 1 – 2 of 2) sorted by relevance
/haiku/src/add-ons/mail_daemon/inbound_protocols/pop3/ |
H A D | POP3.h | a9de7ece6bcbcee28f93f8d48a91aef36d5aceff Wed Jan 16 13:01:32 UTC 2013 Axel Dörfler <axeld@pinc-software.de> pop3: Fixed maintaining fSizes list, and more.
* The list was filled, but never emptied. * If SyncMessages() was called more than once for the same POP3 instance, this could garble the mails retrieved in the second run. * Maintain the total size of mails in fSizes to be able to report progress in more detail. * Also adapted progress reporting to the argument changes made in MailProtocol earlier. * Minor cleanup.
|
H A D | POP3.cpp | a9de7ece6bcbcee28f93f8d48a91aef36d5aceff Wed Jan 16 13:01:32 UTC 2013 Axel Dörfler <axeld@pinc-software.de> pop3: Fixed maintaining fSizes list, and more.
* The list was filled, but never emptied. * If SyncMessages() was called more than once for the same POP3 instance, this could garble the mails retrieved in the second run. * Maintain the total size of mails in fSizes to be able to report progress in more detail. * Also adapted progress reporting to the argument changes made in MailProtocol earlier. * Minor cleanup.
|