offlineimap icon indicating copy to clipboard operation
offlineimap copied to clipboard

Folders with "." in the name mess up everything

Open mslusarz opened this issue 4 years ago • 1 comments

General informations

  • system/distribution: Ubuntu 20.04.2
  • offlineimap version (offlineimap -V): offlineimap v7.2.3, imaplib2 v2.57 (system), Python v2.7.18, OpenSSL 1.1.1f 31 Mar 2020
  • server name or domain: pro1.mail.ovh.net
  • CLI options: -

Configuration file offlineimaprc

[general]
accounts = OVH

[Account OVH]
localrepository = LocalRepo
remoterepository = OVH

[Repository OVH]
type = IMAP
remotehost = pro1.mail.ovh.net
remoteuser = ...
remotepass = ...
sslcacertfile = OS-DEFAULT

[Repository LocalRepo]
type = Maildir
localfolders = ~/offlineimap

Logs, error

On the IMAP server I have INBOX/chess.com folder and after few sync attempts (it failed for different reasons - I can provide logs if needed) I now have both ~/offlineimap/INBOX.chess and ~/offlineimap/INBOX.chess.com directories and both contain 3 empty directories (cur, new, tmp). On the IMAP server, offlineimap created empty INBOX/chess and INBOX/chess/com folders.

mslusarz avatar Mar 28 '21 15:03 mslusarz

Did you configure the sep character on either repository section? This might help.

nicolas33 avatar Aug 05 '21 17:08 nicolas33