aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.sgml
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2008-04-08 15:38:51 +0000
committerNikolaus Schulz <microschulz@web.de>2008-04-08 15:38:51 +0000
commit78b4923832a9cb469d4782b5eb1d2bca971254a7 (patch)
treeafac3d8f3ac3ec77ef25f81f4d4b9064da9d2f4d /archivemail.sgml
parent37816fd6598ae20cf9b223e01ee3f60bef7abb58 (diff)
downloadarchivemail-78b4923832a9cb469d4782b5eb1d2bca971254a7.tar.gz
archivemail-78b4923832a9cb469d4782b5eb1d2bca971254a7.tar.bz2
archivemail-78b4923832a9cb469d4782b5eb1d2bca971254a7.zip
IMAP: be NAMESPACE-aware; improved probing for guessed mailbox names.
* Automatically add NAMESPACE prefix to the mailbox path if necessary, * Explicitely check for guessed mailbox names with LIST instead of just trying to SELECT them. * Updated documentation about NAMESPACE handling.
Diffstat (limited to 'archivemail.sgml')
-rw-r--r--archivemail.sgml13
1 files changed, 6 insertions, 7 deletions
diff --git a/archivemail.sgml b/archivemail.sgml
index dff716a..93db525 100644
--- a/archivemail.sgml
+++ b/archivemail.sgml
@@ -35,7 +35,7 @@
<RefEntry>
-<DocInfo><Date>15 March 2008</Date></DocInfo>
+<DocInfo><Date>8 April 2008</Date></DocInfo>
<RefMeta>
<RefEntryTitle>archivemail</RefEntryTitle>
@@ -479,12 +479,11 @@ Note that quoting only a substring will not work, and be aware that your shell
will probably remove unprotected quotes or backslashes.
</Para>
<Para>
-<application/IMAP/ servers supporting subfolders may use any character as a
-mailbox path separator, that is, as an equivalent to the slash character on Unix
-systems.
-If you are archiving an IMAP subfolder, first <command/archivemail/ will try
-to open a given mailbox name unchanged; if this fails, it will interpret any
-slashes in the <acronym/URL/ as path separators and try again.
+<command/archivemail/ tries to be smart when handling mailbox paths.
+In particular, it will automatically add an <acronym/IMAP/ <literal/NAMESPACE/
+prefix to the mailbox path if necessary; and if you are archiving a subfolder,
+you can use the slash as a path separator instead of the <acronym/IMAP/ server's
+internal representation.
</Para>
</RefSect3>
</RefSect2>