commit 33426d567cc7bc63e72426c6baeaff639dd6814a
Author: Richard Genoud <richard.genoud@gmail.com>
Date:   2018-06-28 15:28:28 +0200

    Update french translation

 po/fr.po | 488 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------
 1 file changed, 251 insertions(+), 237 deletions(-)

commit fff0ffd66ef08324657d525108ae5352c39dded2
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-27 13:11:19 +0200

    Fix minor problems in man page (taken from Debian patch)

 doc/msmtp.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 9709d9d37e650b920e5f5865024723e817734adc
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-27 11:58:44 +0200

    Update NEWS

 NEWS | 1 +
 1 file changed, 1 insertion(+)

commit 606472e2065a0fc3d86224d8fe2718ecc3854edb
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-27 09:51:27 +0200

    gnutls: avoid compiler warning by using a newer API

 src/tls.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 81cd34625e993408fa67a6339446836fd66745de
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-27 09:48:55 +0200

    gnutls: enable SNI to get the right cert from servers using virtual hosting

 src/tls.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

commit d89fed58af2fb73da89ef0fe8807cd9ffc8668f7
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 22:48:44 +0200

    Fix spelling of 'occurrence' and 'occurred'.

 po/de.po    | 2 +-
 po/fr.po    | 2 +-
 po/pt_BR.po | 2 +-
 src/conf.c  | 2 +-
 src/msmtp.c | 6 +++---
 src/smtp.h  | 2 +-
 src/tls.c   | 2 +-
 src/tools.h | 2 +-
 8 files changed, 10 insertions(+), 10 deletions(-)

commit efd42654abafbbbe21e265a5fc4543ec3abb689c
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 13:28:59 +0200

    Update NEWS

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 1bda18fd310d4ec8645d5d6c47a1872b1dbe38b0
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 13:18:21 +0200

    Update german translation.

 po/de.po | 467 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++------------------------------------------------------------------------------------
 1 file changed, 240 insertions(+), 227 deletions(-)

commit 18682a988edc9b6ef24d5f40c22cfbde79a58cf1
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 12:49:29 +0200

    Add new command source_ip and option --source-ip to bind to a specific IP.
    
    Should fix issue #2.

 doc/msmtp.1    |  5 +++++
 doc/msmtp.texi |  8 ++++++++
 src/conf.c     | 23 ++++++++++++++++++++++-
 src/conf.h     |  5 ++++-
 src/msmtp.c    | 28 +++++++++++++++++++++++-----
 src/net.c      | 69 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---
 src/net.h      |  5 ++++-
 src/smtp.c     |  8 ++++----
 src/smtp.h     |  5 +++--
 9 files changed, 139 insertions(+), 17 deletions(-)

commit f0d4c3109491d5285439d1f5f155d22ff15a9663
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 12:39:31 +0200

    Fix building for Windows >= 7 with latest MinGW

 src/msmtp.c | 15 ++++++++++-----
 src/net.c   | 12 ++++++------
 src/tools.c | 20 ++++++++++----------
 3 files changed, 26 insertions(+), 21 deletions(-)

commit 5d6dce96aae86bd7db857673a6f78f49edaef112
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-26 12:35:30 +0200

    Documentation: move timeout doc after proxy doc

 doc/msmtp.1    | 10 +++++-----
 doc/msmtp.texi | 22 +++++++++++-----------
 2 files changed, 16 insertions(+), 16 deletions(-)

commit a81673f957f0fc9172dd48c3eddba926a60d2eaa
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-25 09:55:36 +0200

    Make config file lookup work for both msmtp and mpop.
    
    This fixes mpop issue #1, see mpop commit ed0d10dcaa6204d6854a84cde6c21bdb8ac1a0ca.

 src/tools.c | 6 +++---
 src/tools.h | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

commit 5d44e2593ac9eaeb55878f37221b89cd1ab7d5fd
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-15 16:58:57 +0200

    Bump version to 1.6.7

 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 664aae8342777c0066db18313f56f650c92202d4
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-15 14:08:22 +0200

    Update year in copyright message.

 po/de.po    |   6 ++--
 po/fr.po    | 260 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------------------
 src/msmtp.c |   2 +-
 3 files changed, 134 insertions(+), 134 deletions(-)

commit d8421e3202475ff95ef22481a0634a00b3f1eae7
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-15 14:06:21 +0200

    Update NEWS.

 NEWS | 11 +++++++++++
 1 file changed, 11 insertions(+)

