aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
AgeCommit message (Expand)Author
2017-11-30addressbook csv export: fixed double-quote escape and added header line.hiro
2017-11-29addressbook: implemented CSV export feature.hiro
2017-02-02added menus to open config/mimetmp folder.hiro
2015-02-06Fixed _s_tempnam().hiro
2014-04-18made workaround for 64-bit time_t on win32.hiro
2014-04-18replaced 'struct stat' with GStatBuf.hiro
2014-04-18wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward compa...hiro
2013-12-13set_startup_dir(): OS X: set application bundle directory rather than /.hiro
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
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