diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2009-08-18 11:38:51 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2009-08-18 11:38:51 +0000 |
commit | ab438eeb75c378da12af944a9525d497ae755e83 (patch) | |
tree | 4e324e7f4c042a99638d46f779e173d95739936e | |
parent | ecf8f327f483e1a0f347bff3f17a5c08873fd0a3 (diff) | |
download | fetchmail-ab438eeb75c378da12af944a9525d497ae755e83.tar.gz fetchmail-ab438eeb75c378da12af944a9525d497ae755e83.tar.bz2 fetchmail-ab438eeb75c378da12af944a9525d497ae755e83.zip |
Add rationale for direct body streaming to X10.
svn path=/branches/BRANCH_6-3/; revision=5419
-rw-r--r-- | fetchmail-FAQ.html | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index b4f38530..41319167 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -3231,12 +3231,12 @@ truncated, and fetchmail will later attempt to redownload the message (providing the server is standards conformant).</p> <p>The reason for the truncation is that fetchmail streams the body -directly from the POP3/IMAP server into the SMTP/LMTP server or MDA, so -fetchmail has already written a part of the message before it notices it -will be incomplete, and fetchmail cannot abort a transaction it has -started, and it's unclear if it ever will be able to, because this is -not standardized and the outcome will depend on the receiving software -(be it SMTP/LMTP or MDA).</p> +directly from the POP3/IMAP server into the SMTP/LMTP server or MDA (in +order to save memory), so fetchmail has already written a part of the +message before it notices it will be incomplete, and fetchmail cannot +abort a transaction it has started, and it's unclear if it ever will be +able to, because this is not standardized and the outcome will depend on +the receiving software (be it SMTP/LMTP or MDA).</p> <hr/> <h1>Other problems</h1> |