dineshkummarc / wobmail

Automatically exported from code.google.com/p/wobmail
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Connection to POP3 server gets closed 30 seconds after login no matter what #18

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Login using valid username and password.
2. Note the time.
3. Click around (view individual messages, for example) to ensure connection is 
on for the next 
30 seconds.
4. Just after 30 seconds from the login, click something.

What is the expected output? What do you see instead?
While one would expect a normal user to continue being able to view messages, 
an exception 
page displays indicating the Folder is not open, or something related.

This issue is caused by the fact the connection to POP3 is only ever 
reactivated when doing 
obtainOpenInboxFolder in Pop3MailSession.  This is no longer the only case in 
which a reset 
should happen.  Instead, a reset on the timeout task should happen everytime a 
significant link 
is clicked

Original issue reported on code.google.com by jonny.me...@gmail.com on 25 Oct 2009 at 6:19

GoogleCodeExporter commented 8 years ago
Completed coding work.  Setting as fixed.

Original comment by jonny.me...@gmail.com on 28 Oct 2009 at 4:47

GoogleCodeExporter commented 8 years ago
Marking as verified.

Original comment by jonny.me...@gmail.com on 15 Nov 2009 at 7:37