aboutsummaryrefslogtreecommitdiff
path: root/libsylph/utils.h
AgeCommit message (Expand)Author
2017-11-29addressbook: implemented CSV export feature.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-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-23libsylph/utils.[ch]: to_human_readable_buf(): new.hiro
2010-07-12implemented concatenation of partial messages (RFC 2046).hiro
2010-01-14updated copyright year.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-02more fix for UID more than INT_MAX.hiro
2009-10-16made tzoffset related functions thread-safe.hiro
2009-09-30execute imap_cmd_ok() in another thread.hiro
2009-09-25fixed the handling of GDK thread lock.hiro
2009-09-17introduced multi-threading.hiro
2009-03-16unix: fixed infinite loop bug.hiro
2009-03-13win32: use CreateHardLink().hiro
2007-05-18URI encode mailto: to protect '+'.hiro
2007-05-16process quoted-pair correctly.hiro
2007-04-11properly process CSV with double quotations.hiro
2007-03-30supported In-Reply-To header in mailto URL.hiro
2006-11-14made the default directory of file selection dialog document folder.hiro
2006-09-19improved PGP/MIME compatibility.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
2006-03-09added a hidden option "mime_command" for backward compatibility.hiro
2006-02-21use filename-safe string for UIDL file.hiro
2005-12-05imap_cmd_append(): send message contents all at once.hiro
2005-11-22reduced memory usage on SMTP session.hiro
2005-11-14prevent integer overflow on summary status.hiro
2005-10-26modification for ML post with Reply-To.hiro
2005-10-25win32: use ShellExecute() on print.hiro
2005-10-20added '--configdir' option which specifies config directory.hiro
2005-10-13win32: use ShellExecute() to launch attachments.hiro
2005-10-11output g_log() messages to the log window and log file. Disabled console wind...hiro
2005-09-22implemented 'Save all'.hiro
2005-09-21removed mbs/wcs functions which are no longer required.hiro
2005-09-14normalize address fields before encoding them.hiro
2005-09-13changed the license of LibSylph from GPL to LGPL.hiro
2005-09-09update progress bar when executing long IMAP4 operations.hiro
2005-09-07adjusted the freqency of UI update on IMAP4.hiro
2005-09-06added UI hints for IMAP4 operation.hiro
2005-09-05made query-password function UI independent.hiro
2005-08-31made some core modules library (libsylph).hiro