mirror of
https://git.code.sf.net/p/archivemail/code
synced 2024-12-22 07:42:55 +00:00
Manpage & changelog: document support for international IMAP mailbox names
This commit is contained in:
parent
6b0fefc45f
commit
88653766db
2 changed files with 10 additions and 0 deletions
|
@ -6,6 +6,7 @@ version 0.?.? - UNRELEASED
|
||||||
* Fix test suite failures with Python 2.7 by letting the test suite method
|
* Fix test suite failures with Python 2.7 by letting the test suite method
|
||||||
FixedGzipFile.seek() return the new absolute file position.
|
FixedGzipFile.seek() return the new absolute file position.
|
||||||
Closes: #3314293.
|
Closes: #3314293.
|
||||||
|
* IMAP: support international mailbox names containing non-ASCII characters.
|
||||||
|
|
||||||
version 0.8.2 - 16 October 2010
|
version 0.8.2 - 16 October 2010
|
||||||
|
|
||||||
|
|
|
@ -503,6 +503,15 @@ Note that quoting only a substring will not work, and be aware that your shell
|
||||||
will probably remove unprotected quotes or backslashes.
|
will probably remove unprotected quotes or backslashes.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
|
Similarly, there is no need to percent-encode non-<acronym>ascii</acronym>
|
||||||
|
characters in <acronym>IMAP</acronym> mailbox names.
|
||||||
|
As long as your locale is configured properly, <command>archivemail</command>
|
||||||
|
should handle these without problems.
|
||||||
|
Note, however, that due to limitations of the <acronym>IMAP</acronym>
|
||||||
|
protocol, non-<acronym>ascii</acronym> characters do not mix well with
|
||||||
|
wildcards in mailbox names.
|
||||||
|
</para>
|
||||||
|
<para>
|
||||||
<command>archivemail</command> tries to be smart when handling mailbox paths.
|
<command>archivemail</command> tries to be smart when handling mailbox paths.
|
||||||
In particular, it will automatically add an <acronym>IMAP</acronym> <literal>NAMESPACE</literal>
|
In particular, it will automatically add an <acronym>IMAP</acronym> <literal>NAMESPACE</literal>
|
||||||
prefix to the mailbox path if necessary; and if you are archiving a subfolder,
|
prefix to the mailbox path if necessary; and if you are archiving a subfolder,
|
||||||
|
|
Loading…
Reference in a new issue