documentation: add entry for faulting folders with Microsoft servers
- offlineimap.conf - knwon issues of the man page Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
22a163a768
commit
237d1ce5e7
@ -151,3 +151,12 @@ See <https://developers.google.com/analytics/devguides/config/mgmt/v3/authorizat
|
|||||||
and <https://developers.google.com/identity/protocols/OAuth2#expiration>
|
and <https://developers.google.com/identity/protocols/OAuth2#expiration>
|
||||||
to know more.
|
to know more.
|
||||||
|
|
||||||
|
* "does not have message with UID" with Microsoft servers
|
||||||
|
+
|
||||||
|
`ERROR: IMAP server 'Server ### Remote' does not have a message with UID 'xxx'`
|
||||||
|
+
|
||||||
|
Microsoft IMAP servers are not compliant with the RFC. It is currently required
|
||||||
|
to folderfilter some faulting folders. See
|
||||||
|
http://www.offlineimap.org/doc/FAQ.html#exchange-and-office365 for a detailed
|
||||||
|
list.
|
||||||
|
|
||||||
|
@ -228,6 +228,9 @@ accounts = Test
|
|||||||
# return foldername in allowed[accountname]
|
# return foldername in allowed[accountname]
|
||||||
# return False
|
# return False
|
||||||
#
|
#
|
||||||
|
# For correct folderfilter with Microsoft servers, please see
|
||||||
|
# http://www.offlineimap.org/doc/FAQ.html#exchange-and-office365
|
||||||
|
#
|
||||||
#folderfilter = mbnames_folderfilter
|
#folderfilter = mbnames_folderfilter
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user