commit a41588724f01ea25399a502258c3c02164f7ac9a
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-15 13:28:13 +0200

    Update german translation.

 po/de.po | 1054 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------------------------------------------------
 1 file changed, 456 insertions(+), 598 deletions(-)

commit af2f409da5c2659989f2a1520cac777f738226bb
Author: Mart <mart@martlubbers.net>
Date:   2018-06-13 22:27:28 +0200

    Implement the XDG base spec, to allow config file $XDG_CONFIG_HOME/msmtp/config.
    
    $XDG_CONFIG_HOME/msmtp/config will be used if it exists and ~/.msmtprc does not exist.
    Otherwise, ~/.msmtprc is used.

 doc/msmtp.1    | 10 ++++++----
 doc/msmtp.texi | 12 ++++++------
 src/msmtp.c    | 12 +++---------
 src/tools.c    | 37 +++++++++++++++++++++++++++++++++++++
 src/tools.h    | 14 +++++++++++++-
 5 files changed, 65 insertions(+), 20 deletions(-)

commit 5c1acb25eaba6678c775ccd07ebed30cd2551bd0
Author: Richard Genoud <richard.genoud@gmail.com>
Date:   2018-06-13 14:10:02 +0200

    add fr_FR locale
    
    Signed-off-by: Richard Genoud <richard.genoud@gmail.com>

 po/LINGUAS |    1 +
 po/fr.po   | 1695 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 1696 insertions(+)

commit 861325dd0b73abc6f39de0bc502063dd9e56ee9d
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-12 20:37:22 +0200

    Fix typo in documentation.

 doc/msmtp.1    | 4 ++--
 doc/msmtp.texi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

commit 1356963ad9aca12fad86c8b2dd320f64e306c168
Author: Martin Lambers <marlam@marlam.de>
Date:   2018-06-12 20:00:01 +0200

    Update homepage and contact information.

 ABOUT-NLS                                  | 2 +-
 AUTHORS                                    | 2 +-
 README                                     | 2 +-
 configure.ac                               | 2 +-
 scripts/find_alias/find_alias_for_msmtp.sh | 3 ++-
 5 files changed, 6 insertions(+), 5 deletions(-)

commit cb30033f1daa187d3543760bf57340b079382e81
Author: Konst Mayer <cdlscpmv@gmail.com>
Date:   2018-06-11 20:54:16 +0200

    Windows: implement timeout on connect()

 src/net.c | 54 ++++++++++++++++++++++++++++++++++++++++++------------
 1 file changed, 42 insertions(+), 12 deletions(-)

commit 1542baa0264790281a889f139d84200a2708620d
Author: Konst Mayer <cdlscpmv@gmail.com>
Date:   2018-06-11 20:51:23 +0200

    Windows: properly close socket on errors

 src/net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d8280993e3c5d163178a03aba0b4b51f7526044d
Author: Konst Mayer <cdlscpmv@gmail.com>
Date:   2018-06-11 20:49:34 +0200

    Windows: fix send/receive timeout handling

 src/net.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit 53f3b0b45739d1e1f0ce3ec464a2318611a107f5
Author: Jan Fuchs <fuky@asu.cas.cz>
Date:   2018-06-11 20:36:11 +0200

    Fix command line handling of SHA256 TLS fingerprints.
    
    See also Debian bug 888602.

 src/msmtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 0665692b6807342bbd2de3fbc2e22e9ec2c1dbf2
Author: Roger Pau Monne <roger.pau@citrix.com>
Date:   2017-04-03 10:31:37 +0200

    Ignore SIGPIPE; we handle write errors where they occur.
    
    This fixes problems with killed msmtp processes at least on Mac OS X.

 configure.ac | 4 ++--
 src/msmtp.c  | 9 ++++++++-
 2 files changed, 10 insertions(+), 3 deletions(-)

commit 2fa66d2b7fd417b024f48addb2dae04324751875
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-11-14 20:59:18 +0100

    Bump version to 1.6.6

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit e35a417cfd97914ff5b064bdd7980d55e0fd85a7
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-11-14 20:53:43 +0100

    Fix cross-build with x86_64-w64-mingw32
    
    getservbyname() is available, but winsock2.h needs to be included.

 src/msmtp.c | 5 +++++
 1 file changed, 5 insertions(+)

