aboutsummaryrefslogtreecommitdiff
path: root/src/rpop3.c
AgeCommit message (Collapse)Author
2014-11-07made some dialogs size DPI-aware.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3436 ee746299-78ed-0310-b773-934348b2243d
2014-04-23src/rpop3.c: additional fix for Bug #193.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3396 ee746299-78ed-0310-b773-934348b2243d
2014-03-26updated copyright year. configure.in: increased library version.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3367 ee746299-78ed-0310-b773-934348b2243d
2014-03-17disabled auto-expand for GTK+ < 2.14.0 because of GTK+ Bug #316087.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3344 ee746299-78ed-0310-b773-934348b2243d
2014-03-17auto-expand Subject / Folder name column on resize of the tree view.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3343 ee746299-78ed-0310-b773-934348b2243d
2013-11-28src/rpop3.c: rpop3_retr_recv(): check error of procheader_parse_file().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3308 ee746299-78ed-0310-b773-934348b2243d
2013-10-30fixed logical bugs (#134).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3295 ee746299-78ed-0310-b773-934348b2243d
2013-01-31remote mailbox: Changed 'Refresh' button/menu to 'Resume'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3202 ee746299-78ed-0310-b773-934348b2243d
2013-01-31remote mailbox: do not disconnect immediately but send QUIT on normal POP3 ↵hiro
errors. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3201 ee746299-78ed-0310-b773-934348b2243d
2013-01-30made the button sensitivity and Stop/Refresh label of remote mailbox dialog ↵hiro
consistent. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3199 ee746299-78ed-0310-b773-934348b2243d
2011-12-26src/rpop3.c: added refresh (reload) menu.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2996 ee746299-78ed-0310-b773-934348b2243d
2011-12-22src/rpop3.c: implemented reloading after the loading stopped.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2995 ee746299-78ed-0310-b773-934348b2243d
2011-12-21remote mailbox: supported SOCKS proxy and made it receive headers from the ↵hiro
latest one. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2993 ee746299-78ed-0310-b773-934348b2243d
2010-12-21changed deprecated gtk_timeout_add() to g_timeout_add(_full)(). Use ↵hiro
G_PRIORITY_LOW for long timeout interval. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2764 ee746299-78ed-0310-b773-934348b2243d
2010-11-09clear temporary password if authentication fails.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2714 ee746299-78ed-0310-b773-934348b2243d
2009-10-06src/rpop3.c: added missing GDK locks.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2273 ee746299-78ed-0310-b773-934348b2243d
2009-09-17introduced multi-threading.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2255 ee746299-78ed-0310-b773-934348b2243d
2009-09-15generate cache on adding messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2253 ee746299-78ed-0310-b773-934348b2243d
2008-11-14added menu to the remote POP3 mailbox window.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2068 ee746299-78ed-0310-b773-934348b2243d
2008-10-01remote mailbox: fixed sorting by subject, date and size.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2049 ee746299-78ed-0310-b773-934348b2243d
2008-09-25remote mailbox: send NOOP command for each 30 seconds to prevent session ↵hiro
timeout. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2041 ee746299-78ed-0310-b773-934348b2243d
2008-09-24remote mailbox: display 'Quitting' on logout.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2039 ee746299-78ed-0310-b773-934348b2243d
2008-09-19remote mailbox: modified style.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2038 ee746299-78ed-0310-b773-934348b2243d
2008-09-19remote mailbox: added stop button which stops retrieving of headers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2036 ee746299-78ed-0310-b773-934348b2243d
2008-09-18remote mailbox: enabled cancellation on connection.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2035 ee746299-78ed-0310-b773-934348b2243d
2008-09-18remote mailbox: implemented receiving of messages.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2034 ee746299-78ed-0310-b773-934348b2243d
2008-09-18remote mailbox: added timeout. Show dialog on error.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2033 ee746299-78ed-0310-b773-934348b2243d
2008-09-17remote mailbox: implemented message display.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2032 ee746299-78ed-0310-b773-934348b2243d
2008-09-17implemented remote POP3 mailbox.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2031 ee746299-78ed-0310-b773-934348b2243d