]> Pileus Git - ~andy/fetchmail/blobdiff - design-notes.html
Update German translation.
[~andy/fetchmail] / design-notes.html
index e95eeb87d0eb0ad6d6f11bbfce6268efa3aed8de..4aaba5cb2bc30269c457e0674dd80db4068af70b 100644 (file)
@@ -52,7 +52,7 @@ concepts will have to be applied. Random bits are:</p>
 
 <h2>SMTP forwarding</h2>
 
-<p>Fetchmails multidrop and rewrite options will process addresses
+<p>Fetchmail's multidrop and rewrite options will process addresses
 received from remote sites. Special care must be taken so these
 features cannot be abused to relay mail to foreign sites.</p>
 
@@ -68,16 +68,17 @@ avoided for now.</p>
 <h3>Why we need client-side tracking</h3>
 
 <p>ESR asserted that server-side state were essential and those persons
-repsonsible for removing the LAST command from POP3 deserved to
+responsible for removing the LAST command from POP3 deserved to
 suffer. ESR is right in stating that the POP3 UID tracks which messages
 have been read <em>by this client</em> &ndash; and that is exactly what
 we need to do.</p>
 
-<p>If fetchmail is supposed to retrieve all
-mail from a mailbox reliably, without being disturbed by someone
-occasionally using another client on another host, or a webmailer, or
-similar, then <em>client</em>-side tracking of the state is
-indispensable. This is also needed to match behavior to ETRN and ODMR.</p>
+<p>If fetchmail is supposed to retrieve all mail from a mailbox
+reliably, without being disturbed by someone occasionally using another
+client on another host, or a webmailer, or similar, then
+<em>client</em>-side tracking of the state is indispensable. This is
+also needed to match behavior to ETRN and ODMR or to support read-only
+mailboxes in --keep mode.</p>
 
 <h3>Present and future</h3>