commit 9eb17c779cfc7ee466fd9ff3822b8ddc45a1281d
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-11-11 08:46:41 +0100

    Include <stdint.h>, for uint16_t in the SOCKS code.
    
    This is only necessary on platforms lacking <arpa/inet.h>, i.e. Windows, but
    does not hurt on other platforms as <arpa/inet.h> includes this anyway.

 src/net.c | 1 +
 1 file changed, 1 insertion(+)

commit 7f3c8b83fb1d9d495b90034c5b121d6b17810596
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-09-04 17:21:44 +0200

    Fix a memory leak and a double-free in msmtp_read_headers().
    
    Both problems were reported and analyzed by Felix Janda. Thanks a lot!
    The double-free was triggered on read errors, e.g. "msmtp -t < /".

 src/msmtp.c | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

commit 6c693ffea3dcc1ed6cc3f7a7ae1d5bf349909350
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-05-31 20:51:19 +0200

    Bump version to 1.6.5.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a34a00a2eb2fb57027cf5aa24ca721a01e901f12
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-04-09 22:13:05 +0200

    Support SHA256 fingerprints for tls_fingerprint, and mark both SHA1 and MD5 as deprecated.

 NEWS           |   4 ++++
 doc/msmtp.1    |   9 +++++----
 doc/msmtp.texi |  13 +++++++------
 src/conf.c     |  43 +++++++++++++++++++++++++++++++++++++------
 src/conf.h     |   8 +++++---
 src/msmtp.c    |  37 +++++++++++++++++++++++++++----------
 src/smtp.c     |   5 +++--
 src/smtp.h     |   3 ++-
 src/tls.c      | 103 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------
 src/tls.h      |  14 ++++++++------
 10 files changed, 176 insertions(+), 63 deletions(-)

commit 6e2d4924c80e358142f6a7404676af0c4d5f58db
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-02-01 20:26:17 +0100

    Bump version to 1.6.4, update copyright messages.

 configure.ac   | 4 ++--
 doc/msmtp.1    | 4 ++--
 doc/msmtp.texi | 2 +-
 src/msmtp.c    | 4 ++--
 4 files changed, 7 insertions(+), 7 deletions(-)

commit 3c5589a95b475cb239c1bf836c16463422abf3c7
Author: Martin Lambers <marlam@marlam.de>
Date:   2016-02-01 20:26:01 +0100

    Update NEWS.

 NEWS | 3 +++
 1 file changed, 3 insertions(+)

commit 501b7a8e0887cbed9c3f1e398f4da35e56c1707d
Author: Niels de Vos <devos@fedoraproject.org>
Date:   2015-12-02 11:02:46 +0100

    TLS: use system crypto policy by default
    
    The last Fedora releases require applications to use the system policy
    for SSL/TLS. If no --tls-priorities=... command line option is given,
    instead of using the hardcoded priority string "NORMAL:-VERS-SSL3.0",
    gnutls_set_default_priority() is called, which applies the system policy
    to the TLS session.
    
    URL: https://fedoraproject.org/wiki/Packaging:CryptoPolicies
    BUG: https://bugzilla.redhat.com/1179321

 src/tls.c | 53 ++++++++++++++++++++++++++++++-----------------------
 1 file changed, 30 insertions(+), 23 deletions(-)

commit ea7e0de2776e141b937e258efaa6a7f4001bd5e6
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-11-27 21:42:56 +0100

    Bump version to 1.6.3.

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit a7b5ec9ce85c77c47cd28891210f6d87f82f9d90
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-11-27 21:42:10 +0100

    Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 091b31fffdf4dc18f24d2cf938188c6df5265f73
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-11-02 10:32:38 +0100

    SOCKS5: do not clobber the status byte reported by the server.
    
    This prevented SOCKS support from working in certain cases.
    Analyzed and reported by Russ Dill. Thanks!

 src/net.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit bb27fd6582231acee23759341864405e45db8a2f
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-09-07 22:34:22 +0200

    Remove erroneous cast.
    
    The cast was wrong and resulted in warnings from smart compilers. Reported and
    fix suggested by Stefan Krüger. Thanks!
    
    Note that the code accidentally worked on most machines with two-complement
    integers and common compilers: casting -1 to size_t results in the largest
    representable size_t, then adding +1 usually wraps around to zero, which is the
    intended result.

 src/conf.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 38f9a2e89df2941c0dd947cdd001c309a4d378d9
