diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-01-23 09:45:29 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-01-23 09:45:29 +0000 |
commit | da31eaae7a2ec18b15feeb02eea5cfde5acf30aa (patch) | |
tree | 28f4747ba031514a4c876e23aaf8662f12a0ef51 | |
parent | dbaedc59a1eebd4f364ffe066192769b0c027ce1 (diff) | |
download | fetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.tar.gz fetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.tar.bz2 fetchmail-da31eaae7a2ec18b15feeb02eea5cfde5acf30aa.zip |
Bless readonly mailboxes for --keep.
svn path=/branches/BRANCH_6-3/; revision=4682
-rw-r--r-- | design-notes.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/design-notes.html b/design-notes.html index 71b25905..ef2cc07a 100644 --- a/design-notes.html +++ b/design-notes.html @@ -73,11 +73,12 @@ suffer. ESR is right in stating that the POP3 UID tracks which messages have been read <em>by this client</em> – 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> |