aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
AgeCommit message (Expand)Author
2012-04-23win32: added an option to play sound when new messages arrive.hiro
2011-06-24my_tmpfile(): win32: fixed a memory leak.hiro
2011-06-23libsylph/utils.[ch]: to_human_readable_buf(): new.hiro
2011-02-25OS X: changed the location of settings to ~/Library/Application Support/Sylph...hiro
2011-02-25use 'open' command on OS X.hiro
2010-07-16removed redundant debug print.hiro
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
2010-01-14updated copyright year.hiro
2010-01-14Fixed the bug that IMAP caches get wrongly deleted.hiro
2010-01-13remove_numbered_files(): made filename to number conversion unsigned (fixes u...hiro
2009-12-21added option to set only mail address of recipients when replying.hiro
2009-12-17src/setup.c: check whether the specified location includes settings folder.hiro
2009-12-16ignore case when checking mailing list post.hiro
2009-11-05add a new flag: RemoteFolder::remove_cache_on_destroy.hiro
2009-11-02more fix for UID more than INT_MAX.hiro
2009-10-16made tzoffset related functions thread-safe.hiro
2009-10-13use g_atomic_int_{get,set} for thread terminate flags.hiro
2009-10-05removed some debug prints. uncommented code block for unix.hiro
2009-09-30execute imap_cmd_ok() in another thread.hiro
2009-09-29made writing to log file thread-safe.hiro
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17disable threading if USE_THREADS is not set.hiro
2009-09-17introduced multi-threading.hiro
2009-08-20set_log_file(): open log file as text mode.hiro
2009-03-16unix: fixed infinite loop bug.hiro
2009-03-13win32: use CreateHardLink().hiro
2007-11-08my_memmem(): fixed buffer overrun.hiro
2007-09-20removed all warnings output with -Wall.hiro
2007-05-18made 2.4.2 release.hiro
2007-05-18URI encode mailto: to protect '+'.hiro
2007-05-16process quoted-pair correctly.hiro
2007-04-18fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.hiro
2007-04-13optimized file copy.hiro
2007-04-13win32: minor optimization of file move.hiro
2007-04-11properly process CSV with double quotations.hiro
2007-03-30supported In-Reply-To header in mailto URL.hiro
2007-01-30also scan symbolic links on MH mailboxes.hiro
2007-01-15vi Chhiro
2007-01-15get_domain_name(): win32: return correct domain name (if possible).hiro
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
2006-12-25change_file_mode_rw(): win32: use widechar API.hiro
2006-12-25fixed compilation failure.hiro
2006-12-25fixed crash when .sylpheed_mark is not writable.hiro
2006-11-21merged from LibSylph branch.hiro
2006-11-14made the default directory of file selection dialog document folder.hiro
2006-09-19improved PGP/MIME compatibility.hiro
2006-09-13fflush() stream before rewind() to ensure error checking.hiro
2006-03-27fixed a bug that bold face was disabled with GLib 2.10 and Pango 1.12.hiro
2006-03-17implemented RFC 2231 filename encoding on send.hiro