This patch adds ESMTP relay support to mutt.
authorBrendan Cully <brendan@kublai.com>
Sat, 24 Feb 2007 06:37:31 +0000 (06:37 +0000)
committerBrendan Cully <brendan@kublai.com>
Sat, 24 Feb 2007 06:37:31 +0000 (06:37 +0000)
commit4ff42217b5077e8d0f605a0b61e663a89443e60e
treec723076969a6cba57d22f705fd725ee1dcd169a6
parent5c8b3868f8fe9d2665fa1030e8ac1b1892f56b11
This patch adds ESMTP relay support to mutt.
To use, set $smtp_url to the address of your smtp relay, in the form:

smtp[s]://[user[:password]@]host[:port]/

where port defaults to 25 for smtp and 465 for smtps.

You can also set $smtp_authenticators to control which methods mutt
will attempt to use during authentication. See $imap_authenticators
for details.
14 files changed:
Makefile.am
account.c
account.h
configure.in
globals.h
init.h
main.c
mutt_sasl.c
protos.h
send.c
sendlib.c
smtp.c [new file with mode: 0644]
url.c
url.h