Author: Emmanuel Bouthenot <kolter@openics.org>
Date:   2015-06-04 10:25:47 +0200

    Fix various issues in manpage (spelling and formating errors)

 doc/msmtp.1 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 7f952bf19cef450b3d84971e96798742de5c7b60
Author: Emmanuel Bouthenot <kolter@openics.org>
Date:   2015-05-20 19:48:16 +0200

    Fix handling of non-fatal errors in gnutls_handshake().
    
    The fix consists in recalling gnutls_handshake() for ever until the error
    returned is fatal (that's what the doc says[1] and that's how gnutls-cli is
    implemented[2]).
    
    [1] http://www.gnutls.org/manual/html_node/TLS-handshake.html
    [2] https://gitlab.com/gnutls/gnutls/blob/master/src/cli.c#L1620

 src/tls.c | 26 +++++++++-----------------
 1 file changed, 9 insertions(+), 17 deletions(-)

commit 164d1d0a27c888c4424e79862ae72da06b946606
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-04-24 19:11:59 +0200

    Bump version to 1.6.2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit ed638d3fa37a7985c1186bb70e38aa7c5fe2c4dd
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-04-24 19:11:52 +0200

    Update NEWS

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 38bc299a2400b8cdfc2bfb1b83e4458ba58c127a
Author: Martin Küttler <cmd.cool@gmx.de>
Date:   2015-04-24 10:54:45 +0200

    Fix removal of multiple consecutive Bcc headers.
    
    Previously, only every second of multiple consecutive Bcc headers was removed.

 src/smtp.c | 13 +++++--------
 1 file changed, 5 insertions(+), 8 deletions(-)

commit 0f794b730a178b6ea7899b9f1484b8ae13f64e77
Author: Chris Gianniotis <namtok@gmx.net>
Date:   2015-03-12 15:59:19 +0100

    Update msmtpq scripts.

 scripts/msmtpq/README.msmtpq |  82 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------
 scripts/msmtpq/msmtp-queue   |   2 +-
 scripts/msmtpq/msmtpq        | 106 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------
 3 files changed, 135 insertions(+), 55 deletions(-)

commit f52acb765262b05e4b1c9639ff08f4265cb71e3e
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-06 20:59:26 +0100

    Fix --version output for IDN without libidn

 src/msmtp.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

commit 0f7fc8cb83bd5e7a11443104c9b5c873ae00487f
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-05 08:55:32 +0100

    Update NEWS.

 NEWS | 4 ++++
 1 file changed, 4 insertions(+)

commit 44cea37b194c754d9db377ac01e9f82c38243b20
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-04 12:22:24 +0100

    Bump version to 1.6.1, and update copyright year

 configure.ac | 5 +++--
 doc/msmtp.1  | 5 +++--
 src/msmtp.c  | 4 ++--
 3 files changed, 8 insertions(+), 6 deletions(-)

commit c44e1237d47ba51ba3d64ab9a5e94c8c421a69e7
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-04 12:17:29 +0100

    configure: improve checks for IDN support
    
    A runtime check is added to detect if getaddrinfo() accepts AI_IDN. For
    cross-compilation, it is assumed that it does; the user is informed about
    --disable-gai-idn.

 configure.ac | 50 +++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 45 insertions(+), 5 deletions(-)

commit 888d45f747bbb657b080c11164250e476ca4b4f5
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-03 08:05:28 +0100

    Allow an empty argument for proxy_host, as documented.
    
    Bug reported by "PM" on mpop-users.

 src/conf.c | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

commit cc57747a14e42fc5e5d243d4454bb3d9c5434a96
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-02 21:47:54 +0100

    Provide --with-tls configure flag to replace --with-ssl (which remains supported for now)

 configure.ac | 25 +++++++++++++++++++++++--
 1 file changed, 23 insertions(+), 2 deletions(-)

commit 907916e8089ea9303a7c091b763087530c88a063
Author: Martin Lambers <marlam@marlam.de>
Date:   2015-01-02 21:32:16 +0100

    Provide a --disable-gai-idn configure flag.
    
    This is for systems that define AI_IDN for getaddrinfo(), but do not actually
    support it and provide no way to detect this at compile time.
    
    Example: glibc compiled without libidn support, as used by astlinux. Reported
    and fix suggested by Lonnie Abelbeck

 configure.ac | 62 ++++++++++++++++++++++++++++++++++++++------------------------
 src/net.c    |  6 ++++--
 2 files changed, 42 insertions(+), 26 deletions(-)

