aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Collapse)Author
2012-03-26referch message when imap/news cache file size is 0 (Bug #50).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3034 ee746299-78ed-0310-b773-934348b2243d
2012-03-26removed direct inclusion of <glibconfig.h> and <glib/gwin32.h> (fixes Bug #53).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3033 ee746299-78ed-0310-b773-934348b2243d
2012-03-02imap.c: relaxed the response check of AUTHENTICATE and APPEND.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3028 ee746299-78ed-0310-b773-934348b2243d
2012-02-21fixed compilation error with Fink + OS X (Bug #42).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3019 ee746299-78ed-0310-b773-934348b2243d
2012-01-20emit signals for IMAP.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3017 ee746299-78ed-0310-b773-934348b2243d
2012-01-20supported NNTP over SOCKS porxy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3016 ee746299-78ed-0310-b773-934348b2243d
2011-12-21Fixed crash when message fetch and new message checking happen at the same ↵hiro
time on IMAP folder. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2992 ee746299-78ed-0310-b773-934348b2243d
2011-09-15prevent IMAP error caused by sending multiple commands at the same time.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2968 ee746299-78ed-0310-b773-934348b2243d
2011-08-11updated libsylph-0.def.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2941 ee746299-78ed-0310-b773-934348b2243d
2011-08-11removed warnings when cache files were not found.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2937 ee746299-78ed-0310-b773-934348b2243d
2011-08-11libsylph/html.c: minor code cleanup.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2936 ee746299-78ed-0310-b773-934348b2243d
2011-08-10html.c: style end tags search fix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2934 ee746299-78ed-0310-b773-934348b2243d
2011-08-10libsylph/procmime.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2933 ee746299-78ed-0310-b773-934348b2243d
2011-08-03reflect account preference for trash folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2931 ee746299-78ed-0310-b773-934348b2243d
2011-07-20supported <br/> HTML tag.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2927 ee746299-78ed-0310-b773-934348b2243d
2011-07-05use mmap to read cache.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2926 ee746299-78ed-0310-b773-934348b2243d
2011-06-30libsylph/socket.c: my_getaddrinfo(): removed redundant zero clear.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2921 ee746299-78ed-0310-b773-934348b2243d
2011-06-29win32: supported IPv6 with fallback implementation for Windows 2000.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2919 ee746299-78ed-0310-b773-934348b2243d
2011-06-28libsylph/xml.c: xml_unescape_str(): removed alloca() call.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2918 ee746299-78ed-0310-b773-934348b2243d
2011-06-24my_tmpfile(): win32: fixed a memory leak.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2911 ee746299-78ed-0310-b773-934348b2243d
2011-06-23libsylph/utils.[ch]: to_human_readable_buf(): new.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2909 ee746299-78ed-0310-b773-934348b2243d
2011-06-10fixed an error when removing queued messages on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2895 ee746299-78ed-0310-b773-934348b2243d
2011-06-10updated libsylph/libsylph-0.def.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2893 ee746299-78ed-0310-b773-934348b2243d
2011-06-09procmsg_add_messages_from_queue(): changed g_print() to debug_print().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2889 ee746299-78ed-0310-b773-934348b2243d
2011-06-08remove queue headers when moving messages from a queue folder (fixes Debian ↵hiro
BTS #493546). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2888 ee746299-78ed-0310-b773-934348b2243d
2011-05-18removed some alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2883 ee746299-78ed-0310-b773-934348b2243d
2011-05-18cancel online mode switch if active sessions exist.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2881 ee746299-78ed-0310-b773-934348b2243d
2011-05-13libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2880 ee746299-78ed-0310-b773-934348b2243d
2011-05-13libsylph/imap.c: imap_utf8_to_modified_utf7(): removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2879 ee746299-78ed-0310-b773-934348b2243d
2011-05-13libsylph/procheader.c: removed alloca() calls.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2878 ee746299-78ed-0310-b773-934348b2243d
2011-05-12increased the prefs buffer size from 1024 to 8192.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2874 ee746299-78ed-0310-b773-934348b2243d
2011-02-25OS X: changed the location of settings to ~/Library/Application ↵hiro
Support/Sylpheed . git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2848 ee746299-78ed-0310-b773-934348b2243d
2011-02-25use 'open' command on OS X.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2847 ee746299-78ed-0310-b773-934348b2243d
2011-02-10return correct locale encoding for Mac OS X (usually UTF-8).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2842 ee746299-78ed-0310-b773-934348b2243d
2011-02-04save the columns width of address book.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2840 ee746299-78ed-0310-b773-934348b2243d
2011-01-24fixed procmime_get_part_fp_fp(). updated LegalCopyright. updated version to ↵hiro
3.1.0. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2826 ee746299-78ed-0310-b773-934348b2243d
2011-01-20check the return value of junk filter command and show error dialog on failure.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2809 ee746299-78ed-0310-b773-934348b2243d
2011-01-07added an option to disable the send dialog.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2781 ee746299-78ed-0310-b773-934348b2243d
2011-01-06optimized filter rule matching by modifying the order of condition matching.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2779 ee746299-78ed-0310-b773-934348b2243d
2010-12-22Automatically select appropriate Junk folder on filtering.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2767 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-12-20added new option: 'Set only mail address when composing from address book'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2759 ee746299-78ed-0310-b773-934348b2243d
2010-12-17look at every attribute in 'a' tag for 'href' (thanks to Rich Coe).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2756 ee746299-78ed-0310-b773-934348b2243d
2010-12-14disconnect all current sessions of remote folders when going offline.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2754 ee746299-78ed-0310-b773-934348b2243d
2010-12-08fixed compilation error, and updated NEWS.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2739 ee746299-78ed-0310-b773-934348b2243d
2010-12-07removed debug prints.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2738 ee746299-78ed-0310-b773-934348b2243d
2010-12-07added SOCKS proxy support for IMAP4.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2737 ee746299-78ed-0310-b773-934348b2243d
2010-12-07added UI for SOCKS settings.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2735 ee746299-78ed-0310-b773-934348b2243d
2010-12-07updated libsylph/libsylph-0.def.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2734 ee746299-78ed-0310-b773-934348b2243d
2010-12-07added SOCKS4/5 proxy support.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2733 ee746299-78ed-0310-b773-934348b2243d