0.1.29

2018-09-03  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed issue with authentication terminator when not using libcurl (thanks to Daniel Pohoryles)

0.1.28

2018-04-14  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed header issues (including when using multiple bodies)
	* fixed command line help (added [-n hostname])

0.1.27

2018-04-11  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed issue with subject when not attachment is sent

0.1.26

2018-04-09  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed sending proper hostname with HELO/EHLO when using libcurl
	* added quickmail_set_hostname() to set hostname used with HELO/EHLO
	* added command line option -n to set hostname used with HELO/EHLO
	* fixed issue resolving server hostname in quickmaillight on Windows

2017-01-17  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed issue when attachment size is multiple of 54 (thanks to David Singleton)

0.1.25

2016-10-31  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added "Content-Disposition: attachment; filename=" (thanks to David Singleton)

0.1.24

2016-05-29  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed missing #include <sys/select.h> in smtpsocket.h
	* added quickmail_cleanup() the fix memory leak when using cURL (thanks to Fulvio Senore)

2016-05-25  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed date issue if locale is not English (thanks to Fulvio Senore)

2016-05-19  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed daylight saving time issue on Windows (thanks to Fulvio Senore)

0.1.23

2016-05-16  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* move variable declaration to beginning of cose block for older C compilers

2016-03-23  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* removed -l from light command line application (without libcurl)

0.1.22

2016-03-23  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added quickmail_send_secure() for SMTPS support (libcurl only)

0.1.21

2015-12-11  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed base64 padding bug (reported by Wojtek Kunda)
	* fixed missing end quote in body separator (reported by Wojtek Kunda)
	* added multi-body support to command line application

0.1.20

2015-10-08  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed some allocation code (reported by Carlos Tangerino)

2015-05-09  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed configure.ac for MinGW static+shared build

0.1.19

2015-04-29  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed curl error "VRFY command is disabled" (Andreas Baumann)

0.1.18

2014-04-07  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed additional line break after Date header

0.1.17

2013-11-10  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed Date header to show local time with proper UTC offset

2013-11-05  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed line breaks in source files (UNIX EOL)
	* show only the version of libcurl instead of all its components

0.1.16

2013-10-21  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added code to catch failing malloc/realloc when out of memory

0.1.15

2013-05-28  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* API change: added mimetype parameter to the following functions
			quickmail_list_attachment_callback_fn
			quickmail_add_attachment_file
			quickmail_add_attachment_memory
			quickmail_add_attachment_custom

2013-05-10  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fix automake to add -DNOCURL when compiling quickmaillight
	* fix autoconf to allow compiling with per-target flags

0.1.14

2013-05-03  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added header line for body: Content-Disposition: inline

2013-04-16  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* use angle brackets with CURLOPT_MAIL_FROM/CURLOPT_MAIL_RCPT

2013-04-15  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added command line options -u username -w password

0.1.13

2013-04-04  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added man page for application (quickmail.1)

2013-03-16  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* introduced dual licensing (GPL/commercial) and added License.txt

2013-02-17  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed usage info in command line help (missing -m short help)
	* added version information of libcurl library (and dependancies)
	* undo previous change to use LF instead of CRLF, see RFC 2822

0.1.12

2013-02-16  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed a memory leak in quickmail_get_data when handling body data
	* use LF instead of CRLF in headers (fixes a specific test case)
	* quickmail program now accepts body from stdin if not supplied
	* quickmail program now checks if at least 1 destination is supplied

2013-02-13  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed bugs in custom body/attachment handling
	* changes to support Microsoft Visual C as proposed by Troels K.

2013-02-12  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* changes to support Microsoft Visual C as proposed by Troels K.

2012-11-24  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added -m command line parameter for MIME type of body

0.1.11

2012-11-23  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed hang on remote SMTP disconnect if libcurl is not used
	* quickmail application now returns nonzero exit code on error
	* quickmail_set_body result is no longer const and caller must free()
	* fixed missing Content-Type if no attachments
	* added multipart/alternative support for multiple bodies
	* added quickmail_add_body_file: add body from file
	* added quickmail_add_body_memory: add body from memory
	* added quickmail_add_body_custom: add body from custom source
	* added quickmail_remove_body: remove body
	* added quickmail_list_bodies: list bodies

0.1.10

2012-11-13  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* don't print to debuglog if it is NULL in smtpsocket.c
	* include arpa/inet.h in smtpsocket.h for non-Windows systems

0.1.9

2012-11-11  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* quickmail application now returns nonzero exit code on error
	* CURL_STATICLIB is defined when building static libquickmail.a

0.1.8

2012-11-10  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* now includes quickmail program to send mail from command line
	* added quickmail_remove_attachment: remove attachment
	* added quickmail_list_attachments: list attachments
	* added quickmail_set_from: get from address
	* added quickmail_get_subject: get subject
  * quickmail_set_subject now sets the subject instead of from address

0.1.7

2012-11-03  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* added quickmail_initialize: initialize library
	* added quickmail_add_attachment_memory: send attachment from memory
	* added quickmail_add_attachment_custom: send custom data attachment
	* added quickmail_add_header: add custom mail header
	* fixed multiple To/Cc recipients are now joined in one header line

0.1.6

2012-10-28  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixes for building libquickmaillight on systems other than Windows

0.1.5

2012-10-27  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* new library libquickmaillight added with SMTP transport without libcurl
	* added angle brackets around RCPT TO and MAIL FROM parameters

0.1.4

2012-09-20  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed timezone issue by adding " +0000" to date header

0.1.3

2012-09-20  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* fixed missing ending quote in boundary header (reported by Mazin SW)
	* fixed crash whith no attachments (reported by Mazin SW)
	* fixed issue generating to stdio instead of file (reported by Mazin SW)

0.1.2

2012-09-18  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* removed header "Content-Description: The fixed length records"

0.1.1

2012-08-03  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* tested on Debian Linux
	* added function quickmail_get_version() to get version number
	* added Doxygen style comments to quickmail.h

0.1.0

2012-08-02  Brecht Sanders  <brechtsanders@users.sourceforge.net>

	* first release on SourceForge under GPL license
	* depends on libcurl
	* tested on Windows with MinGW and MinGW-64 compilers
