aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
2018-01-16fixed typos (#278).hiro
2017-11-30addressbook csv export: fixed double-quote escape and added header line.hiro
2017-11-29addressbook: implemented CSV export feature.hiro
2017-11-24added 'Nick Name' column to the address book.hiro
2017-11-17updated copyright year.hiro
2017-11-17modified Content-Transfer-Encoding selection for UTF-16 etc.hiro
2017-11-17added missing GError NULL initialization.hiro
2017-11-17refactored UTF-16 support of compose.hiro
2017-11-16supported UTF-16 text attachments on sending.hiro
2017-02-24libsylph: export procmime_scan_message_stream.hiro
2017-02-17automatically subscribe newly created IMAP folders.hiro
2017-02-07implemented multiple signatures in one account.hiro
2017-02-02supported the location of SSL certificates on OpenBSD (#222).hiro
2017-02-02added menus to open config/mimetmp folder.hiro
2016-01-18fixed Oniguruma regex match again.hiro
2015-12-21enabled TLSv1.1 and TLSv1.2 for STARTTLS.hiro
2015-12-02fixed regex match when using Oniguruma.hiro
2015-11-26fix for sigbus on ARM caused by unaligned access (#242).hiro
2015-08-07fixed crash on Ubuntu 14.04 where oniguruma was enabled.hiro
2015-02-06Fixed _s_tempnam().hiro
2014-12-12made file names generated on opening attachments more user-friendly.hiro
2014-11-20updated copyright year.hiro
2014-11-05added an option to specify startup online mode.hiro
2014-10-02include winsock2.h in socket.hhiro
2014-09-22fixed a bug that wrote the first part of data if an IMAP4 data didn't end wit...hiro
2014-06-11win32: removed self definition of gai_strerror().hiro
2014-06-11win32: fixed crash on network failure.hiro
2014-06-10made mbox locking NFS-safe (#202).hiro
2014-06-05fixed crash on 32-bit OS with 64-bit time_t.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
2014-04-11fixed a bug that new/unread/total numbers in folderlist.xml was corrupted if ...hiro
2014-04-10modified for newer MinGW environment. Fixed linking.hiro
2014-04-04fixed Bug #193: Lose mails when mailbox is inaccessible.hiro
2014-03-24libsylph/ssl_hostname_validation.h: Added debug print.hiro
2014-03-24libsylph/ssl_hostname_validation.h: added include guard.hiro
2014-03-20implemented SSL wildcard certificate validation (based on libcurl).hiro
2014-03-19made the display period of notification window configurable.hiro
2014-03-18added PGP encrypt-to-self feature.hiro
2014-02-28added SSL certificate hostname validation code (#167).hiro
2014-02-28validate SSL certificate hostname (#167).hiro
2013-12-13set_startup_dir(): OS X: set application bundle directory rather than /.hiro
2013-11-28libsylph/md5.c: MD5Final(): zero-clear the whole MD5Context struct as intended.hiro
2013-11-28libsylph/procmime.c: procmime_scan_multipart_message(): fixed MIME nest level...hiro
2013-11-28libsylph/ssl.c: ssl_done(): check if fp != NULL.hiro
2013-11-27libsylph/html.c: html_unescape_str(): strictly check for utf8 length.hiro
2013-11-27fixed fp and memory leaks.hiro
2013-09-13disabled MIME_DEBUG.hiro
2013-09-13distinguish icon for HTML mail and other mail with attachments on summaryview...hiro