smtp_mail: Added support to MAIL FROM for the optional SIZE parameter
authorSteve Holme <steve_holme@hotmail.com>
Mon, 26 Sep 2011 13:07:54 +0000 (14:07 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 29 Sep 2011 21:15:46 +0000 (23:15 +0200)
commit7f304ab84f560c9ddcd3ed1887bb4aa99a90bd6a
tree9a46f62ffa40901550effaf6f14a5e025f21159d
parente709cc8627ef3e0a8b00362f7d85ea71024b944d
smtp_mail: Added support to MAIL FROM for the optional SIZE parameter

The size of the email can now be set via CURLOPT_INFILESIZE. This
allows the email to be rejected by the server, if supported, and the
maximum size has been configured on the server.
lib/smtp.c