Package: archivemail
Version: 0.6.2-2
Severity: normal
Tags: patch

Upstream has added the --pwfile and --filter-append options, and
archivemail now speaks SSL/IMAPS.  This is not documented in the
manpage.  I've filed this patch upstream, too. 

Nikolaus
Index: archivemail.sgml
===================================================================
--- archivemail.sgml    (revision 102)
+++ archivemail.sgml    (working copy)
@@ -118,10 +118,28 @@
 mailbox archives. The default is the same directory as the mailbox to be
 read.
 </Para></ListItem>
+
+<VarListEntry>
+<Term>
+    <Option>-P <Replaceable/FILE/, --pwfile=<Replaceable/FILE/</Option>
+</Term>
+<ListItem><Para>Read <acronym/IMAP/ password from file <Replaceable/FILE/
+instead of from the command line.  
+</Para></ListItem>
 </VarListEntry>
 
 <VarListEntry>
 <Term>
+    <Option>-F <Replaceable/STRING/,
+    --filter-append=<Replaceable/STRING/</Option>
+</Term>
+<ListItem><Para>Append <Replaceable/STRING/ to the <acronym/IMAP/ filter 
string. 
+For <acronym/IMAP/ wizards. 
+</Para></ListItem>
+</VarListEntry>
+
+<VarListEntry>
+<Term>
     <Option>-s <Replaceable/NAME/, --suffix=<Replaceable/NAME/</Option>
 </Term>
 <ListItem><Para>
@@ -310,9 +328,13 @@
 </Para>
 
 <Para>
-To archive an <application/IMAP/-format mailbox, use the the format
+To archive an <application/IMAP/-format mailbox, use the format
 <command>imap://username:[EMAIL PROTECTED]/mailbox</command> to specify the
-mailbox.
+mailbox. You can omit the password from the <acronym/URL/; use the
+<option>--pwfile</option> option to make <command/archivemail/ read the
+password from a file, or just enter it upon request. Substitute 
'<acronym/imap/'
+with '<acronym/imaps/', and <command/archivemail/ will establish a secure
+<acronym/SSL/ connection. 
 </Para>
 
 <Para>

Reply via email to