aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.c
AgeCommit message (Collapse)Author
2017-11-30addressbook csv export: fixed double-quote escape and added header line.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3587 ee746299-78ed-0310-b773-934348b2243d
2017-11-29addressbook: implemented CSV export feature.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3584 ee746299-78ed-0310-b773-934348b2243d
2017-02-02added menus to open config/mimetmp folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3525 ee746299-78ed-0310-b773-934348b2243d
2015-02-06Fixed _s_tempnam().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3463 ee746299-78ed-0310-b773-934348b2243d
2014-04-18made workaround for 64-bit time_t on win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3391 ee746299-78ed-0310-b773-934348b2243d
2014-04-18replaced 'struct stat' with GStatBuf.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3389 ee746299-78ed-0310-b773-934348b2243d
2014-04-18wrapped time_t as stime_t. stime_t will be 32-bit on win32 for backward ↵hiro
compatibility. git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3386 ee746299-78ed-0310-b773-934348b2243d
2013-12-13set_startup_dir(): OS X: set application bundle directory rather than /.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3316 ee746299-78ed-0310-b773-934348b2243d
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3245 ee746299-78ed-0310-b773-934348b2243d
2012-04-23win32: added an option to play sound when new messages arrive.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@3053 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-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
2010-07-16removed redundant debug print.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2623 ee746299-78ed-0310-b773-934348b2243d
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2608 ee746299-78ed-0310-b773-934348b2243d
2010-01-14updated copyright year.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2428 ee746299-78ed-0310-b773-934348b2243d
2010-01-14Fixed the bug that IMAP caches get wrongly deleted.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2427 ee746299-78ed-0310-b773-934348b2243d
2010-01-13remove_numbered_files(): made filename to number conversion unsigned (fixes ↵hiro
undeleted IMAP caches with UIDs larger than INT_MAX). git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2422 ee746299-78ed-0310-b773-934348b2243d
2009-12-21added option to set only mail address of recipients when replying.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2404 ee746299-78ed-0310-b773-934348b2243d
2009-12-17src/setup.c: check whether the specified location includes settings folder.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2398 ee746299-78ed-0310-b773-934348b2243d
2009-12-16ignore case when checking mailing list post.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2396 ee746299-78ed-0310-b773-934348b2243d
2009-11-05add a new flag: RemoteFolder::remove_cache_on_destroy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2334 ee746299-78ed-0310-b773-934348b2243d
2009-11-02more fix for UID more than INT_MAX.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2327 ee746299-78ed-0310-b773-934348b2243d
2009-10-16made tzoffset related functions thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2287 ee746299-78ed-0310-b773-934348b2243d
2009-10-13use g_atomic_int_{get,set} for thread terminate flags.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2282 ee746299-78ed-0310-b773-934348b2243d
2009-10-05removed some debug prints. uncommented code block for unix.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2272 ee746299-78ed-0310-b773-934348b2243d
2009-09-30execute imap_cmd_ok() in another thread.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2262 ee746299-78ed-0310-b773-934348b2243d
2009-09-29made writing to log file thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2260 ee746299-78ed-0310-b773-934348b2243d
2009-09-29made GDK locks reentrant, and made LogWindow thread-safe.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2259 ee746299-78ed-0310-b773-934348b2243d
2009-09-25fixed the handling of GDK thread lock.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2258 ee746299-78ed-0310-b773-934348b2243d
2009-09-17disable threading if USE_THREADS is not set.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2257 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-08-20set_log_file(): open log file as text mode.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2218 ee746299-78ed-0310-b773-934348b2243d
2009-03-16unix: fixed infinite loop bug.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2120 ee746299-78ed-0310-b773-934348b2243d
2009-03-13win32: use CreateHardLink().hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@2117 ee746299-78ed-0310-b773-934348b2243d
2007-11-08my_memmem(): fixed buffer overrun.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1922 ee746299-78ed-0310-b773-934348b2243d
2007-09-20removed all warnings output with -Wall.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1910 ee746299-78ed-0310-b773-934348b2243d
2007-05-18made 2.4.2 release.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1713 ee746299-78ed-0310-b773-934348b2243d
2007-05-18URI encode mailto: to protect '+'.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1709 ee746299-78ed-0310-b773-934348b2243d
2007-05-16process quoted-pair correctly.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1694 ee746299-78ed-0310-b773-934348b2243d
2007-04-18fixed crashes when trying to fetch >64KB messages on IMAP4 via FreeCap on Win32.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1647 ee746299-78ed-0310-b773-934348b2243d
2007-04-13optimized file copy.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1635 ee746299-78ed-0310-b773-934348b2243d
2007-04-13win32: minor optimization of file move.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1634 ee746299-78ed-0310-b773-934348b2243d
2007-04-11properly process CSV with double quotations.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1616 ee746299-78ed-0310-b773-934348b2243d
2007-03-30supported In-Reply-To header in mailto URL.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1586 ee746299-78ed-0310-b773-934348b2243d
2007-01-30also scan symbolic links on MH mailboxes.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1513 ee746299-78ed-0310-b773-934348b2243d
2007-01-15vi Chhiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1478 ee746299-78ed-0310-b773-934348b2243d
2007-01-15get_domain_name(): win32: return correct domain name (if possible).hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1476 ee746299-78ed-0310-b773-934348b2243d
2007-01-12fixed stray quote character appearing after encoding mail headers.hiro
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@1470 ee746299-78ed-0310-b773-934348b2243d