You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libetpan/ChangeLog

5203 lines
155 KiB

2011-07-13 - libetpan-1.1cvs2 - hoa
* src/low-level/imap/mailimap_parser.c
enable a private API to workaround for Zarafa server in etPanKit.
2011-07-12 - libetpan-1.1cvs1 - hoa
* src/low-level/imap/mailimap_parser.c
2011-07-12 - libetpan-1.1b - hoa
* src/low-level/imap/namespace_parser.c
fixed build.
2011-07-12 - libetpan-1.1 - hoa
* release 1.1
features:
implemented IMAP NAMESPACE,
implemented SMTP SIZE,
support for Content-Location,
improved progress report API for IMAP and SMTP.
fixes:
workaround for various IMAP servers,
fixes for IMAP parser,
fixed generation of quoted printable,
fixed memory leaks.
2011-07-11 - libetpan-1.0cvs74 - hoa
* src/low-level/imap/mailimap.c
reduce memory usage.
2011-07-01 - libetpan-1.0cvs73 - hoa
* src/low-level/imap/mailimap.c
fixed memory leak.
2011-06-29 - libetpan-1.0cvs72 - hoa
* src/low-level/mime/mailmime_content.c
interpret message/rfc822 as single part if it's encoded in base64 or quoted-printable.
2011-06-25 - libetpan-1.0cvs71 - hoa
* src/low-level/mime/mailmime_write_generic.c
fixed generation of quoted printable
2011-06-21 - libetpan-1.0cvs70 - hoa
* src/low-level/smtp/mailsmtp.c
fixed error handling.
2011-06-21 - libetpan-1.0cvs69 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Lotus Domino, parse empty body and parse broken param value.
2011-06-21 - libetpan-1.0cvs68 - hoa
* src/low-level/imf/mailimf.c
workaround for MBox mail: twice opening angle bracket generated by MBox mail.
2011-06-20 - libetpan-1.0cvs67 - hoa
* src/low-level/smtp/mailsmtp.c
fixed error handling.
2011-06-13 - libetpan-1.0cvs66 - hoa
* src/low-level/smtp/mailsmtp.c
fixed parser for SIZE extension.
2011-06-04 - libetpan-1.0cvs65 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed parse error from non-compliant servers.
2011-05-29 - libetpan-1.0cvs64 - hoa
* src/low-level/imap/mailimap_keywords.c
* src/low-level/imap/mailimap_parser.c
workaround for mail.maximedia.nl server.
2011-05-23 - libetpan-1.0cvs63 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Citadel IMAP.
2011-05-21 - libetpan-1.0cvs62 - hoa
* src/low-level/imap/mailimap_helper.c
fixed fetch_rfc822, fetch_rfc822_header
2011-05-19 - libetpan-1.0cvs62 - hoa
* src/low-level/imap/xlist.h
fixed build for C++.
2011-05-09 - libetpan-1.0cvs61 - hoa
* src/data-types/clist.h
fixed macro.
2011-05-09 - libetpan-1.0cvs60 - hoa
* src/low-level/imap/mailimap.c
fixed crash.
2011-05-09 - libetpan-1.0cvs59 - hoa
* src/low-level/imap/mailimap.c
fixed memory leak when fetch fails.
2011-05-04 - libetpan-1.0cvs58 - hoa
* src/data-types/mailstream_low.c
* src/data-types/mailstream_low.h
fixed API. Consistent ownership.
2011-05-03 - libetpan-1.0cvs57 - hoa
* src/low-level/imap/namespace_parser.c
fixed clang reports.
2011-05-03 - libetpan-1.0cvs56 - hoa
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
* src/low-level/imap/acl_parser.c
* src/low-level/mime/mailmime_content.c
* src/low-level/mime/mailmime_disposition.c
fixed clang reports.
2011-04-30 - libetpan-1.0cvs55 - hoa
* src/low-level/mime/mailmime_types_helper.c
don't use Content-Transfer-Encoding for MIME multipart.
2011-04-28 - libetpan-1.0cvs54 - hoa
* src/low-level/imap/namespace_parser.c
fixed namespace parser failure.
workaround for Courier-IMAP.
2011-04-27 - libetpan-1.0cvs53 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Yandex IMAP servers.
2011-04-19 - libetpan-1.0cvs52 - hoa
* src/data-types/mailstream_low.[ch]
* src/data-types/mailstream_types.h
identifier for stream connection (useful for logging).
2011-04-15 - libetpan-1.0cvs51 - hoa
* configure.ac
build for debian.
2011-04-15 - libetpan-1.0cvs50 - hoa
* src/data-types/mailstream_socket.[ch]
fixed function name.
2011-04-15 - libetpan-1.0cvs49 - hoa
* src/data-types/mailstream_socket.[ch]
can be configure to use read() for debugging purpose.
2011-04-15 - libetpan-1.0cvs48 - hoa
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
fixed error handling of select().
2011-04-11 - libetpan-1.0cvs47 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Zoho Mail IMAP implementation.
2011-04-06 - libetpan-1.0cvs46 - hoa
* src/low-level/imf/mailimf.c
fallback when parsing Content-ID of Message-ID.
2011-04-02 - libetpan-1.0cvs45 - hoa
* src/low-level/imap/mailimap_parser.c
fixed a crash.
2011-03-30 - libetpan-1.0cvs44 - hoa
* src/low-level/imap/mailimap_extension.c
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/xlist.[ch]
fixed XLIST implementation.
2011-03-30 - libetpan-1.0cvs43 - hoa
* src/low-level/imap/Makefile.am
* src/low-level/imap/xlist.c
implemented XLIST (available on Gmail and Zimbra).
2011-03-29 - libetpan-1.0cvs42 - hoa
* src/data-types/charconv.c
korean charset workaround.
2011-03-25 - libetpan-1.0cvs41 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Mbox Mail for Mac.
2011-03-25 - libetpan-1.0cvs40 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Exchange (blank lines between response).
2011-03-24 - libetpan-1.0cvs39 - hoa
* src/low-level/imap/mailimap_parser.c
improved workaround for Exchange servers.
2011-03-24 - libetpan-1.0cvs38 - hoa
* src/low-level/imap/mailimap_parser.c
workaround for Exchange servers that fails providing conformance in regards to Content-Disposition.
2011-03-16 - libetpan-1.0cvs37 - hoa
* src/low-level/imap/mailimap.c
* src/low-level/imap/mailimap_types.c
fixed memory leaks.
2011-03-15 - libetpan-1.0cvs36 - hoa
* src/data-types/charconv.c
fixed charset conversation for hebrew (iso-8859-8-i and iso-8859-8-e)
2011-03-14 - libetpan-1.0cvs35 - hoa
* src/data-types/mmapstring.c
fixed a possible crash.
2011-03-12 - libetpan-1.0cvs34 - hoa
* src/low-level/imf/mailimf.c
fixed MIME Content-ID and Message-ID parser.
2011-03-11 - libetpan-1.0cvs33 - hoa
* src/data-types/mailstream_low.c
revert libetpan-1.0cvs32.
2011-03-11 - libetpan-1.0cvs32 - hoa
* src/data-types/mailstream_low.c
private log identifier is 3.
2011-03-11 - libetpan-1.0cvs31 - hoa
* src/data-types/mailstream.[ch]
* src/data-types/mailstream_low.[ch]
* src/data-types/mailstream_types.h
* src/low-level/imap/mailimap.c
* src/low-level/nntp/newsnntp.c
* src/low-level/pop3/mailpop3.c
* src/low-level/smtp/mailsmtp.c
authentication privacy.
2011-03-10 - libetpan-1.0cvs30 - hoa
* src/low-level/smtp/mailsmtp.c
support for broken AUTH advertisement.
2011-03-07 - libetpan-1.0cvs29 - hoa
* src/low-level/smtp/mailsmtp.c
handle SMTP error code for authentication error.
2011-03-06 - libetpan-1.0cvs28 - hoa
* src/low-level/imap/mailimap_parser.c
implemented workaround for exchange IMAP server (for multipart/signed).
2011-03-04 - libetpan-1.0cvs27 - hoa
* src/low-level/imap/mailimap_parser.c
implemented workaround for exchange IMAP server.
2011-03-03 - libetpan-1.0cvs26 - hoa
* src/low-level/imap/namespace_types.c
fixed memory leak.
2011-02-28 - libetpan-1.0cvs25 - hoa
* src/low-level/smtp/mailsmtp.c
* src/low-level/smtp/mailsmtp_types.h
implements SMTP authentication availability.
2011-02-27 - libetpan-1.0cvs24 - hoa
* src/data-types/connect.c
* src/data-types/mailstream_ssl.c
fixed build for win32.
2011-02-27 - libetpan-1.0cvs23 - hoa
* src/low-level/smtp/mailsmtp.c
fixed error check for SMTP.
2011-02-20 - libetpan-1.0cvs22 - hoa
* src/low-level/imap/namespace_parser.c
fixed build.
2011-02-20 - libetpan-1.0cvs21 - hoa
* src/low-level/imap/namespace_parser.c
workaround Yahoo IMAP server.
2011-02-20 - libetpan-1.0cvs20 - hoa
* src/low-level/imap/namespace.c
* src/low-level/imap/namespace_parser.c
fixed parser.
fixed crash.
2011-02-19 - libetpan-1.0cvs19 - hoa
* configure.ac
* build-mac/libetpan.xcodeproj/project.pbxproj
* src/low-level/imap/Makefile.am
* src/low-level/imap/acl.h
* src/low-level/imap/annotatemore.h
* src/low-level/imap/mailimap.h
* src/low-level/imap/mailimap_extension.c
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/quota.[ch]
* src/low-level/imap/quota_sender.h
* src/low-level/nntp/newsnntp.c
* src/low-level/imap/namespace.[ch]
* src/low-level/imap/namespace_parser.[ch]
* src/low-level/imap/namespace_sender.[ch]
* src/low-level/imap/namespace_types.[ch]
implemented namespace.
fixed build system.
fixed some warnings.
2011-01-06 - libetpan-1.0cvs18 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
* src/engine/mailprivacy_tools.c
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_types.[ch]
* src/low-level/mime/mailmime.[ch]
* src/low-level/mime/mailmime_types.[ch]
* src/low-level/mime/mailmime_types_helper.c
support for Content-Location. breaks binary compatibility.
2010-12-15 - libetpan-1.0cvs17 - hoa
* src/low-level/imap/mailimap_parser.c
fixed memory leak.
2010-12-05 - libetpan-1.0cvs16 - hoa
* src/data-types/charconv.c
use GBK instead of GB2312 and GB_2312-80
2010-11-30 - libetpan-1.0cvs15 - hoa
* src/low-level/imap/mailimap_parser.c
fixed IMAP parser
2010-11-28 - libetpan-1.0cvs14 - hoa
* src/data-types/mailstream_helper.[ch]
* src/data-types/mailstream_types.h
* src/low-level/imap/mailimap.[ch]
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/mailimap_sender.[ch]
* src/low-level/imap/mailimap_types.h
* src/low-level/smtp/mailsmtp.[ch]
* src/low-level/smtp/mailsmtp_helper.[ch]
improved progress report support for SMTP and IMAP.
2010-11-16 - libetpan-1.0cvs13 - hoa
* src/low-level/mime/mailmime_decode.c
backport a fix from etPanKit.
2010-11-16 - libetpan-1.0cvs12 - hoa
* build-windows/libetpan.sln
* build-windows/libetpan/libetpan.vcproj
* build-windows/readmsg/readmsg.vcproj
* build-windows/smtpsend/smtpsend.vcproj
* src/data-types/carray.h
* src/data-types/chash.h
* src/data-types/mailstream_ssl.c
* src/windows/win_etpan.h
* tests/option-parser.c
improved port for win32.
2010-11-10 - libetpan-1.0cvs11 - hoa
* src/low-level/mime/mailmime_decode.c
fixed decode of MIME header.
2010-11-04 - libetpan-1.0cvs10 - hoa
* src/low-level/mime/mailmime_decode.c
fixed parsing of MIME header encoding of headers.
2010-10-21 - libetpan-1.0cvs9 - hoa
* src/low-level/imap/idle.c
fixed function name. Thanks Michael Rasmussen.
2010-09-15 - libetpan-1.0cvs8 - hoa
* src/low-level/imap/mailimap_types_helper.c
fixed search.
2010-09-05 - libetpan-1.0cvs7 - hoa
* src/low-level/imap/mailimap_parser.c
create an empty list in case of empty multipart.
2010-09-04 - libetpan-1.0cvs6 - hoa
* src/low-level/imap/mailimap_parser.c
workaround Gmail IMAP bug: zero bodies in multipart.
2010-09-03 - libetpan-1.0cvs5 - hoa
* build-windows/libetpan_version.h
update version.
* src/data-types/mailstream.[ch]
* src/data-types/mailstream_low.[ch]
* src/low-level/imap/mailimap_parser.c
report parse error.
* build-mac/update.sh
fixed mac update.
* src/data-types/connect.c
fixed memory leak.
2010-07-27 - libetpan-1.0cvs4 - hoa
* src/low-level/smtp/mailsmtp_helper.c
fixed size verification for RFC 1870.
2010-07-27 - libetpan-1.0cvs3 - hoa
* src/low-level/smtp/mailsmtp.[ch]
* src/low-level/smtp/mailsmtp_helper.c
* src/low-level/smtp/mailsmtp_types.h
implements RFC 1870 (SMTP SIZE).
2010-07-22 - libetpan-1.0cvs2 - hoa
* src/low-level/imap/mailimap_sender.c
* src/low-level/imap/mailimap_types.c
fixed date when appending.
2010-05-30 - libetpan-1.0cvs1 - hoa
* src/low-level/imap/mailimap_parser.c
IMAP parser issue in case quoted string contains a CRLF.
2010-04-09 - libetpan-1.0 - hoa
* release 1.0
2010-04-08 - libetpan-0.58cvs27 - hoa
* configure.ac
Fixed --enable-debug flag in configure script.
Support of Berkeley DB 4.8.
Thanks to Tim Harder.
2010-04-05 - libetpan-0.58cvs26 - hoa
* build-mac/update.sh
fixed script.
2010-04-05 - libetpan-0.58cvs25 - hoa
* src/engine/mailprivacy_tools.c
fixed integration of patch (libetpan-0.58cvs22).
* src/low-level/imap/idle.c
fixed error code.
2010-04-05 - libetpan-0.58cvs24 - hoa
* src/low-level/imap/mailimap_sender.c
fixed OR condition in IMAP SEARCH command.
2010-04-05 - libetpan-0.58cvs23 - hoa
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_tools.c
* src/engine/mailprivacy_tools.c
* src/low-level/imap/mailimap.c
* src/low-level/pop3/mailpop3.c
* tests/readmsg-simple.c
* tests/readmsg-uid.c
fixed some other warnings.
2010-04-05 - libetpan-0.58cvs22 - hoa
* src/data-types/maillock.c
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_low.c
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/pop3/pop3driver.c
* src/engine/mailprivacy.c
* src/engine/mailprivacy_tools.c
* src/low-level/feed/newsfeed.c
* src/low-level/mbox/mailmbox.c
* src/low-level/nntp/newsnntp.c
* src/low-level/pop3/mailpop3.c
* src/low-level/smtp/mailsmtp.c
* tests/decrypt.c
* tests/readmsg-simple.c
* tests/readmsg-uid.c
* tests/smime.c
fixed some warnings. Thanks to Didier Barvaux.
2010-04-05 - libetpan-0.58cvs21 - hoa
* src/driver/implementation/imap/imapdriver.c
fixed memory leak (2941557). Thanks to Juha Paananen.
* src/low-level/imap/mailimap_types_helper.c
fixed IMAP search (2941559). Thanks to Juha Paananen.
2010-04-05 - libetpan-0.58cvs20 - hoa
* configure.ac
* src/driver/interface/mailstorage_tools.c
* tests/smtpsend.c
improved support of Solaris 2.8 (2786623). Thanks to Thomas Wiegner.
2010-04-05 - libetpan-0.58cvs19 - hoa
* build-mac/update.sh
import of OpenSSL (prepare build for iPhone including OpenSSL)
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_tools.c
* src/low-level/pop3/mailpop3.[ch]
better error checking (2888850). Thanks to Alexander Shlemin.
API change.
2010-03-21 - libetpan-0.58cvs18 - hoa
* src/data-types/mailstream.h
* src/data-types/mailstream_low.c
log protocol by stream
2010-01-17 - libetpan-0.58cvs17 - hoa
* build-mac/update.sh
* build-mac/libetpan.xcodeproj/project.pbxproj
build mac with quota
2010-01-14 - libetpan-0.58cvs16 - hoa
* src/low-level/imap/Makefile.am
build with quota.
2010-01-04 - libetpan-0.58cvs15 - hoa
* src/low-level/imap/mailimap_extension.c
fixed error code in extension parser (2918352). Thanks to Chris Head.
2010-01-04 - libetpan-0.58cvs14 - hoa
* src/low-level/imap/acl_parser.c
* src/low-level/imap/annotatemore_parser.c
fixed malloc allocation check (2918372). Thanks to Chris Head.
2010-01-03 - libetpan-0.58cvs13 - hoa
* src/low-level/imap/mailimap_extension.c
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/quota.[ch] ** NEW FILE **
* src/low-level/imap/quota_parser.[ch] ** NEW FILE **
* src/low-level/imap/quota_sender.[ch] ** NEW FILE **
* src/low-level/imap/quota_types.[ch] ** NEW FILE **
added QUOTA support (RFC 2087, patch 2918500). Thanks to Chris Head.
2009-12-19 - libetpan-0.58cvs12 - hoa
* src/low-level/smtp/mailsmtp.c
better handling for errors.
2009-12-19 - libetpan-0.58cvs11 - hoa
* src/low-level/imf/mailimf_types_helper.c
fixed crash on Win32 (2892730).
2009-12-19 - libetpan-0.58cvs10 - hoa
* src/data-types/mailstream_ssl.c
* src/driver/implementation/imap/imapdriver_tools.c
* src/low-level/imap/mailimap_socket.c
* src/low-level/imap/mailimap_ssl.c
* src/low-level/nntp/newsnntp_socket.c
* src/low-level/nntp/newsnntp_ssl.c
* src/low-level/pop3/mailpop3_socket.c
* src/low-level/pop3/mailpop3_ssl.c
* src/low-level/smtp/mailsmtp_socket.c
fixed socket use on Win32 (2897095).
2009-12-19 - libetpan-0.58cvs9 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed crash (Thanks Gabor for discovering the bug).
2009-12-19 - libetpan-0.58cvs8 - hoa
* mailimap_parser.[ch]
fixed build.
workaround in parser for imap.gmx.com (Thanks Matt Ronge for reproducible case).
2009-11-05 - libetpan-0.58cvs7 - hoa
* src/low-level/imap/idle.c
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_parser.h
fixed IMAP IDLE parser (made public API for the IMAP parser).
2009-09-07 - libetpan-0.58cvs6 - hoa
* build-mac/Info.plist
* build-mac/update.sh
* build-mac/libetpan.xcodeproj/project.pbxproj
added build for Mac OS X (within Xcode).
2009-09-07 - libetpan-0.58cvs5 - hoa
* src/engine/mailprivacy_tools.c
* src/low-level/feed/parser.c
* src/low-level/imap/mailimap_types.c
fixed errors detected by clang static analyzer.
2009-09-06 - libetpan-0.58cvs4 - hoa
* src/low-level/mime/mailmime_disposition.c
fixed warning.
2009-08-29 - libetpan-0.58cvs3 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
* src/low-level/imf/mailimf_types_helper.c
fixed some crash (and workaround of MailCore).
Thanks to Gabor Cselle.
2009-08-29 - libetpan-0.58cvs2 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
* src/driver/implementation/nntp/nntpdriver.c
fixed memory leaks.
Thanks to Pawel Pekala.
2009-07-23 - libetpan-0.58cvs1 - hoa
* configure.ac
fixed build for Mac OS X
* src/driver/implementation/imap/imapdriver_tools.c
fix a crash.
Thanks to Gabor Cselle, Stefano Barbato
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3storage.c
* src/driver/tools/imfcache.c
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_types.c
fix memory leaks.
bugfixes.
Thanks to Pawel Pekala.
2009-06-16 - libetpan-0.58 - hoa
* release 0.58
Improvements on SSL implementation.
2009-06-16 - libetpan-0.57cvs4 - hoa
* configure.ac
prepare for 0.58
2009-06-12 - libetpan-0.57cvs3 - colin
* src/data-types/mailstream_ssl.c
Gnutls: Better fix (API-compatible with libgnutls13)
2009-06-12 - libetpan-0.57cvs2 - colin
* src/data-types/mailstream_ssl.c
Gnutls: Use compatibility mode to avoid being unable to
connect to some servers. (see Claws Mail's bug #1930)
* configure.ac
Fix error with automake 1.10.2
2008-11-21 - libetpan-0.57cvs1 - colin
* src/data-types/mailstream_ssl.c
Rehandshake if server asks to.
2008-10-08 - libetpan-0.57 - hoa
* release 0.57
- fixed an issue with GnuTLS.
2008-10-05 - libetpan-0.56cvs2 - colin
* src/data-types/mailstream_ssl.c
fixed return value when setting GnuTLS client cert.
2008-09-14 - libetpan-0.56cvs1 - hoa
* src/driver/implementation/imap/imapdriver_cached_message.c
fixed a bug with cached IMAP bodystructure.
2008-09-02 - libetpan-0.56 - hoa
* release 0.56
- fixed a crash
2008-09-01 - libetpan-0.55cvs2 - colin
* src/data-types/mailstream_ssl.c
Check ssl_context to see if it's NULL (fixes crash)
2008-08-30 - libetpan-0.55cvs1 - colin
* src/data-types/mailstream_ssl.c
Fix NULL frees introduced in 0.54cvs15
(Made SSL connections with no callback for client
certificates crash)
2008-08-26 - libetpan-0.55 - hoa
* release 0.55
- better support for client certificate.
- bug fixes
2008-08-26 - libetpan-0.54cvs17 - hoa
* configure.ac
support for db 4.7
2008-07-04 - libetpan-0.54cvs16 - hoa
* src/data-types/mailstream_ssl.c
fixed wait_read() in ssl stream implementation.
2008-07-03 - libetpan-0.54cvs15 - colin
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_ssl.h
Add API to be able to set a client X509 certificate
and private key:
mailstream_ssl_set_client_certificate_data()
mailstream_ssl_set_client_private_key_data()
To be called from the callback set in
mailstream_ssl_open_with_callback() for example.
2008-06-16 - libetpan-0.54cvs14 - hoa
* src/low-level/imf/mailimf_types_helper.c
Fixed timezone calculation.
2008-06-15 - libetpan-0.54cvs13 - hoa
* src/low-level/mime/mailmime_write_generic.c
Fixed MIME generator, MIME headers of message/rfc822
are no more moved to sub-part, except "MIME-Version".
Thanks to James Smith.
2008-05-27 - libetpan-0.54cvs12 - hoa
* src/low-level/imf/mailimf.h
(re-)fixed 1909672: Date fields parsed as optional field on 64 bit OS.
mailimf_token_case_insensitive_parse() is fixed.
Thanks to James Smith.
* src/low-level/imap/mailimap_parser.c
workarounded bug on lavabit.com server.
2008-05-26 - libetpan-0.54cvs11 - hoa
* configure.ac
* tests/option-parser.c
fixed build of tests where getopt_long is not present.
2008-05-26 - libetpan-0.54cvs10 - hoa
* src/low-level/imap/mailimap_parser.c
workarounded bug on quoted string output on
lavabit.com IMAP server.
2008-05-23 - libetpan-0.54cvs9 - hoa
* libetpan-config.h.in
fixed mingw32 build.
Thanks to Marcus Brinkmann.
2008-05-23 - libetpan-0.54cvs8 - hoa
* src/low-level/imf/mailimf.c
Fixed crash in parser.
Thanks to James Smith.
2008-05-22 - libetpan-0.54cvs7 - hoa
* build-windows/libetpan_version.h
updated version of win32 build
* src/low-level/imf/mailimf.h
fixed 1909672: Date fields parsed as optional field on 64 bit OS.
mailimf_token_case_insensitive_parse() is fixed.
Thanks to James Smith.
2008-04-19 - libetpan-0.54cvs6 - hoa
* rules.mk
fixed 'ln' usage.
* src/driver/interface/maildriver_types.h
fixed headers documentation.
2008-04-11 - libetpan-0.54cvs5 - hoa
* src/driver/implementation/feed/feeddriver.c
fixed charset handling in RSS driver.
2008-04-11 - libetpan-0.54cvs4 - hoa
* src/low-level/feed/parser.c
fixed charset handling in RSS parser.
2008-03-16 - libetpan-0.54cvs3 - colin
* src/driver/implementation/imap/imapdriver_tools.c
fixed collection of IMAP message envelope.
2008-02-28 - libetpan-0.54cvs2 - colin
* src/data-types/mmapstring.c
* src/data-types/mmapstring.h
Export mmap_string_set_tmpdir
Export mmap_string_set_ceil
Fix mmap_string_set_tmpdir prototype
2008-02-21 - libetpan-0.54cvs1 - hoa
* tests/option-parser.c
fixed reference to indx.
2008-02-20 - libetpan-0.54 - hoa
* release 0.54 - Synergy bis
- fixed regression on IMAP APPEND
- cleanup
- version fixes
2008-02-20 - libetpan-0.53cvs6 - hoa
* configure.ac
prepare for 0.54
2008-02-20 - libetpan-0.53cvs5 - hoa
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/tools/mailthread.c
* src/low-level/imap/mailimap.c
* src/low-level/mbox/mailmbox.c
* src/low-level/mbox/mailmbox_types.c
* tests/readmsg.c
additional cleanup.
2008-02-20 - libetpan-0.53cvs4 - hoa
* src/data-types/Makefile.am
* src/data-types/carray.[ch]
* src/data-types/cinthash.[ch] *** REMOVED FILES ***
* src/data-types/clist.[ch]
* src/data-types/mailstream_helper.c
* src/data-types/md5.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_tools.c
* src/driver/implementation/imap/imapdriver_tools_private.h
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_tools.[ch]
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_tools.[ch]
* src/driver/implementation/nntp/nntpdriver_tools.[ch]
* src/driver/implementation/pop3/pop3driver_tools.[ch]
* src/driver/interface/maildriver_tools.c
* src/driver/interface/mailmessage.h
* src/driver/interface/mailstorage.c
* src/driver/tools/generic_cache.[ch]
* src/driver/tools/imfcache.[ch]
* src/low-level/imap/acl_parser.[ch]
* src/low-level/imap/annotatemore_parser.[ch]
* src/low-level/imap/idle.c
* src/low-level/imap/mailimap.c
* src/low-level/imap/mailimap_extension.[ch]
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_keywords.[ch]
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/mailimap_types_helper.[ch]
* src/low-level/imap/uidplus_parser.[ch]
* src/low-level/imf/mailimf.[ch]
* src/low-level/mbox/mailmbox_parse.[ch]
* src/low-level/mbox/mailmbox_types.c
* src/low-level/mh/mailmh.[ch]
* src/low-level/mime/mailmime.[ch]
* src/low-level/mime/mailmime_content.[ch]
* src/low-level/mime/mailmime_decode.[ch]
* src/low-level/mime/mailmime_disposition.[ch]
* src/low-level/nntp/newsnntp.[ch]
* src/low-level/pop3/mailpop3.[ch]
* src/low-level/pop3/mailpop3_helper.[ch]
* tests/option-parser.c
* tests/smtpsend.c
cleanup. Thanks to Daniel Richard G.
removed deprecated cinthash.
2008-02-17 - libetpan-0.53cvs3 - hoa
* configure.ac
* libetpan-config.h.in
* build-windows/libetpan_version.h
* src/data-types/connect.c
* src/data-types/maillock.c
* src/data-types/mailstream.c
* src/data-types/mailstream_ssl.c
* src/driver/implementation/data-message/data_message_driver.c
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/db/dbdriver_message.c
* src/driver/implementation/db/dbstorage.c
* src/driver/implementation/feed/feeddriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_message.c
* src/driver/implementation/imap/imapstorage.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/maildir/maildirstorage.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached_message.c
* src/driver/implementation/mbox/mboxdriver_message.c
* src/driver/implementation/mbox/mboxstorage.c
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached_message.c
* src/driver/implementation/mh/mhdriver_message.c
* src/driver/implementation/mh/mhstorage.c
* src/driver/implementation/mime-message/mime_message_driver.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached_message.c
* src/driver/implementation/nntp/nntpdriver_message.c
* src/driver/implementation/nntp/nntpstorage.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_cached_message.c
* src/driver/implementation/pop3/pop3driver_message.c
* src/driver/implementation/pop3/pop3driver_tools.c
* src/driver/implementation/pop3/pop3storage.c
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
* src/engine/mailprivacy_tools.c
* src/engine/mailprivacy_tools_private.h
* src/low-level/feed/date.c
* src/low-level/feed/newsfeed.c
* src/low-level/feed/parser.c
* src/low-level/imap/acl.c
* src/low-level/imap/acl_types.h
* src/low-level/imap/annotatemore.c
* src/low-level/imap/annotatemore_types.c
* src/low-level/imap/annotatemore_types.h
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_print.c
* src/low-level/imap/uidplus.c
* src/low-level/imap/uidplus_types.h
* src/low-level/imf/mailimf.c
* src/low-level/imf/mailimf_types_helper.c
* src/low-level/maildir/maildir.c
* src/low-level/mbox/mailmbox.c
* tests/option-parser.h
* tests/readmsg-common.h
* tests/smtpsend.c
cleanup. Thanks to Daniel Richard G.
2008-02-17 - libetpan-0.53cvs2 - hoa
* src/low-level/imap/idle.[ch]
removing mailimap_check_idle() API.
This API was incorrectly implemented and not useful.
2008-02-17 - libetpan-0.53cvs1 - hoa
* src/low-level/imap/mailimap_parser.c
fixed parse issue when appending message.
(continue-req rule)
2008-02-10 - libetpan-0.53 - hoa
* release 0.53 - Synergy
- IPv6 issue
- gmail issues
- mingw32 build
2008-02-10 - libetpan-0.52cvs37 - hoa
* src/data-types/mailstream_socket.c
* src/low-level/imap/mailimap_parser.c
workaround for gmail IMAP bug.
2008-01-29 - libetpan-0.52cvs36 - colin
* src/data-types/mailstream.c
Make sure to fail on any negative return value from
mailstream_low_{write,read}, not only on -1.
2008-01-25 - libetpan-0.52cvs35 - colin
* src/data-types/connect.c
Fix connection failures when client and server are ipv4
and ipv6 capable, but no ip6 route exists to the server.
2008-01-20 - libetpan-0.52cvs34 - hoa
* src/windows/win_init.cpp
fix build for mingw32.
Thanks to Marcus Brinkmann.
2008-01-14 - libetpan-0.52cvs33 - hoa
* src/low-level/mime/mailmime_types_helper.c
* src/low-level/mime/mailmime_types_helper.h
* src/low-level/mime/mailmime_write_generic.c
fixed cache of MIME parts when no boundary is specified.
2008-01-01 - libetpan-0.52cvs32 - hoa
* rules.mk
Fixed build on Solaris.
2007-12-15 - libetpan-0.52cvs31 - hoa
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_ssl_private.h ** NEW FILE **
* src/data-types/mmapstring.c
* src/data-types/mmapstring_private.h ** NEW FILE **
* src/windows/Makefile.am
* src/windows/win_init.cpp ** NEW FILE **
* src/windows/wsocket.cpp ** REMOVED FILE **
Fixed lock initialization on Windows.
Thanks to Sebastien Marinier and Marcus Brinkmann.
* tests/readmsg.c
Fixed build on Windows.
2007-12-14 - libetpan-0.52cvs30 - colin
* src/data-types/mailstream_ssl.c
Allow "too short" certificates (512 bits < len < 1024bits)
2007-12-13 - libetpan-0.52cvs29 - hoa
* src/low-level/imap/mailimap_parser.c
progress function is now called properly on IMAP.
* tests/decrypt.c
* tests/fetch-attachment.c
* tests/pgp.c
* tests/smime.c
Fixed build on Mac OS X.
2007-12-10 - libetpan-0.52cvs28 - Marcus Brinkmann
* configure.ac
Do not define LIBETPAN_DLL on mingw32 targets for now.
* libetpan-config.h.in
Define MMAP_UNAVAILABLE on all windows targets.
* src/driver/implementation/data-message/data_message_driver.h
* src/driver/tools/mailthread.h
* src/engine/mailprivacy.h
* src/engine/mailprivacy_tools.h
* src/low-level/imf/mailimf_types_helper.h
* src/low-level/imf/mailimf_write_generic.h
Add missing LIBETPAN_EXPORT declarations.
* tests/decrypt.c
* tests/pgp.c
* tests/smime.c
Use read instead mmap to get file content.
2007-11-25 - libetpan-0.52cvs27 - hoa
* src/low-level/mime/mailmime_content.c
* src/low-level/mime/mailmime_write_generic.c
fixed memory leak.
Thanks to astavtsev.
2007-11-15 - libetpan-0.52cvs26 - hoa
* src/low-level/mime/mailmime_disposition.c
fixed MIME parser for Content-Disposition.
2007-11-15 - libetpan-0.52cvs25 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed uninitialized variable.
2007-11-14 - libetpan-0.52cvs24 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed IMAP driver.
* m4/README *** ADDED FILE ***
* m4/libtool.m4 *** REMOVED FILE ***
fixed build.
2007-11-10 - libetpan-0.52cvs23 - hoa
* src/low-level/mime/mailmime_write_generic.c
fixed quoted-printable when the given text did not finish with LF.
2007-11-08 - libetpan-0.52cvs22 - hoa
* src/low-level/imap/mailimap_parser.c
fixed IMAP parser.
2007-11-07 - libetpan-0.52cvs21 - hoa
* src/low-level/imap/mailimap_parser.c
fixed IMAP parser.
2007-11-03 - libetpan-0.52cvs20 - hoa
* src/low-level/mime/mailmime_content.c
fixed MIME parser. Thanks to woolshum for reporting.
2007-11-01 - libetpan-0.52cvs19 - hoa
* Makefile.am
fixed build.
2007-10-30 - libetpan-0.52cvs18 - hoa
* src/low-level/imap/mailimap_parser.c
support for gmail broken IMAP server.
2007-10-30 - libetpan-0.52cvs18 - Marcus Brinkmann
* configure.ac
Substitute API_CURRENT, API_COMPATIBILITY, API_REVISION.
Add new variables BUILD_REVISION, BUILD_TIMESTAMP,
BUILD_FILEVERSION and substitute them. Call
AC_LIBTOOL_WIN32_DLL and AC_LIBTOOL_RC. Add config file
src/versioninfo.rc.
* src/dummy.cpp *** NEW FILE ***
* src/versioninfo.rc.in *** NEW FILE ***
* src/Makefile.am
(SUFFIXES, .rc.lo): New rules.
(EXTRA_DIST, LTRCCOMPILE, libetpan_res, libetpan_deps,
no_undefined, arch_sources): New variables.
(libetpan@LIBSUFFIX@_la_SOURCES): Add $(arch_sources).
(libetpan@LIBSUFFIX@_la_LDFLAGS): Add $(no_undefined).
(libetpan@LIBSUFFIX@_la_LIBADD): Add $(libetpan_res).
* tests/Makefile.am
(CFLAGS): Add -ULIBETPAN_DLL.
* src/engine/mailprivacy.h
* src/engine/mailprivacy_gnupg.h
* src/engine/mailprivacy_smime.h
Add export declarations.
* src/engine/Makefile.am
(libengine_la_SOURCES): Add mailprivacy_tools_private.h.
2007-10-30 - libetpan-0.52cvs17 - hoa
* configure.ac
fixed configure.ac
* src/low-level/imf/mailimf_write.c *** REMOVED FILE ***
* src/low-level/mime/mailmime_write.c *** REMOVED FILE ***
removed unused files.
2007-10-27 - libetpan-0.52cvs16 - hoa
* mailprivacy_gnupg.c
* mailprivacy_smime.c
* mailprivacy_tools.c
* mailprivacy_tools_private.h *** NEW FILE ***
spawn_and_wait() is now in mailprivacy_tools.c
2007-10-27 - libetpan-0.52cvs15 - Marcus Brinkmann
* autogen.sh
(libtoolize): Add -I m4 to aclocal invocation.
* Makefile.am
(EXTRA_DIST): Add COPYRIGHT.
Add dependency for libetpan-config.h to
$(top_builddir)/stamp-prepare.
(libetpan-config.h): Fix VPATH build.
* src/driver/implementation/imap/Makefile.am:
(libimap_la_SOURCES): Add imapdriver_tools_private.h.
2007-10-27 - libetpan-0.52cvs14 - Marcus Brinkmann
* configure.ac
Add -I${top_srcdir}/src/windows and LIBETPAN_DLL to CFLAGS
on mingw32 architectures. Also, check for arpa/inet.h and
winsock2.h. Save LIBS during iconv test.
* src/Makefile.am
Add windows to SUBDIRS only if HAVE_MINGW32_SYSTEM. In this
case, add windows/libarch.la to libetpan.la.
* src/data-types/Makefile.am
Remove mapping.h and mapping.c from libdata_types_la_SOURCES.
* src/data-types/mapping.h *** REMOVED FILE ***
* src/data-types/mapping.c *** REMOVED FILE ***
* src/data-types/mailstream.c
* src/data-types/md5.c
* src/low-level/imap/idle.c
Include config.h and win_etpan.h conditionally.
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
* src/low-level/smtp/mailsmtp.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mh/mhdriver.c
Include win_etpan.h conditionally. Use WIN32 instead of _MSC_VER.
* src/data-types/mailstream_low.c
* src/windows/time_r.c
Include config.h conditionally. Use WIN32 instead of _MSC_VER.
* src/data-types/connect.c
* src/data-types/maillock.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_tools.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/interfaces/maildriver_tools.c
* src/driver/interfaces/mailstorage_tools.c
* src/driver/tools/mailthread.c
* src/driver/tools/generic_cache.c
* src/low-level/maildir/maildir.c
* src/low-level/mbox/mailmbox.c
* src/low-level/mh/mailmh.c
* src/low-level/mime/mailmime_write_generic.c
* src/low-level/nntp/newsnntp.c
* tests/readmsg-common.c
* src/low-level/imf/mailimf_types_helper.c
* src/low-level/mime/mailmime_types_helper.c
Use WIN32 instead of _MSC_VER.
* src/data-types/mmapstring.c
Include win_etpan.h for WIN32 instead of just _MSC_VER.
Do not use pthread only for _MSC_VER instead all WIN32.
* src/driver/implementation/db/dbdriver_message.c
Include win_etpan.h instead of sys/mman.h on Windows.
* src/engine/mailprivacy.c
Include win_etpan.h instead of sys/mman.h on Windows.
Use WIN32 instead of _MSC_VER. Do not check UID on windows.
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
Include win_etpan.h instead of sys/mman.h and sys/wait.h
on Windows. Rewrite command passphrase handling for Windows.
* src/engine/mailprivacy_tools.c
Include win_etpan.h instead of sys/mman.h and libgen.h.
* src/low-level/pop3/mailpop3_socket.c
* src/low-level/pop3/mailpop3_ssl.c
Include stdlib.h.
* src/windows/Makefile.am
Build libarch.la.
* src/windows/win_etpan.h
Include time.h, dirent.h and winsock2.h on HAVE_MINGW32_SYSTEM
targets, and define EINPROGRESS, but not stat and dirent
replacements.
* src/windows/wsocket.cpp
Include config.h conditionally, and always include winsock2.h.
* tests/decrypt.c
* tests/pgp.c
* tests/smime.c
Include win_etpan.h instead of sys/mman.h on Windows.
Use WIN32 instead of _MSC_VER.
* tests/smtpsend.c
Include win_etpan.h instead of sys/mman.h on Windows. Do
not define STDIN_FILENO but use standard getopt on
HAVE_MINGW32_SYSTEM. Use WIN32 instead of _MSC_VER where
appropriate.
2007-10-23 - libetpan-0.52cvs13 - hoa
* m4/libtool.m4 *** NEW FILE ***
fixed autoreconf.
* configure.ac
Add check for mingw32 platform. Auto-detect IPv6
support. Check for pthreads-w32.
Thanks to Marcus Brinkmann.
2007-10-22 - libetpan-0.52cvs12 - hoa
* src/data-types/mailstream_ssl.c
Fixed memory leak in GnuTLS related code.
Thanks to Colin Leroy.
2007-10-20 - libetpan-0.52cvs11 - hoa
* src/driver/implementation/pop3/pop3storage.c
fixed false SASL auth type for try apop.
Thanks to Vasily Osadchuk.
2007-10-19 - libetpan-0.52cvs10 - hoa
* src/data-types/mailstream_ssl.c
lower limits on server key length restriction
on GnuTLS implementation.
Thanks to Colin Leroy.
2007-10-11 - libetpan-0.52cvs9 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed a typo in MIME media content type.
Thanks to Simon Banks.
2007-10-10 - libetpan-0.52cvs8 - hoa
* src/data-types/mailsasl.c
workaround a bug of libsasl when using SASL and SSL.
2007-09-22 - libetpan-0.52cvs7 - hoa
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached_message.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached_message.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached_message.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_cached_message.c
changed error code when opening cache file does not work.
2007-09-18 - libetpan-0.52cvs6 - hoa
* src/low-level/imap/mailimap_parser.c
workaround Exchange authentication response.
Thanks to Horia Olaru.
2007-09-15 - libetpan-0.52cvs5 - hoa
* src/data-types/mailstream_socket.c
* src/low-level/mime/mailmime_decode.c
* tests/fetch-attachment.c
fixed cancellation of socket write on Win32.
MIME decoding of unknown charset is improved.
fetch attachment will write binary files.
2007-08-23 - libetpan-0.52cvs4 - hoa
* src/low-level/pop3/mailpop3.c
Fixed POP3 SASL authentication.
Thanks to Horia Olaru.
2007-08-13 - libetpan-0.52cvs3 - hoa
* src/main/Makefile.am
install libetpan.h in includedir/libetpan.h for
compatibility purpose.
2007-08-12 - libetpan-0.52cvs2 - hoa
* configure.ac
added detection of db 4.5
2007-08-08 - libetpan-0.52cvs1 - hoa
* autogen.sh
* configure.ac
do not build doc in autogen.sh since Makefile won't exist yet.
cleaned up configure.ac so that version numbers are not duplicated.
* src/driver/implementation/imap/Makefile.am
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_message.c
* src/driver/implementation/imap/imapdriver_tools.[ch]
- made imapdriver_tools.h public.
- As requested per Matt Ronge, imap_uid_list_to_env_list()
and imap_flags_to_flags() were made public.
- prefixed properly external symbols.
2007-08-06 - libetpan-0.52 - hoa
* release 0.52 - Plaintive Rumba
fixes:
build when IPv6 is not supported.
advertised version.
2007-08-06 - libetpan-0.51cvs1 - hoa
* src/data-types/connect.c
build problem when IPv6 is not supported.
2007-08-03 - libetpan-0.51 - alfie
* release 0.51 - Sex & Religion
fixes:
SASL enabled build fixed
GnuTLS build fixed
BIOs handling fix for openSSL
2007-07-30 - libetpan-0.50cvs6 - colin
* src/data-types/connect.c
put back the (ai == NULL) test - it was alright
but a break was missing in the for loop
* src/data-types/mailstream_ssl.c
rename wait_connect to wait_SSL_connect for
clarity
2007-07-30 - libetpan-0.50cvs5 - colin
* src/data-types/connect.c
fix non-blocking connection (select()ing for
connect is on writability)
* src/data-types/mailstream_ssl.c
fix handling of non-blocking underlying BIOs for
openSSL; fix build with GnuTLS.
2007-07-28 - libetpan-0.50cvs4 - hoa
* src/data-types/connect.c
connection to server has timeout using
mailstream_network_delay.
2007-07-27 - libetpan-0.50cvs3 - hoa
* src/low-level/imap/mailimap_parser.c
workaround broken behavior of www.safe-mail.net server.
2007-07-27 - libetpan-0.50cvs2 - hoa
* src/low-level/smtp/mailsmtp.[ch]
cleanup: mapped MAILSMTP_AUTH_LOGIN authentication type
on SASL LOGIN mechanism.
2007-07-25 - libetpan-0.50cvs1 - hoa
* src/low-level/smtp/mailsmtp.c
fixed build when SASL is enabled.
2007-07-25 - libetpan-0.50 - alfie
* release 0.50 - Used to be alright
feature enhancements:
RSS/ATOM feed implemented
switched to automake build system
IMAP IDLE implemented
fetching by Message-Id implemented
fixes:
several build fixes for Windows
documentation build fixed
2007-07-21 - libetpan-0.49cvs32 - hoa
* src/data-types/mailstream_ssl.c
revert previous change. this was not correct.
2007-07-21 - libetpan-0.49cvs31 - hoa
* src/data-types/mailstream_ssl.c
set timeout also on SSL sessions.
2007-07-21 - libetpan-0.49cvs30 - hoa
* src/low-level/pop3/mailpop3.c
* src/low-level/smtp/mailsmtp.c
As per request of libsasl debian maintainer,
call to sasl_decode64() has been cleaned up.
2007-07-16 - libetpan-0.49cvs29 - hoa
* doc/Makefile.am
fixed build of documentation.
2007-07-16 - libetpan-0.49cvs28 - hoa
* autogen.sh
avoid automatic copy of GPL licence.
2007-07-16 - libetpan-0.49cvs27 - hoa
* COPYRIGHT *** ADDED FILE ***
reimported COPYRIGHT file since automake will always
overwrite COPYING file.
2007-07-16 - libetpan-0.49cvs26 - hoa
* COPYRIGHT *** REMOVED FILE ***
changed the name of the copyright file since automake will
force creation of 'COPYING' file.
2007-07-16 - libetpan-0.49cvs25 - hoa
* build-windows/libetpan_version.h
* src/main/libetpan_version.h.in
* AUTHORS *** NEW FILES ***
* Makefile.am *** NEW FILES ***
* README *** NEW FILES ***
* autogen.sh
* configure.ac *** NEW FILES ***
* rules.mk *** NEW FILES ***
* build-windows/Makefile.am *** NEW FILES ***
* doc/Makefile.am *** NEW FILES ***
* doc/README.rules *** NEW FILES ***
* include/Makefile.am *** NEW FILES ***
* src/Makefile.am *** NEW FILES ***
* src/bsd/Makefile.am *** NEW FILES ***
* src/data-types/Makefile.am *** NEW FILES ***
* src/driver/Makefile.am *** NEW FILES ***
* src/driver/implementation/Makefile.am *** NEW FILES ***
* src/driver/implementation/data-message/Makefile.am *** NEW FILES ***
* src/driver/implementation/db/Makefile.am *** NEW FILES ***
* src/driver/implementation/feed/Makefile.am *** NEW FILES ***
* src/driver/implementation/hotmail/Makefile.am *** NEW FILES ***
* src/driver/implementation/imap/Makefile.am *** NEW FILES ***
* src/driver/implementation/maildir/Makefile.am *** NEW FILES ***
* src/driver/implementation/mbox/Makefile.am *** NEW FILES ***
* src/driver/implementation/mh/Makefile.am *** NEW FILES ***
* src/driver/implementation/mime-message/Makefile.am *** NEW FILES ***
* src/driver/implementation/nntp/Makefile.am *** NEW FILES ***
* src/driver/implementation/pop3/Makefile.am *** NEW FILES ***
* src/driver/interface/Makefile.am *** NEW FILES ***
* src/driver/tools/Makefile.am *** NEW FILES ***
* src/engine/Makefile.am *** NEW FILES ***
* src/low-level/Makefile.am *** NEW FILES ***
* src/low-level/feed/Makefile.am *** NEW FILES ***
* src/low-level/imap/Makefile.am *** NEW FILES ***
* src/low-level/imf/Makefile.am *** NEW FILES ***
* src/low-level/maildir/Makefile.am *** NEW FILES ***
* src/low-level/mbox/Makefile.am *** NEW FILES ***
* src/low-level/mh/Makefile.am *** NEW FILES ***
* src/low-level/mime/Makefile.am *** NEW FILES ***
* src/low-level/nntp/Makefile.am *** NEW FILES ***
* src/low-level/pop3/Makefile.am *** NEW FILES ***
* src/low-level/smtp/Makefile.am *** NEW FILES ***
* src/main/Makefile.am *** NEW FILES ***
* src/windows/Makefile.am *** NEW FILES ***
* tests/Makefile.am *** NEW FILES ***
* INSTALL *** REMOVED FILE ***
* Makefile.in *** REMOVED FILE ***
* Rules.in *** REMOVED FILE ***
* TODO *** REMOVED FILE ***
* configure.in *** REMOVED FILE ***
* install-sh *** REMOVED FILE ***
* doc/Makefile *** REMOVED FILE ***
* src/Makefile.in *** REMOVED FILE ***
* src/data-types/Makefile *** REMOVED FILE ***
* src/driver/Makefile *** REMOVED FILE ***
* src/driver/implementation/Makefile *** REMOVED FILE ***
* src/driver/implementation/data-message/Makefile *** REMOVED FILE ***
* src/driver/implementation/db/Makefile *** REMOVED FILE ***
* src/driver/implementation/feed/Makefile *** REMOVED FILE ***
* src/driver/implementation/hotmail/Makefile *** REMOVED FILE ***
* src/driver/implementation/imap/Makefile *** REMOVED FILE ***
* src/driver/implementation/maildir/Makefile *** REMOVED FILE ***
* src/driver/implementation/mbox/Makefile *** REMOVED FILE ***
* src/driver/implementation/mh/Makefile *** REMOVED FILE ***
* src/driver/implementation/mime-message/Makefile *** REMOVED FILE ***
* src/driver/implementation/nntp/Makefile *** REMOVED FILE ***
* src/driver/implementation/pop3/Makefile *** REMOVED FILE ***
* src/driver/interface/Makefile *** REMOVED FILE ***
* src/driver/tools/Makefile *** REMOVED FILE ***
* src/engine/Makefile *** REMOVED FILE ***
* src/low-level/Makefile *** REMOVED FILE ***
* src/low-level/feed/Makefile *** REMOVED FILE ***
* src/low-level/imap/Makefile *** REMOVED FILE ***
* src/low-level/imf/Makefile *** REMOVED FILE ***
* src/low-level/maildir/Makefile *** REMOVED FILE ***
* src/low-level/mbox/Makefile *** REMOVED FILE ***
* src/low-level/mh/Makefile *** REMOVED FILE ***
* src/low-level/mime/Makefile *** REMOVED FILE ***
* src/low-level/nntp/Makefile *** REMOVED FILE ***
* src/low-level/pop3/Makefile *** REMOVED FILE ***
* src/low-level/smtp/Makefile *** REMOVED FILE ***
* src/main/Makefile *** REMOVED FILE ***
* tests/Makefile *** REMOVED FILE ***
new build system using automake so that build
outside of the source folder is possible.
Thanks to Marcus Brinkmann.
2007-07-15 - libetpan-0.49cvs24 - hoa
* src/data-types/connect.c
fixed integer sign. (bis)
2007-07-14 - libetpan-0.49cvs24 - hoa
* src/data-types/connect.c
fixed integer sign.
2007-07-12 - libetpan-0.49cvs23 - smarinier
* build-windows/README.txt
* build-windows/build_headers.list
* build-windows/libetpan-config.h
* build-windows/libetpan_version.h
* build-windows/libetpan/libetpan.vcproj
2 new projects : debug_ssl and release_ssl
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
mutex, ssl for windows
* src/data-types/maillock.c
* src/low-level/mime/mailmime_write_mem.c
* src/data-types/connect.c
warning
* src/windows/inet_aton.c
* src/windows/win_etpan.h
inet_aton for Windows
2007-07-01 - libetpan-0.49cvs22 - hoa
* src/driver/implementation/nntp/nntpstorage.c
* src/driver/implementation/pop3/pop3storage.c
local bind feature fixed.
2007-06-30 - libetpan-0.49cvs21 - hoa
* src/data-types/connect.[ch]
* src/driver/implementation/imap/imapdriver_types.h
* src/driver/implementation/imap/imapstorage.[ch]
* src/driver/implementation/nntp/nntpdriver_types.h
* src/driver/implementation/nntp/nntpstorage.[ch]
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_types.h
* src/driver/implementation/pop3/pop3storage.[ch]
* src/driver/interface/mailstorage_tools.[ch]
local bind feature has been implemented.
Thanks to Johannes Schlumberger.
2007-06-30 - libetpan-0.49cvs20 - hoa
* src/low-level/nntp/newsnntp.c
improved API to fetch article by Message ID.
2007-06-29 - libetpan-0.49cvs19 - hoa
* src/low-level/nntp/newsnntp.c
* src/low-level/nntp/newsnntp.h
allows fetch article by Message-ID.
Thanks to Thomas Glanzmann.
2007-05-26 - libetpan-0.49cvs18 - hoa
* src/low-level/imap/idle.c
* src/low-level/imap/mailimap.h
fixed IMAP IDLE.
2007-05-25 - libetpan-0.49cvs17 - hoa
* src/low-level/imap/Makefile
* src/low-level/imap/idle.[ch] *** NEW FILES ***
implemented IMAP IDLE.
2007-05-25 - libetpan-0.49cvs16 - hoa
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
fixed cancel on win32. Thanks to Andrei N. Balabohin.
* src/low-level/feed/date.c
fixed include for win32.
* src/low-level/imap/mailimap.c
* src/low-level/imap/mailimap_types.h
prepare for IMAP IDLE.
2007-05-24 - libetpan-0.49cvs15 - hoa
* src/low-level/imap/acl.c
* src/low-level/imap/annotatemore.c
* src/low-level/imap/mailimap.[ch]
* src/low-level/imap/uidplus.c
prefixed properly global symbols.
2007-05-19 - libetpan-0.49cvs14 - hoa
* src/driver/implementation/imap/imapdriver_tools.c
fixed comparison.
2007-05-02 - libetpan-0.49cvs13 - hoa
* src/driver/implementation/pop3/pop3driver.c
get message by UID is implemented.
2007-04-26 - libetpan-0.49cvs12 - hoa
* src/low-level/feed/newsfeed_item.c
fixed build problem.
2007-04-24 - libetpan-0.49cvs11 - hoa
* src/low-level/feed/parser.c
fixed build problem.
2007-04-07 - libetpan-0.49cvs10 - hoa
* src/driver/implementation/feed/feeddriver_message.c
fallback on summary if no content for the given article.
2007-04-07 - libetpan-0.49cvs9 - hoa
* src/low-level/feed/Makefile
* src/low-level/feed/newsfeed.c
* src/low-level/feed/parser.c
* src/low-level/feed/parser_atom10.h
* src/low-level/feed/parser_atom03.[ch] *** NEW FILES ***
fixed build. Added parser for atom 0.3
2007-04-07 - libetpan-0.49cvs8 - hoa
* src/low-level/feed/Makefile
* src/low-level/feed/newsfeed.c
* src/low-level/feed/newsfeed.h
* src/low-level/feed/newsfeed_item.c
* src/low-level/feed/newsfeed_item.h
* src/low-level/feed/newsfeed_item_enclosure.[ch] *** NEW FILES ***
* src/low-level/feed/newsfeed_types.h
* src/low-level/feed/parser.c
* src/low-level/feed/parser_rdf.c
* src/low-level/feed/parser_rss20.c
Added a feed item enclosure, sync with rssyl-ng.
Implementation of unknown charset handler for expat.
2007-04-03 - libetpan-0.49cvs7 - hoa
* src/low-level/imap/mailimap.c
Fixed a crash in IMAP when greeting message is empty.
Thanks to ruskie for the report.
2007-04-03 - libetpan-0.49cvs6 - hoa
* configure.in
use of liblockfile can be disabled.
Thanks to Thomas de Grenier de Latour.
2007-04-03 - libetpan-0.49cvs5 - hoa
* src/low-level/mime/mailmime_decode.c
fixed behavior of mailmime_encoded_phrase_parse().
Thanks to Laurent Birtz.
2007-01-28 - libetpan-0.49cvs4 - hoa
* build-windows/build_headers.list
* build-windows/libetpan/libetpan.vcproj
fixed build for Windows. Thanks to Andrei N. Balabohin.
* src/data-types/mailstream.h
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.[ch]
Implemented stream cancel on Windows.
Fixed build when SSL is not compiled in.
Thanks to Andrei N. Balabohin.
2007-01-28 - libetpan-0.49cvs3 - hoa
* src/driver/implementation/data-message/data_message_driver.c
fill msg_fields field in mailmessage structure
for data message driver.
2007-01-28 - libetpan-0.49cvs2 - hoa
* configure.in
* build-windows/libetpan_version.h
* src/low-level/feed/newsfeed.c
* src/low-level/feed/newsfeed_private.[ch]
* src/low-level/feed/newsfeed_types.h
* src/low-level/feed/parser.c
* src/low-level/feed/parser_atom10.c
* src/low-level/feed/parser_rdf.c
* src/low-level/feed/parser_rss20.c
* src/low-level/imap/uidplus_parser.c
detection for curl and expat.
2007-01-18 - libetpan-0.49cvs1 - hoa
* src/driver/implementation/Makefile
* src/driver/implementation/feed/Makefile ** NEW FILES **
* src/driver/implementation/feed/feeddriver.[ch] ** NEW FILES **
* src/driver/implementation/feed/feeddriver_message.[ch] ** NEW FILES **
* src/driver/implementation/feed/feeddriver_types.h ** NEW FILES **
* src/driver/implementation/feed/feedstorage.[ch] ** NEW FILES **
* src/driver/tools/mailthread.c
* src/low-level/Makefile
* src/low-level/feed/Makefile ** NEW FILES **
* src/low-level/feed/date.[ch] ** NEW FILES **
* src/low-level/feed/newsfeed.[ch] ** NEW FILES **
* src/low-level/feed/newsfeed_item.[ch] ** NEW FILES **
* src/low-level/feed/newsfeed_private.[ch] ** NEW FILES **
* src/low-level/feed/newsfeed_types.h ** NEW FILES **
* src/low-level/feed/parser.[ch] ** NEW FILES **
* src/low-level/feed/parser_atom10.[ch] ** NEW FILES **
* src/low-level/feed/parser_rdf.[ch] ** NEW FILES **
* src/low-level/feed/parser_rss20.[ch] ** NEW FILES **
* src/main/libetpan.h
* tests/option-parser.c
* tests/option-parser.h
implementation of RSS/ATOM feed.
Still needs to write autodetection for needed libraries.
2007-01-08 - libetpan-0.49 - alfie
* release 0.49 - Drive
feature enhancements:
stream cancellation
better handling of ssl error
improved imap cache
fixes:
various bugfixes
2007-01-07 - libetpan-0.48cvs15 - hoa
* src/data-types/mailstream_ssl.[ch]
remove unnecessary casts, fixed properly header.
2007-01-06 - libetpan-0.48cvs14 - colin
* src/data-types/mailstream_ssl.c
Cleaner type fix -- Changes mailstream_ssl_get_certificate
return type to ssize_t
2007-01-06 - libetpan-0.48cvs13 - colin
* src/data-types/mailstream_ssl.c
Fixed size_t/int problem.
2007-01-06 - libetpan-0.48cvs12 - colin
* src/data-types/mailstream_ssl.c
Fixed GNUTLS build.
2006-12-29 - libetpan-0.48cvs11 - hoa
* src/data-types/mailstream_cancel.c
* src/data-types/mailstream_ssl.c
simplified code. Fixed build.
2006-12-29 - libetpan-0.48cvs10 - colin
* src/data-types/mailstream_cancel.c
Fix allocations
2006-12-29 - libetpan-0.48cvs9 - hoa
* src/data-types/timeutils.c
merged Cyrus IMAPD changes.
This fixes the crash in mkgmtime().
2006-12-26 - libetpan-0.48cvs8 - hoa
* src/data-types/timeutils.[ch] ** NEW FILES **
* src/data-types/Makefile
* src/driver/tools/mailthread.c
* src/low-level/imf/mailimf_types_helper.[ch]
avoid code duplication.
* build-windows/build_headers.list
* build-windows/libetpan/libetpan.vcproj
build for Windows.
* src/data-types/mailstream_ssl.[ch]
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_types.h
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_types.h
* src/low-level/imap/mailimap_socket.[ch]
* src/low-level/imap/mailimap_ssl.[ch]
* src/low-level/nntp/newsnntp_ssl.[ch]
* src/low-level/pop3/mailpop3_socket.[ch]
* src/low-level/pop3/mailpop3_ssl.[ch]
* src/low-level/smtp/mailsmtp_socket.[ch]
* src/low-level/smtp/mailsmtp_ssl.[ch]
added SSL callback.
* src/driver/interface/maildriver_types.h
cleanup.
2006-12-23 - libetpan-0.48cvs7 - hoa
* src/data-types/mailstream_ssl.[ch]
callback for SSL implemented. Thanks to Andrei N. Balabohin.
2006-12-22 - libetpan-0.48cvs6 - hoa
* src/data-types/mailstream_cancel.[ch] ** NEW FILES **
* src/data-types/mailstream_cancel_types.h ** NEW FILES **
cancel implemented.
2006-12-22 - libetpan-0.48cvs5 - hoa
* src/data-types/Makefile
* src/data-types/mailstream.c
* src/data-types/mailstream.h
* src/data-types/mailstream_low.c
* src/data-types/mailstream_low.h
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_socket.h
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_types.h
cancel implemented. breaks binary compatibility.
* src/low-level/mime/mailmime_content.c
fixed MIME parser. Thanks to Laurent Birtz.
2006-12-13 - libetpan-0.48cvs4 - hoa
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.[ch]
removed C99 structure style. Use a unique code for Unix/Windows.
make a function really internal.
* src/data-types/clist.h
* src/data-types/mailstream_low.c
* src/low-level/pop3/mailpop3.h
* src/low-level/pop3/mailpop3_socket.h
* src/driver/implementation/imap/imapdriver_tools.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_tools.c
* src/driver/interface/maildriver_errors.h
* src/low-level/imap/mailimap_ssl.[ch]
* src/low-level/imap/mailimap_types.h
* src/low-level/nntp/newsnntp_ssl.[ch]
* src/low-level/nntp/newsnntp_types.h
* src/low-level/pop3/mailpop3_ssl.[ch]
* src/low-level/pop3/mailpop3_types.h
* src/low-level/smtp/mailsmtp.c
* src/low-level/smtp/mailsmtp_socket.c
* src/low-level/smtp/mailsmtp_ssl.[ch]
* src/low-level/smtp/mailsmtp_types.h
SSL error management.
exports some functions for Windows.
Thanks to Andrei N. Balabohin.
* src/driver/implementation/mh/mhdriver.c
removed warning.
* src/low-level/imap/uidplus_types.h
compilation fix for Windows.
Thanks to Andrei N. Balabohin.
2006-12-12 - libetpan-0.48cvs3 - hoa
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_types.h
Fixed code documentation.
* src/low-level/imap/uidplus_parser.c
Fixed warning. Thanks to anosek.
* src/low-level/mime/mailmime_decode.c
Interpret 'UTF8' as 'UTF-8'.
2006-12-10 - libetpan-0.48cvs2 - colin
* src/low-level/imap/mailimap.c
fix crash when server answers " * BYE"
Fixes debian bug #398382
2006-11-12 - libetpan-0.48cvs1 - hoa
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_tools.c
cache of bodystructure for IMAP driver.
2006-10-26 - libetpan-0.48 - alfie
* release 0.48 - Hypergeek
feature enhancements:
UIDPLUS implemented
fixes:
various smaller code fixes
2006-10-26 - libetpan-0.47cvs6 - hoa
* src/low-level/imap/mailimap_types.c
fixed the code of response_info_free().
2006-10-25 - libetpan-0.47cvs5 - hoa
* src/driver/implementation/db/dbdriver.c
fixed the code of db_get_next_validity().
2006-10-22 - libetpan-0.47cvs4 - hoa
* src/low-level/imf/mailimf_types_helper.c
fixed handling of Bcc.
2006-10-20 - libetpan-0.47cvs3 - hoa
* src/low-level/imap/uidplus.h
fixed extern declaration.
2006-10-20 - libetpan-0.47cvs2 - hoa
* src/low-level/imap/acl.[ch]
* src/low-level/imap/annotatemore.[ch]
* src/low-level/imap/mailimap_extension.[ch]
* src/low-level/imap/uidplus.[ch]
added an API to check the capabilities.
fixed UIDPLUS copy.
2006-10-20 - libetpan-0.47cvs1 - hoa
* configure.in
* src/low-level/imap/Makefile
* src/low-level/imap/acl.[ch]
* src/low-level/imap/acl_types.c
* src/low-level/imap/annotatemore.[ch]
* src/low-level/imap/annotatemore_types.c
* src/low-level/imap/mailimap.[ch]
* src/low-level/imap/mailimap_extension.c
* src/low-level/imap/mailimap_extension_types.h
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/mailimap_sender.[ch]
* src/low-level/imap/mailimap_types.[ch]
Fixed API of extension. Exported some functions.
* src/low-level/imap/uidplus.[ch] ** NEW FILES **
* src/low-level/imap/uidplus_parser.[ch] ** NEW FILES **
* src/low-level/imap/uidplus_sender.[ch] ** NEW FILES **
* src/low-level/imap/uidplus_types.[ch] ** NEW FILES **
implementation of UIDPLUS.
2006-10-13 - libetpan-0.47 - alfie
* release 0.47 - Son Et Lumiere
feature enhancements:
IPv6 Support
fixes:
various leaks and crashes
MIME decoding fix
gnutls fix
SASL fix
AUTH parser fix
2006-10-13 - libetpan-0.46cvs13 - alfie
* src/low-level/smtp/mailsmtp_types.h
order it backward compatible.
2006-10-12 - libetpan-0.46cvs12 - hoa
* src/low-level/imap/mailimap.c
fixed crash.
2006-10-12 - libetpan-0.46cvs11 - hoa
* src/low-level/maildir/maildir.c
fixed memory leaks.
2006-10-07 - libetpan-0.46cvs10 - hoa
* src/low-level/mime/mailmime_decode.c
fixed MIME header decoding.
2006-09-25 - libetpan-0.46cvs9 - colin
* src/data-types/mailstream_ssl.c
Really fix gnutls' init.
2006-09-24 - libetpan-0.46cvs8 - colin
* src/data-types/mailstream_ssl.c
Fix a typo that made gnutls crash on some servers
(mail.hp.com:993 for example). Sorry :-/
2006-09-05 - libetpan-0.46cvs7 - hoa
* src/low-level/imap/mailimap_parser.c
implemented workaround for Binc IMAP.
FLAGS response can be sent with "\*" on Binc IMAP.
That's not conformant to IMAP RFC.
2006-08-30 - libetpan-0.46cvs6 - hoa
* src/engine/mailprivacy_smime.c
improved performance of certificates collector.
* src/low-level/imap/mailimap.c
* src/low-level/pop3/mailpop3.c
* src/low-level/smtp/mailsmtp.c
fixed use of SASL.
Thanks to Andrei N. Balabohin.
2006-08-05 - libetpan-0.46cvs5 - hoa
* src/data-types/Makefile
* src/data-types/maillock.c
* src/main/libetpan.h
exports maillock.h
file descriptor is now optional.
* src/data-types/mailstream_ssl.c
disable fcntl() call on win32.
* src/driver/implementation/imap/imapdriver_cached.c
fixed a leak.
* src/driver/implementation/nntp/nntpdriver_tools.c
fixed error code.
* src/low-level/imf/mailimf.c
fixed a leak.
* src/low-level/mime/mailmime_decode.c
'unknown' character set is considered as 'iso-8859-1'.
* src/low-level/pop3/mailpop3.c
fixed AUTH parser.
Thanks to Andrei N. Balabohin.
* src/low-level/smtp/mailsmtp.c
* src/low-level/smtp/mailsmtp_types.h
improved error management.
Thanks to Andrei N. Balabohin.
2006-07-15 - libetpan-0.46cvs4 - hoa
* configure.in
IPv6 is enabled by default.
2006-07-15 - libetpan-0.46cvs3 - hoa
* configure.in
* src/data-types/connect.c
* src/driver/interface/mailstorage_tools.c
IPv6 implementation. Thanks to Didier Barvaux.
2006-07-15 - libetpan-0.46cvs2 - hoa
* build-windows/libetpan_version.h
fixed libetpan version for Windows.
* src/driver/implementation/imap/imapdriver_cached.c
fixed function prototype.
2006-07-14 - libetpan-0.46cvs1 - hoa
* src/low-level/imf/mailimf.c
fixed a crash in case of parse error on Bcc field.
2006-07-12 - libetpan-0.46 - alfie
* release 0.46 - Drawing Circles
feature enhancements:
imap extension api
imap annotate
C89 conformance
fixes:
fixed crash when using gnutls
various other (small) fixes
2006-07-03 - libetpan-0.45cvs17 - skunk
* Rules.in
new "prepare" rule to prevent redundant header copying
* install-sh
updated to latest version from autoconf-2.60 package
* src/data-types/charconv.c
moved variable declarations up to avoid having declarations
after statements, plus some minor syntax fixes
2006-06-29 - libetpan-0.45cvs16 - hoa
* configure.in
temporary fix for install.
2006-06-28 - libetpan-0.45cvs15 - skunk
* src/data-types/mailstream.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/pop3/pop3driver.c
checked in the remaining bits of the last patch
2006-06-26 - libetpan-0.45cvs14 - hoa
* Rules.in
* configure.in
* build-windows/libetpan_version.h
* src/Makefile.in
* src/data-types/charconv.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
* src/data-types/mapping.c
* src/data-types/mmapstring.c
* src/driver/Makefile
* src/driver/implementation/Makefile
* src/driver/implementation/data-message/Makefile
* src/driver/implementation/data-message/data_message_driver.c
* src/driver/implementation/db/Makefile
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/db/dbdriver_message.c
* src/driver/implementation/db/dbstorage.c
* src/driver/implementation/hotmail/Makefile
* src/driver/implementation/imap/Makefile
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_message.c
* src/driver/implementation/imap/imapstorage.c
* src/driver/implementation/maildir/Makefile
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/maildir/maildirstorage.c
* src/driver/implementation/mbox/Makefile
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached_message.c
* src/driver/implementation/mbox/mboxdriver_message.c
* src/driver/implementation/mbox/mboxstorage.c
* src/driver/implementation/mh/Makefile
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached_message.c
* src/driver/implementation/mh/mhdriver_message.c
* src/driver/implementation/mh/mhdriver_tools.c
* src/driver/implementation/mh/mhstorage.c
* src/driver/implementation/mime-message/Makefile
* src/driver/implementation/mime-message/mime_message_driver.c
* src/driver/implementation/nntp/Makefile
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached_message.c
* src/driver/implementation/nntp/nntpdriver_message.c
* src/driver/implementation/nntp/nntpstorage.c
* src/driver/implementation/pop3/Makefile
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_cached_message.c
* src/driver/implementation/pop3/pop3driver_message.c
* src/driver/implementation/pop3/pop3storage.c
* src/driver/interface/Makefile
* src/driver/interface/maildriver_types.h
* src/driver/tools/Makefile
* src/driver/tools/generic_cache.c
* src/engine/Makefile
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
* src/engine/mailprivacy_tools.c
* src/low-level/Makefile
* src/low-level/imap/Makefile
* src/low-level/imap/acl.c
* src/low-level/imap/acl_parser.c
* src/low-level/imap/acl_sender.c
* src/low-level/imap/acl_types.c
* src/low-level/imap/annotatemore.c
* src/low-level/imap/annotatemore_parser.c
* src/low-level/imap/annotatemore_sender.c
* src/low-level/imap/annotatemore_types.c
* src/low-level/imap/mailimap_extension.c
* src/low-level/imap/mailimap_helper.c
* src/low-level/imap/mailimap_keywords.c
* src/low-level/imap/mailimap_socket.c
* src/low-level/imap/mailimap_ssl.c
* src/low-level/imap/mailimap_types.c
* src/low-level/imap/mailimap_types_helper.c
* src/low-level/maildir/maildir.c
* src/low-level/mbox/mailmbox.c
* src/low-level/mh/mailmh.c
* src/low-level/mime/mailmime.c
* src/low-level/mime/mailmime_decode.c
* src/low-level/mime/mailmime_disposition.c
* src/low-level/mime/mailmime_types.c
* src/low-level/mime/mailmime_types_helper.c
* src/low-level/mime/mailmime_write.c
* src/low-level/mime/mailmime_write_file.c
* src/low-level/mime/mailmime_write_generic.c
* src/low-level/mime/mailmime_write_mem.c
* src/low-level/nntp/newsnntp.c
* src/low-level/nntp/newsnntp_socket.c
* src/low-level/nntp/newsnntp_ssl.c
* src/low-level/smtp/mailsmtp_helper.c
* src/low-level/smtp/mailsmtp_socket.c
* src/low-level/smtp/mailsmtp_ssl.c
* tests/readmsg-common.c
conformance patch by Daniel Richard G.
2006-06-16 - libetpan-0.45cvs13 - smarinier
* src/data-types/charconv.[ch]
extended_charconv might be used if you don't have iconv
or if you want to handle some conversions by yourself
* src//driver/interface/maildriver_types.[ch]
libetpan_malloc and libetpan_freei should be used to
allocate/free data freed/allocated by libetpan
2006-06-07 - libetpan-0.45cvs12 - smarinier
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_tools.[ch]
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/interface/maildriver.[ch]
* src/driver/interface/maildriver_tools.[ch]
* src/driver/interface/maildriver_types.h
* src/low-level/imap/mailimap_helper.[ch]
* src/low-level/mime/mailmime_write_mem.c
* src/low-level/pop3/mailpop3_helper.[ch]
* tests/option-parser.[ch]
use const char* when char* is not necessary (2)
2006-06-06 - libetpan-0.45cvs11 - smarinier
* src/driver/implementation/imap/imapdriver.c
add (slow) remove_message to imap_driver
2006-06-02 - libetpan-0.45cvs10 - smarinier
* src/driver/implementation/nntp/nntpstorage.c
minor bug on nn_command deletion
* src/driver/implementation/imap/imapstorage.[ch]
* src/driver/implementation/maildir/maildirstorage.[ch]
* src/driver/implementation/nntp/nntpstorage.[ch]
* src/driver/interface/mailstorage.[ch]
* src/data-types/md5.[ch]
* src/data-types/md5global.h
* src/driver/implementation/mbox/mboxstorage.[ch]
* src/driver/implementation/mh/mhstorage.[ch]
* src/driver/implementation/pop3/pop3storage.[ch]
use const char* when char* is not necessary
2006-06-02 - libetpan-0.45cvs9 - hoa
* src/driver/interface/maildriver.c
fixed copy-paste bug. Thanks to Sebastien Marinier.
2006-05-30 - libetpan-0.45cvs8 - hoa
* configure.in
support for newer version of Debian Berkeley DB.
2006-05-22 - libetpan-0.45cvs7 - hoa
* autogen.sh
* configure.in
* src/data-types/carray.c
* src/data-types/charconv.[ch]
* src/data-types/chash.c
* src/data-types/cinthash.c
* src/data-types/clist.[ch]
* src/data-types/connect.[ch]
* src/data-types/mail_cache_db.c
* src/data-types/maillock.c
* src/data-types/mailsasl.c
* src/data-types/mailsem.c
* src/data-types/mailstream_helper.c
* src/data-types/mailstream_low.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
* src/data-types/md5.h
* src/data-types/md5global.h
* src/data-types/mmapstring.c
* src/driver/implementation/data-message/data_message_driver.c
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/db/dbdriver_message.c
* src/driver/implementation/db/dbstorage.c
* src/driver/implementation/hotmail/hotmailstorage.c
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_message.c
* src/driver/implementation/imap/imapdriver_tools.c
* src/driver/implementation/imap/imapdriver_types.h
* src/driver/implementation/imap/imapstorage.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/maildir/maildirdriver_tools.c
* src/driver/implementation/maildir/maildirdriver_types.h
* src/driver/implementation/maildir/maildirstorage.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached_message.c
* src/driver/implementation/mbox/mboxdriver_message.c
* src/driver/implementation/mbox/mboxdriver_tools.c
* src/driver/implementation/mbox/mboxdriver_types.h
* src/driver/implementation/mbox/mboxstorage.c
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached_message.c
* src/driver/implementation/mh/mhdriver_message.c
* src/driver/implementation/mh/mhdriver_tools.c
* src/driver/implementation/mh/mhdriver_types.h
* src/driver/implementation/mh/mhstorage.c
* src/driver/implementation/mime-message/mime_message_driver.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached_message.c
* src/driver/implementation/nntp/nntpdriver_message.c
* src/driver/implementation/nntp/nntpdriver_tools.c
* src/driver/implementation/nntp/nntpdriver_types.h
* src/driver/implementation/nntp/nntpstorage.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_cached_message.c
* src/driver/implementation/pop3/pop3driver_message.c
* src/driver/implementation/pop3/pop3driver_tools.c
* src/driver/implementation/pop3/pop3driver_types.h
* src/driver/implementation/pop3/pop3storage.c
* src/driver/interface/maildriver.c
* src/driver/interface/maildriver_errors.h
* src/driver/interface/maildriver_tools.c
* src/driver/interface/maildriver_types.[ch]
* src/driver/interface/maildriver_types_helper.c
* src/driver/interface/mailfolder.c
* src/driver/interface/mailmessage.c
* src/driver/interface/mailmessage_tools.[ch]
* src/driver/interface/mailmessage_types.[ch]
* src/driver/interface/mailstorage.c
* src/driver/tools/generic_cache.c
* src/driver/tools/imfcache.c
* src/driver/tools/mailthread.c
* src/driver/tools/mailthread_types.[ch]
* src/engine/mailengine.c
* src/engine/mailprivacy.c
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
* src/engine/mailprivacy_tools.c
* src/low-level/imap/mailimap.c
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_sender.c
* src/low-level/imap/mailimap_socket.[ch]
* src/low-level/imap/mailimap_ssl.[ch]
* src/low-level/imap/mailimap_types.h
* src/low-level/imf/mailimf.c
* src/low-level/imf/mailimf.h
* src/low-level/imf/mailimf_types.h
* src/low-level/imf/mailimf_types_helper.[ch]
* src/low-level/imf/mailimf_write_generic.c
* src/low-level/maildir/maildir.c
* src/low-level/maildir/maildir_types.h
* src/low-level/mbox/mailmbox.c
* src/low-level/mbox/mailmbox_parse.c
* src/low-level/mbox/mailmbox_types.[ch]
* src/low-level/mh/mailmh.[ch]
* src/low-level/mime/mailmime_content.c
* src/low-level/mime/mailmime_decode.c
* src/low-level/mime/mailmime_types.h
* src/low-level/mime/mailmime_types_helper.c
* src/low-level/mime/mailmime_write_file.c
* src/low-level/mime/mailmime_write_generic.c
* src/low-level/mime/mailmime_write_mem.c
* src/low-level/nntp/newsnntp.h
* src/low-level/nntp/newsnntp_socket.[ch]
* src/low-level/nntp/newsnntp_ssl.[ch]
* src/low-level/nntp/newsnntp_types.h
* src/low-level/pop3/mailpop3.c
* src/low-level/pop3/mailpop3_helper.c
* src/low-level/pop3/mailpop3_socket.[ch]
* src/low-level/pop3/mailpop3_ssl.[ch]
* src/low-level/pop3/mailpop3_types.h
* src/low-level/smtp/mailsmtp.c
* src/low-level/smtp/mailsmtp_helper.[ch]
* src/low-level/smtp/mailsmtp_socket.c
* src/low-level/smtp/mailsmtp_ssl.[ch]
* src/low-level/smtp/mailsmtp_types.h
* src/main/libetpan_version.c
* tests/readmsg.c
cleanup of libetpan.
Thanks to Daniel Richard G.
2006-05-17 - libetpan-0.45cvs6 - hoa
* src/data-types/charconv.c
fixed UTF-8 character maximum size.
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_types.h
message list cache.
* src/driver/implementation/mh/mhdriver_tools.c
fixed 'From ' skipper.
2006-04-16 - libetpan-0.45cvs5 - colin
* src/low-level/imap/annotatemore_types.c
Fix missing mailimap_annotatemore_entry_list_new
2006-04-16 - libetpan-0.45cvs4 - colin
* src/data-types/mailstream_ssl.c
Fix crash on closed connection with gnutls (and make sure
it won't happen with openssl), by returning -1 instead of
GNUTLS_ERROR_*: mailstream_read() error return value is -1
everywhere in mailstream.c
Fixes debian bugs: 356325, 358882, maybe 362747
2006-04-15 - libetpan-0.45cvs3 - hoa
* src/low-level/imap/annotatemore_parser.c
* src/low-level/imap/annotatemore_types.c
* src/low-level/imap/annotatemore_types.h
prefixed defines
2006-04-15 - libetpan-0.45cvs2 - hoa
* src/low-level/imap/annotatemore.[ch] * NEW FILES *
* src/low-level/imap/annotatemore_parser.[ch] * NEW FILES *
* src/low-level/imap/annotatemore_sender.[ch] * NEW FILES *
* src/low-level/imap/annotatemore_types.[ch] * NEW FILES *
* src/low-level/imap/mailimap_extension.[ch] * NEW FILES *
* src/low-level/imap/mailimap_extension_types.h * NEW FILE *
* src/low-level/imap/Makefile
* src/low-level/imap/mailimap.[ch]
* src/low-level/imap/mailimap_parser.[ch]
* src/low-level/imap/mailimap_sender.[ch]
* src/low-level/imap/mailimap_socket.[ch]
* src/low-level/imap/mailimap_types.[ch]
implemented ANNOTATE extension.
more flexible interface to add IMAP extensions.
Thanks to Michael Leupold.
2006-04-07 - libetpan-0.45cvs1 - hoa
* src/driver/interface/mailfolder.[ch]
export properly functions.
* src/data-types/connect.c
* src/low-level/imap/mailimap_socket.c
* src/low-level/nntp/newsnntp_socket.c
* src/low-level/pop3/mailpop3_socket.c
* src/low-level/smtp/mailsmtp_socket.c
fixed autolookup of port numbers.
2006-03-22 - libetpan-0.45
* release 0.45 - Depth Charge
bugfix release
2006-03-22 - libetpan-0.44cvs2 - hoa
* src/data-types/carray.h
* src/data-types/charconv.h
* src/data-types/chash.h
* src/data-types/mailstream_types.h
* src/data-types/mmapstring.h
* src/low-level/mime/mailmime_types.h
fixed includes
2006-03-20 - libetpan-0.44cvs1 - hoa
* src/data-types/carray.h
* src/data-types/charconv.h
* src/data-types/chash.h
* src/data-types/mailstream_types.h
* src/data-types/mmapstring.h
* src/low-level/mime/mailmime_types.h
fixed includes
2006-03-10 - libetpan-0.44
* release 0.44 - Lateralus
bugfix release
fixed versions
2006-03-08 - libetpan-0.43
* release 0.43 - Lateralus
bugfix release
2006-03-08 - libetpan-0.42cvs5 - hoa
* ChangeLog
* libetpan-config.in
prepare for release
2006-02-15 - libetpan-0.42cvs4 - colin
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_ssl.h
Implement certificate retrieval
2006-02-15 - libetpan-0.42cvs3 - colin
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_ssl.h
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/pop3/pop3driver.c
* src/low-level/smtp/mailsmtp_socket.c
After a bit of googling (and checking SC's sources too), it
seems that
- use SSLv23 for SSL connections
- use TLSv1 for STARTTLS connections
is the way to go.
This patch implements a new mailstream_low_tls_open() to
complement mailstream_low_ssl_open(), which allows caller
to use what it needs.
Tested with a few differents servers:
- STARTTLS works ok, SSL works ok with an openssl-libetpan
- STARTTLS works ok, SSL works ok with a gnutls-libetpan
- one server, the one mentioned in bug 911, doesn't get
TLSv1 at all, and insists on SSLv23 even with
STARTTLS, which I think is a server bug
Finally, Gnutls must do stuff differently (more automagically)
than
openssl because there's no need to specify the protocol to use,
it just
works with SSL and STARTTLS.
Updated drivers too.
2006-02-14 - libetpan-0.42cvs2 - colin
* src/data-types/mailstream_ssl.c
Use SSLv23 instead of TLSv1, seems to be more
universal
2006-02-09 - libetpan-0.42cvs1 - colin
* src/data-types/mailstream_ssl.c
Fix return value when we get SSL_ERROR_ZERO_RETURN
2006-01-09 - libetpan-0.42
* release 0.41 - Figure Number Five
bugfix release
2006-01-04 - libetpan-0.41cvs10 - hoa
* autogen.sh
* configure.in
* src/Makefile.in
fixed build.
* src/low-level/smtp/mailsmtp.c
fixed SMTP SASL login.
* src/main/libetpan.h
added public API.
2005-12-22 - libetpan-0.41cvs9 - hoa
* src/engine/mailprivacy_tools.[ch]
fixed visibility of functions.
2005-12-20 - libetpan-0.41cvs8 - hoa
* src/low-level/maildir/maildir.c
fixed maildir expunge.
* src/low-level/smtp/mailsmtp.[ch]
implemented SMTP RSET (reset).
2005-12-18 - libetpan-0.41cvs7 - hoa
* src/low-level/smtp/mailsmtp.[ch]
implemented SMTP NOOP.
2005-12-16 - libetpan-0.41cvs6 - hoa
* Makefile.in
added empty target 'test'
* src/data-types/mailsem.c
* src/engine/mailengine.c
fixed build when disabling thread safety.
2005-12-16 - libetpan-0.41cvs5 - hoa
* src/engine/mailprivacy_tools.c
fixed quoting of filename in shell calls.
2005-12-07 - libetpan-0.41cvs4 - hoa
* src/data-types/mailstream_ssl.c
fixed build when SSL is not available.
2005-12-07 - libetpan-0.41cvs3 - hoa
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
fixed quoting of filename in shell calls.
2005-12-04 - libetpan-0.41cvs2 - hoa
* configure.in
fixed libtool version
2005-12-02 - libetpan-0.41cvs1 - hoa
* src/engine/mailengine.c
fixed crash.
2005-12-02 - libetpan-0.41
* release 0.41 - Transfixion
passphrase is implemented for S/MIME and PGP.
avoid symbols conflict between GnuTLS and OpenSSL.
2005-11-30 - libetpan-0.40cvs6 - hoa
* src/engine/mailprivacy.c
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
* src/engine/mailprivacy_tools.[ch]
fixed signing.
* tests/smime.c
display needed passphrase.
2005-11-21 - libetpan-0.40cvs5 - hoa
* configure.in
OpenSSL has priority in detection.
* src/engine/mailprivacy.[ch]
* src/engine/mailprivacy_gnupg.[ch]
* src/engine/mailprivacy_smime.[ch]
* src/engine/mailprivacy_tools.[ch]
* src/engine/mailprivacy_types.h
implemented support of passphrase.
* tests/Makefile
* tests/frm-common.c
* tests/frm-simple.c
* tests/frm-tree.c
fixed compilation of tests.
* tests/pgp.c * NEW FILE *
* tests/smime.c * NEW FILE *
* tests/decrypt.c * NEW FILE *
some tests for S/MIME, PGP.
2005-10-09 - libetpan-0.40cvs4 - colin
* src/data-types/mailstream_ssl.c
Try to finish handshaking when
possible with gnutls.
2005-10-09 - libetpan-0.40cvs3 - colin
* src/data-types/mailstream_ssl.c
fixed deadlock on the mutex
2005-10-09 - libetpan-0.40cvs2 - colin
* src/data-types/mailstream_ssl.c
fixed compilation with GnuTLS
2005-10-09 - libetpan-0.40cvs1 - hoa
* configure.in
* src/data-types/mailstream_ssl.c
* src/data-types/mailstream_ssl.h
avoid symbols conflicts between OpenSSL and GnuTLS.
Thanks to Colin Leroy.
2005-10-07 - libetpan-0.40 - hoa
* release 0.40 - Kashmir
SSL initialization is optional.
2005-10-06 - libetpan-0.39cvs2 - hoa
* src/Makefile.in
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
fixed compilation on Solaris.
2005-10-02 - libetpan-0.39cvs1 - hoa
* src/data-types/mailstream_low.c
* src/data-types/mailstream_ssl.[ch]
* src/low-level/imap/mailimap_ssl.c
* src/low-level/nntp/newsnntp_ssl.c
* src/low-level/pop3/mailpop3_ssl.c
* src/low-level/smtp/mailsmtp_ssl.c
* tests/frm.c
SSL initialization is optional
fixed SSL port
fixed warning in tests
2005-09-16 - libetpan-0.39 - hoa
* release 0.39 - Deliverance
compatibility with GnuTLS
SASL for higher level
2005-09-12 - libetpan-0.38cvs5 - colin
* src/data-types/mailstream_ssl.c
fixed compatibility with GnuTLS.
2005-08-17 - libetpan-0.38cvs4 - hoa
* src/engine/mailprivacy_smime.c
fixed crash when a S/MIME 2 signed message does not verify.
2005-08-14 - libetpan-0.38cvs3 - hoa
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_types.h
* src/driver/implementation/imap/imapstorage.c
* src/driver/implementation/imap/imapstorage.h
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_types.h
* src/driver/implementation/pop3/pop3storage.c
* src/driver/implementation/pop3/pop3storage.h
* src/driver/interface/maildriver.c
* src/driver/interface/maildriver.h
* src/driver/interface/maildriver_types.h
* src/driver/interface/mailstorage_tools.c
* src/driver/interface/mailstorage_tools.h
implemented SASL at higher level API.
* src/engine/mailprivacy_smime.c
support for Outlook signed messages.
2005-08-13 - libetpan-0.38cvs2 - hoa
* src/data-types/mailstream.c
* src/data-types/mailstream_socket.c
* src/data-types/mailstream_ssl.c
* src/driver/implementation/data-message/data_message_driver.c
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/db/dbdriver_message.c
* src/driver/implementation/db/dbstorage.c
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_cached_message.c
* src/driver/implementation/imap/imapdriver_message.c
* src/driver/implementation/imap/imapstorage.c
* src/driver/implementation/maildir/maildirdriver.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/maildir/maildirstorage.c
* src/driver/implementation/mbox/mboxdriver.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached_message.c
* src/driver/implementation/mbox/mboxdriver_message.c
* src/driver/implementation/mbox/mboxstorage.c
* src/driver/implementation/mh/mhdriver.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached_message.c
* src/driver/implementation/mh/mhdriver_message.c
* src/driver/implementation/mh/mhstorage.c
* src/driver/implementation/mime-message/mime_message_driver.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/implementation/nntp/nntpdriver_cached_message.c
* src/driver/implementation/nntp/nntpdriver_message.c
* src/driver/implementation/nntp/nntpstorage.c
* src/driver/implementation/pop3/pop3driver.c
* src/driver/implementation/pop3/pop3driver_cached.c
* src/driver/implementation/pop3/pop3driver_cached_message.c
* src/driver/implementation/pop3/pop3driver_message.c
* src/driver/implementation/pop3/pop3storage.c
* src/driver/interface/mailstorage_tools.c
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
fixed build on Solaris.
Thanks to Alex S. Moore.
2005-08-13 - libetpan-0.38cvs1 - hoa
* src/low-level/mbox/mailmbox.c
switched from LF to CRLF.
Thanks to Alfons Hoogervorst.
2005-07-20 - libetpan-0.38 - hoa
* release 0.38 - Deadwing
* fixed SSL
* IMAP improvements
* SASL
2005-07-18 - libetpan-0.37cvs6 - hoa
* src/low-level/imap/mailimap_sender.c
atom is not quoted for now when a dash is to be sent
(workaround a problem in old Courier and old DoveCot IMAP servers)
2005-07-16 - libetpan-0.37cvs5 - hoa
* configure.in
* libetpan-config.in
* src/data-types/Makefile
* src/low-level/imap/mailimap.[ch]
* src/low-level/imap/mailimap_sender.[ch]
* src/low-level/imap/mailimap_types.h
* src/low-level/pop3/mailpop3.[ch]
* src/low-level/pop3/mailpop3_types.h
* src/low-level/smtp/mailsmtp.[ch]
* src/low-level/smtp/mailsmtp_types.h
* src/data-types/mailsasl.[ch] ** NEW FILES **
implemented SASL.
* src/low-level/imap/mailimap_parser.c
fixed IMAP parser.
2005-07-15 - libetpan-0.37cvs4 - hoa
* configure.in
* src/data-types/mailstream_low.c
fixed version number. fixed custom logger.
2005-07-15 - libetpan-0.37cvs3 - hoa
* src/data-types/mailstream.h
* src/data-types/mailstream_low.c
changed API for custom logger (added direction of stream).
2005-07-15 - libetpan-0.37cvs2 - hoa
* src/data-types/mailstream.h
* src/data-types/mailstream_low.c
added a custom logger for applications.
2005-07-15 - libetpan-0.37cvs1 - hoa
* src/data-types/mailstream_ssl.c
fixed SSL write, thanks to Stephan Holl, Colin Leroy
2005-07-03 - libetpan-0.37 - hoa
* release 0.37 - Deadwing
* windows port
* fixed IMAP implementation (for sylpheed)
2005-06-28 - libetpan-0.36cvs18 - hoa
* src/low-level/imap/mailimap_sender.c
fixed storage of flags.
2005-06-19 - libetpan-0.36cvs17 - hoa
* src/driver/implementation/mbox/mboxdriver_cached.c
fixed double fclose(). Thanks to Nyoxi.
2005-06-13 - libetpan-0.36cvs16 - hoa
* src/engine/mailengine.c
fixed thread safety for reference count.
* src/low-level/mh/mailmh.c
fixed MH (addition of messages).
2005-06-01 - libetpan-0.36cvs15 - hoa
* libetpan-config.h.in
* src/data-types/maillock.c
* src/driver/implementation/maildir/maildirdriver_cached_message.c
* src/driver/implementation/maildir/maildirdriver_message.c
* src/driver/implementation/mh/mhdriver_tools.c
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/driver/interface/maildriver_tools.c
* src/driver/tools/generic_cache.c
* src/low-level/imap/mailimap_types.h
* src/low-level/imf/mailimf_types.h
* src/low-level/imf/mailimf_types_helper.c
* src/low-level/maildir/maildir_types.h
* src/low-level/mh/mailmh.h
* src/low-level/mime/mailmime_types_helper.c
* src/low-level/mime/mailmime_write_generic.c
* src/low-level/nntp/newsnntp_types.h
* src/low-level/pop3/mailpop3_types.h
* src/low-level/smtp/mailsmtp_socket.h
* src/low-level/smtp/mailsmtp_types.h
* src/windows/win_etpan.h
* src/windows/wsocket.cpp
fixed linux build.
2005-06-01 - libetpan-0.36cvs14 - hoa
* src/data-types/mail_cache_db.c
* src/driver/implementation/db/dbdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
* src/driver/implementation/imap/imapdriver_tools.c
* src/driver/implementation/maildir/maildirdriver_cached.c
* src/driver/implementation/mbox/mboxdriver_cached.c
* src/driver/implementation/mh/mhdriver_cached.c
* src/driver/implementation/nntp/nntpdriver.c
* src/driver/tools/generic_cache.c
* src/driver/tools/imfcache.c
* src/engine/mailprivacy.c
* src/engine/mailprivacy_smime.c
* src/low-level/imap/mailimap_parser.c
* src/low-level/imap/mailimap_sender.c
* src/low-level/imf/mailimf.c
* src/low-level/mbox/mailmbox.c
* src/low-level/mime/mailmime.c
* src/low-level/mime/mailmime_decode.c
* src/low-level/mime/mailmime_disposition.c
* src/low-level/nntp/newsnntp.c
* src/low-level/pop3/mailpop3.c
* src/low-level/smtp/mailsmtp.c
fixed gcc 4.0 warnings.
2005-06-01 - libetpan-0.36cvs13 - hoa
* src/data-types/maillock.c
* src/data-types/mailstream_socket.c
fixed some warnings.
2005-06-01 - libetpan-0.36cvs12 - smarinier
* most files
Windows port
2005-05-27 - libetpan-0.36cvs11 - hoa
* src/data-types/chash.c
don't use tables of size 0.
* src/data-types/mailsem.c
includes missing header.
* src/engine/mailprivacy_smime.c
insert part even if decoding failed.
2005-05-22 - libetpan-0.36cvs10 - g_roualland
* configure.in
* Makefile.in
change the way libetpan-config.h is generated to cope with
cross compilers and external build directories.
2005-05-19 - libetpan-0.36cvs9 - hoa
* src/driver/interface/mailfolder.c
reconnect on POP3 fetch of message list.
* src/low-level/pop3/mailpop3.c
fixed crash on mailpop3_quit() in case
of bad state.
2005-04-25 - libetpan-0.36cvs8 - hoa
* src/data-types/mail_cache_db.c
fixed test of error codes.
2005-04-18 - libetpan-0.36cvs7 - hoa
* src/data-types/carray.c
don't allow zero-sized array.
That will avoid infinite loops.
2005-04-12 - libetpan-0.36cvs6 - hoa
* src/data-types/mailsem.c
use unique implementation of semaphore.
2005-04-08 - libetpan-0.36cvs5 - hoa
* src/data-types/mail_cache_db.c
fixed test of error codes.
2005-04-07 - libetpan-0.36cvs5 - hoa
* autogen.sh
support for Mac OS X
* src/data-types/charconv.c
fixed error code.
* src/data-types/mail_cache_db.c
* src/data-types/mail_cache_db.h
added function to retrieve the list of keys.
* src/data-types/mailsem.c
fixed semaphore.
* src/driver/tools/mailthread.c
made mailthread thread safe.
2005-03-12 - libetpan-0.36cvs4 - hoa
* configure.in
* src/Makefile.in
* src/data-types/mailstream_ssl.c
support for GNUTLS.
Thanks from Rajko Albrecht.
* src/data-types/mailsem.c
disable semaphore when reentrant support is disabled.
Thanks from Rajko Albrecht.
* src/driver/implementation/imap/imapdriver_cached.c
fixed false error in cached IMAP driver.
2005-03-04 - libetpan-0.36cvs3 - hoa
* src/data-types/mail_cache_db.c
reorder unlock() and close()
* src/data-types/mailsem.c
implements properly the semaphore.
2005-02-28 - libetpan-0.36cvs2 - hoa
* Rules.in
fixed build when the exported header list is empty.
Thanks to Alfons Hoogervorst.
* doc/README.sgml
removed version numbers.
2005-02-28 - libetpan-0.36cvs1 - g_roualland
* src/data-types/mail_cache_db.c
fix DB cursor call when running on db2 < 2.6
Thanks to Alfons Hoogervorst.
2005-02-22 - libetpan-0.36 - hoa
* release 0.36 - Silver Drop
* memory leak
* fixed maildir support
2005-02-17 - libetpan-0.35cvs4 - hoa
* src/engine/mailprivacy.c
does not check for owner of the folder:
this is the responsibility of the application.
2005-01-31 - libetpan-0.35cvs3 - hoa
* src/data-types/mmapstring.c
* src/engine/mailengine.c
reverted to initial in code in non-debug mode.
fixed thread safety.
2005-01-29 - libetpan-0.35cvs2 - hoa
* src/driver/implementation/imap/imapdriver_cached.c
* src/low-level/mime/mailmime_types.c
fixed some memory leaks.
2005-01-28 - libetpan-0.35cvs1 - hoa
* src/data-types/mailsem.c
support for Cygwin.
* src/driver/implementation/db/dbdriver.c
removed a log.
* src/driver/implementation/nntp/nntpdriver_cached.c
* src/engine/mailengine.c
fixed some memory leaks.
* src/engine/mailprivacy_tools.c
internal version of basename() can be used.
* src/low-level/maildir/maildir.c
fixed update of Maildir mailbox.
* src/low-level/pop3/mailpop3.[ch]
fixed data types to non-fixed size integers.
2004-12-28 - libetpan-0.35 - hoa
* release 0.35 - Dimebag Darrell
* minor bugfixes.
2004-12-27 - libetpan-0.34cvs8 - hoa
* src/engine/mailprivacy_gnupg.c
* src/engine/mailprivacy_smime.c
fixed syntax error.
* src/low-level/maildir/maildir.c
avoid stat() on maildir files.
* src/main/libetpan.h
enabled hotmailstorage.
2004-12-13 - libetpan-0.34cvs7 - hoa
* src/driver/implementation/mime-message/mime_message_driver.[ch]
MIME message driver will no more need temporary files.
2004-12-13 - libetpan-0.34cvs6 - hoa
* src/low-level/mime/mailmime_content.c
fixed MIME parser. MIME parts does not include
the boundary CR LF.
2004-12-12 - libetpan-0.34cvs5 - hoa
* src/data-types/mail_cache_db.c
* src/driver/implementation/db/dbdriver.c
fixed data types and uninitialized variable.
* src/driver/implementation/maildir/maildirdriver_tools.c
* src/driver/implementation/mh/mhdriver_tools.c
* src/driver/interface/maildriver_errors.h
* src/low-level/imap/mailimap_parser.c
* src/low-level/maildir/maildir.c
* src/low-level/maildir/maildir_types.h
* src/low-level/mh/mailmh.c
now use rename() when link() is not available.
Thanks to Lutz Rogowski.
* src/low-level/mime/mailmime_decode.c
fixed a memory leak. Thanks to Lutz Rogowski.
2004-11-14 - libetpan-0.34cvs4 - hoa
* src/low-level/mime/mailmime_content.c
fixed MIME parser.
Problem appeared when there when a boundary identifier
was prefix of an other boundary identifier (1065539).
2004-11-14 - libetpan-0.34cvs3 - hoa
* src/low-level/maildir/maildir.c
maildir_update() now creates an empty file named maildirfolder.
2004-11-14 - libetpan-0.34cvs2 - hoa
* src/data-types/maillock.c
fixed locks when using liblockfile.
2004-11-13 - libetpan-0.34cvs1 - hoa
* src/data-types/maillock.c
fixed locks when using liblockfile.
* src/data-types/mmapstring.c
additional checks.
* src/driver/interface/maildriver_errors.h
clean up of code.
* src/low-level/imf/Makefile
* src/low-level/imf/mailimf.h
* src/low-level/imf/mailimf_write_file.[ch] ** NEW FILES **
* src/low-level/imf/mailimf_write_mem.[ch] ** NEW FILES **
* src/low-level/mime/Makefile
* src/low-level/mime/mailmime.h
* src/low-level/mime/mailmime_write_file.[ch] ** NEW FILES **
* src/low-level/mime/mailmime_write_mem.[ch] ** NEW FILES **
messages can be rendered into a MMAPString.
2004-11-04 - libetpan-0.34 - hoa
* release 0.34 - edge
* general
- support for debian systems mbox
- ability to disable thread-safe support
2004-11-04 - libetpan-0.33cvs7 - hoa
* src/data-types/mailstream.c
* src/data-types/mailstream_helper.[ch]
* src/data-types/mailstream_low.c
debug logs are just before low-level.
helper functions to send multi-lines data.
* src/driver/implementation/imap/imapdriver.c
* src/driver/implementation/imap/imapdriver_cached.c
limit requests to imap server (compatibility with iPlanet).
* src/low-level/imap/mailimap.c
* src/low-level/imap/mailimap_sender.c
fixed send of literal, add proper CR LF
(compatibility with Cyrus).
* src/low-level/mh/mailmh.h
removed reference to deprecated cinthash
* src/low-level/nntp/newsnntp.h
removed inexistant function in header.
2004-10-17 - libetpan-0.33cvs6 - g_roualland
* configure.in
Add a "--disable-threads" option to compile without pthread.
In that case the library is named as "libetpan-no-mt".
Added a LIBETPAN_REENTRANT define which is true if multithreading
is available.
Added pthread avaibility detection.
* libetpan-config.in
* src/Makefile.in
update to include thread options and the correct name for the
library. fix make clean to remove libs
* src/main/libetpan-version.h.in
define LIBETPAN_REENTRANT if the library was compiled as
reentrant.
* src/data-types/mailstream_ssl.c
* src/data-types/mmapstring.c
* src/engine/mailengine.c
do not include pthread calls if not reentrant.