mirror of
https://git.code.sf.net/p/archivemail/code
synced 2025-01-03 13:44:46 +00:00
Updated description of the IMAP URL syntax: list the methods to specify the
password, document the IMAPS capability and its syntax.
This commit is contained in:
parent
74922b1beb
commit
874f325330
2 changed files with 10 additions and 0 deletions
|
@ -211,6 +211,11 @@ Display brief summary information about how to run \fBarchivemail\fR\&.
|
|||
.PP
|
||||
To archive an \fBIMAP\fR-format mailbox, use the format
|
||||
\fBimap://username:password@server/mailbox\fR to specify the
|
||||
mailbox. You can omit the password from the URL; use the
|
||||
\fB--pwfile\fR option to make \fBarchivemail\fR read the
|
||||
password from a file, or just enter it upon request. Substitute 'imap\&'
|
||||
with 'imaps\&', and \fBarchivemail\fR will establish a secure
|
||||
SSL connection.
|
||||
.PP
|
||||
When reading an \fBmbox\fR-format mailbox, \fBarchivemail\fR will
|
||||
create a lockfile with the extension \fI\&.lock\fR so that
|
||||
|
|
|
@ -330,6 +330,11 @@ Display brief summary information about how to run <Command/archivemail/.
|
|||
<Para>
|
||||
To archive an <application/IMAP/-format mailbox, use the format
|
||||
<command>imap://username:password@server/mailbox</command> to specify the
|
||||
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>
|
||||
|
|
Loading…
Reference in a new issue