commit 1efb6109ae07c19db493b8c2d8909ae527109fe1
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-30 20:49:44 +0100

    Remove redundant and obsolete text from manual and man page

 doc/msmtp.1    | 18 +++---------------
 doc/msmtp.texi |  7 -------
 2 files changed, 3 insertions(+), 22 deletions(-)

commit ba168849f78f0893f19d46e34c0220b9c23ff7c0
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-29 12:16:47 +0100

    Bump version to 1.6.0

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit af1d7eca6b8a9adbdae3dba591899b1b89444f6e
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-29 12:12:56 +0100

    Remove obsolete README.w32

 Makefile.am |  2 +-
 README.w32  | 33 ---------------------------------
 2 files changed, 1 insertion(+), 34 deletions(-)

commit 670dfaa11dce79909a4e3952dc03559302651da7
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-29 12:02:15 +0100

    Update README

 README | 27 ++++++++++-----------------
 1 file changed, 10 insertions(+), 17 deletions(-)

commit 10653a9793f087c5e864b982f90f85b5f6b656d9
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-29 10:01:42 +0100

    Fix hyphen/minus problems in man page

 doc/msmtp.1 | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

commit 9cb401189abb46dd926dda4c9d34b15e536610ae
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-28 14:33:27 +0100

    Improve man page and manual.

 doc/msmtp.1    | 502 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++---------------------------------------------------------------------------------
 doc/msmtp.texi | 142 ++++++++++++++++++++++++-----------------------
 2 files changed, 333 insertions(+), 311 deletions(-)

commit ef617b9bc32e1a5900e0db40500d2f05846d99ca
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-28 09:36:31 +0100

    Update the manual. Rework the TLS and Authentication sections.

 doc/msmtp.texi | 632 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------------------------------------------------------------------
 1 file changed, 277 insertions(+), 355 deletions(-)

commit c370cdf1dbdeeda804af36a7b6239c1ccc61f013
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-25 15:47:36 +0100

    Update configuration file example

 doc/msmtp.1              | 127 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------
 doc/msmtp.texi           | 125 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------------------------------
 doc/msmtprc-user.example |  75 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++----------
 3 files changed, 272 insertions(+), 55 deletions(-)

commit 482efde0a0f6b0e6d0e1adb51a768a6ed52a3ef9
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-25 13:54:46 +0100

    Update documentation of password retrieval.

 doc/msmtp.1    | 17 ++++++-----------
 doc/msmtp.texi | 25 +++++++++++--------------
 2 files changed, 17 insertions(+), 25 deletions(-)

commit 2c47b65a9f879291073a1dac7bfbe064befadaba
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-25 13:31:55 +0100

    Check keyring for password before checking .netrc.
    
    The .netrc method is obsolete, and users using keyrings should not pay the
    performance price of testing ~/.netrc and /etc/netrc.

 src/msmtp.c | 69 +++++++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 37 insertions(+), 32 deletions(-)

commit af258212f1aa97324aeb1737956595377a23436e
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-25 13:15:52 +0100

    Remove obsolete Mutt+msmtp.txt file

 doc/Makefile.am    |  1 -
 doc/Mutt+msmtp.txt | 49 -------------------------------------------------
 2 files changed, 50 deletions(-)

commit 9218a83ef6525082910c07f8e305bb35bea343f7
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-17 22:32:24 +0100

    Update configuration file example

 doc/msmtprc-user.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d7e784214954a02da72f58915ee7f636674e50d5
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-17 21:57:21 +0100

    Bump version to 1.6.0rc3

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 7c32e9b38f74a52552f42755f5a6c33d5348edb0
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-17 21:56:59 +0100

    Update NEWS in preparation of 1.6.0

 NEWS | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit 3256391d660078cc77b3f3db1c9184774d681656
Author: Felix Janda <felix.janda@posteo.de>
Date:   2014-12-14 18:32:01 +0100

    tools.h: Include <time.h> for time_t
    
    Fixes compilation with musl libc

 src/tools.h | 2 ++
 1 file changed, 2 insertions(+)

