afxgroup/airxmail

Bug: POP3 : result_message is stopped on abend

Closed this issue · 1 comments

The bug was related to big ULID(or LIST) cmd result.
So ‘handleData(pe:ProgressEvent)’ handler was invoked twice or more.
But POP3Client ULID/LIST parsing was assuming it only once.

Original issue reported on code.google.com by coltware@gmail.com on 13 Nov 2010 at 4:18

Fixed at rev 68

Original comment by coltware@gmail.com on 13 Nov 2010 at 4:24

  • Changed state: Fixed