History | View | Annotate | Download (39.1 kB)
remote mailbox: Changed 'Refresh' button/menu to 'Resume'.
remote mailbox: do not disconnect immediately but send QUIT on normal POP3 errors.
made the button sensitivity and Stop/Refresh label of remote mailbox dialog consistent.
src/rpop3.c: added refresh (reload) menu.
src/rpop3.c: implemented reloading after the loading stopped.
remote mailbox: supported SOCKS proxy and made it receive headers from the latest one.
changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use G_PRIORITY_LOW for long timeout interval.
clear temporary password if authentication fails.
src/rpop3.c: added missing GDK locks.
introduced multi-threading.
generate cache on adding messages.
added menu to the remote POP3 mailbox window.
remote mailbox: fixed sorting by subject, date and size.
remote mailbox: send NOOP command for each 30 seconds to prevent session timeout.
remote mailbox: display 'Quitting' on logout.
remote mailbox: modified style.
remote mailbox: added stop button which stops retrieving of headers.
remote mailbox: enabled cancellation on connection.
remote mailbox: implemented receiving of messages.
remote mailbox: added timeout. Show dialog on error.
remote mailbox: implemented message display.
implemented remote POP3 mailbox.