commit 0864c46b3d308b1900564c529a86e4df24ffb80e
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-11 13:29:38 +0100

    Fix potential free() with invalid pointer.
    
    Found by clang.

 src/smtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit d782ff4fbdaf2db9cd21bae786bd8d50c414d666
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-11 13:29:26 +0100

    Update vim syntax file.

 scripts/vim/msmtp.vim | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

commit c7190366cb0c7c3c84af109ec45ca2f7e185785e
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-11 06:16:47 +0100

    Improve libsecret support.

 doc/msmtp.1    | 6 +++---
 doc/msmtp.texi | 6 +++---
 src/msmtp.c    | 8 ++++----
 3 files changed, 10 insertions(+), 10 deletions(-)

commit 05a0fa4c09861fcf16720098532805c542f46006
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-11 06:02:33 +0100

    Update documentation on authentication.

 doc/msmtp.1    | 21 ++++++++++-----------
 doc/msmtp.texi | 50 ++++++++++++++++++++++++--------------------------
 2 files changed, 34 insertions(+), 37 deletions(-)

commit 62897c4392a89d3598c0c04aa90d6c9a9c903f4d
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-10 07:17:07 +0100

    Change order of auth methods reported in --version.
    
    The previous patch was for --serverinfo output; the commit message was wrong.

 src/msmtp.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 24bd6cf01ea3b06812c8cb5fcfe9cc8717164a87
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-10 07:12:00 +0100

    Change order of auth methods reported in --version.

 src/msmtp.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

commit 1e58569dc63e18140c22faa460cf5165eace6561
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 21:26:02 +0100

    Bump version to 1.6.0rc2

 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 9c2cc91b906685796f3445485abb7ee1869915f4
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 21:02:00 +0100

    Allow password management with secret-tool from libsecret.

 NEWS                                         |   4 +++-
 doc/msmtp.1                                  |  16 +++++++++----
 doc/msmtp.texi                               |  16 +++++++++----
 scripts/Makefile.am                          |   4 +---
 scripts/msmtp-gnome-tool/README              |   1 -
 scripts/msmtp-gnome-tool/msmtp-gnome-tool.py | 175 -----------------------------------------------------------------------------------------------------------------------------------------
 src/msmtp.c                                  |  30 +++++++++++++++++++++++-
 7 files changed, 55 insertions(+), 191 deletions(-)

commit 51a6e7c3e51907807b6055d85a7fccc6e2afc54b
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 20:24:04 +0100

    Only check configuration file permissions if the file contains secrets (passwords).

 NEWS       |  3 +++
 src/conf.c | 40 ++++++++++++++++++++--------------------
 2 files changed, 23 insertions(+), 20 deletions(-)

commit 662e167b5b9818ce7e243a876bbd7d45ee2d5d51
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 20:13:38 +0100

    Replace the keepbcc command and corresponding option with remove_bcc_headers.
    
    The old names are still available for backward compatibility, but are not
    documented anymore.

 NEWS           |   2 ++
 doc/msmtp.1    |  11 +++++------
 doc/msmtp.texi |  20 ++++++++++----------
 src/conf.c     |  69 +++++++++++++++++++++++++++++++++++++++++++++------------------------
 src/conf.h     |  48 ++++++++++++++++++++++++------------------------
 src/msmtp.c    | 136 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++--------------------------------------------------------
 6 files changed, 166 insertions(+), 120 deletions(-)

commit 595280fd8314bcfb4db18e1aa92e4454939404b8
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 19:52:41 +0100

    Fix whitespace.

 src/msmtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit 4aef8a4d746ec8e6982c81fb1dc0e0571ae14acd
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-09 19:51:36 +0100

    Add new commands add_missing_from_header and add_missing_date_header, and corresponding options.

 NEWS           |   3 ++-
 configure.ac   |   3 ++-
 doc/msmtp.1    |  24 ++++++++++++++---
 doc/msmtp.texi |  30 ++++++++++++++++++---
 src/conf.c     |  62 +++++++++++++++++++++++++++++++++++++++---
 src/conf.h     |  69 +++++++++++++++++++++++++----------------------
 src/msmtp.c    | 248 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------------------------------------------------------
 7 files changed, 285 insertions(+), 154 deletions(-)

commit b347dd5563f7eb4d809d8495d8437630731411af
Author: Martin Lambers <marlam@marlam.de>
Date:   2014-12-01 23:16:00 +0100

    Fix automatic generation of ChangeLog file

 Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
