aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2013-07-24 11:30:57 +0000
committerVincent Richard <[email protected]>2013-07-24 11:30:57 +0000
commit820d44377e20c3a2ea31f848636c6f49877bdf7b (patch)
tree6ed1535f8a5438b065c7da62ee0fd82889d4f7c9 /doc
parentReturn real message UID from IMAP server. Added function to return the curren... (diff)
downloadvmime-820d44377e20c3a2ea31f848636c6f49877bdf7b.tar.gz
vmime-820d44377e20c3a2ea31f848636c6f49877bdf7b.zip
Added SMTP service properties to allow disabling PIPELINING and CHUNKING extensions.
Diffstat (limited to 'doc')
-rw-r--r--doc/book/net.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book/net.tex b/doc/book/net.tex
index 7653b48e..19a6ccb9 100644
--- a/doc/book/net.tex
+++ b/doc/book/net.tex
@@ -190,6 +190,12 @@ authentication is not used). \\
transport.smtp.options.need-authentication & bool & Set to \emph{true} if
the server requires to authenticate before sending messages. \\
\hline
+transport.smtp.options.pipelining & bool & Set to {\vcode false} to disable
+command pipelining, if the server supports it (default is {\vcode true}). \\
+\hline
+transport.smtp.options.chunking & bool & Set to {\vcode false} to disable
+CHUNKING extension, if the server supports it (default is {\vcode true}). \\
+\hline
% sendmail
\multicolumn{3}{|c|}{sendmail} \\
\hline