aboutsummaryrefslogtreecommitdiff
path: root/libsylph
AgeCommit message (Expand)Author
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
2013-09-11added 'Last 30 days' to the quick search menu.hiro
2013-08-26properly unescape special characters in HTML links (#120).hiro
2013-08-16fixed the parse failure of STATUS response if a folder name contains brackets...hiro
2013-05-23filesel: save selected file type.hiro
2013-05-14added an option to prefer HTML part in multipart/alternative.hiro
2013-05-14support blockquote tag.hiro
2013-04-05print all texts in messages with print command.hiro
2013-04-04procmsg.c: procmsg_save_message_as_text(): guard against code conversion fail...hiro
2013-04-04open output file as text mode when saving messages as text.hiro
2013-04-03added the feature to save message as plain text (locale or UTF-8 encoding).hiro
2013-03-26properly escape folder/username/password which include double-quote or backsl...hiro
2013-03-13fixed rebuilding of folder tree which had been broken at 3.4.0beta1 (#103).hiro
2013-02-15optimized date string scanhiro
2013-02-15Supported more non-standard date.hiro
2013-02-15modified Date header parser.hiro
2013-02-14added an option: 'Do not classify message as junk if sender is in the address...hiro
2013-02-08added option: 'Show notification window when new messages arrive'hiro
2013-01-25limit the recursion level of tree scan to 64.hiro
2013-01-24Pop3Session::state to POP3_ERROR if QUIT fail.hiro
2013-01-24do not disconnect immediately but send QUIT on normal POP3 errors.hiro