[Gambas-user] [Gambas Bug Tracker] Bug #1022: A little issue with Pop3Client
bugtracker at ...3416...
bugtracker at ...3416...
Sun Oct 30 11:29:32 CET 2016
http://gambaswiki.org/bugtracker/edit?object=BUG.1022&from=L21haW4-
Comment #3 by Benoît MINISINI:
A Refresh() method was missing in the Pop3Client class. It has been implemented in revision #7945.
Without it, you have to close and open the connection each time you want to check the message box.
Anyway, I don't think you should keep the connection opened for that. Pop3 graphical client usually open a new connection for each message box check,
and the Pop3 server may dislike a client that keep its connection opened for a long time. Try to find what the best practices are in that case.
Benoît MINISINI changed the state of the bug to: Fixed.
More information about the User
mailing list