]> Pileus Git - ~andy/fetchmail/blobdiff - design-notes.html
Fix typo repsonsible -> responsible.
[~andy/fetchmail] / design-notes.html
index 71b259058965863fa047477f64a4438b39309245..d7af2650cafcfcfc372dee783a173f66a06ba53f 100644 (file)
@@ -6,7 +6,7 @@
 <title>Updated design notes on fetchmail</title>
 <link rev="made" href="mailto:matthias.andree@gmx.de" />
 <meta name="description" content="Updated design notes on fetchmail." />
-<meta name="keywords" content="fetchmail, POP, POP2, POP3, IMAP, ETRN, ODMR, remote mail" />
+<meta name="keywords" content="fetchmail, POP3, IMAP, ETRN, ODMR, remote mail" />
 <style type="text/css">
 /*<![CDATA[*/
  h1.c1 {text-align: center}
@@ -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>