[Bug 230072] pop3: mails are often not deleted on the server (web.de) -> I get many duplicate messages

Thomas McGuire mcguire at kde.org
Thu Jul 29 23:07:31 BST 2010


https://bugs.kde.org/show_bug.cgi?id=230072


Thomas McGuire <mcguire at kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




--- Comment #10 from Thomas McGuire <mcguire kde org>  2010-07-30 00:07:28 ---
SVN commit 1156867 by tmcguire:

Fix POP3 mailcheck aborting because of internal memory errors.

We were using memcpy() with overlapping memory regions, which does not
work. Now, use memmove().

Thanks to Sven-Ola Tuecke <sven-ola at gmx dot de> for finding and
fixing this problem!

BUG: 230072

 M  +2 -2      pop3.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1156867

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list