]> git.ipfire.org Git - thirdparty/curl.git/commit
smtp: Simplify the MAIL command and avoid a duplication of send strings
authorSteve Holme <steve_holme@hotmail.com>
Sun, 9 Feb 2020 15:50:57 +0000 (15:50 +0000)
committerSteve Holme <steve_holme@hotmail.com>
Sun, 9 Feb 2020 23:08:47 +0000 (23:08 +0000)
commit0b8651d48bb70605ef2b0b6563e5becd09104ea6
tree2de751e0bb07a984af2e01e0e350cce8d6f86381
parent02f8de65165ef161a21ace25da3652e1fb13b99b
smtp: Simplify the MAIL command and avoid a duplication of send strings

This avoids the duplication of strings when the optional AUTH and SIZE
parameters are required. It also assists with the modifications that
are part of #4892.

Closes #4903
lib/smtp.c