Skip to content

Instantly share code, notes, and snippets.

@benjaminpreiss
Created January 22, 2021 12:15
Show Gist options
  • Save benjaminpreiss/18c7f988f33621ad6c87d9ed6dd0df1e to your computer and use it in GitHub Desktop.
Save benjaminpreiss/18c7f988f33621ad6c87d9ed6dd0df1e to your computer and use it in GitHub Desktop.
OfflineIMAP 7.2.3
Licensed under the GNU GPL v2 or any later version (with an OpenSSL exception)
imaplib2 v2.57 (system), Python v2.7.16, OpenSSL 1.1.1d 10 Sep 2019
Account sync Account1:
*** Processing account Account1
Establishing connection to *******:993 (RemoteAccount1)
[DRYRUN] Creating folder Entw&APw-rfe[LocalAccount1]
[DRYRUN] Creating folder Papierkorb[LocalAccount1]
[DRYRUN] Creating folder Gesendete Elemente[LocalAccount1]
[DRYRUN] Creating folder Spam[LocalAccount1]
[DRYRUN] Creating folder Gesendete Objekte[LocalAccount1]
[DRYRUN] Creating folder Junk-E-Mail[LocalAccount1]
[DRYRUN] Creating folder INBOX[LocalAccount1]
ERROR: getfolder() asked for a nonexisting folder 'Entw&APw-rfe'.
*** Finished account 'Account1' in 0:00
Account sync Account2:
*** Processing account Account2
Establishing connection to *******:993 (RemoteAccount2)
[DRYRUN] Creating folder Entw&APw-rfe[LocalAccount2]
[DRYRUN] Creating folder Papierkorb[LocalAccount2]
[DRYRUN] Creating folder Basis[LocalAccount2]
[DRYRUN] Creating folder Archiv.2019[LocalAccount2]
[DRYRUN] Creating folder Archiv.2018[LocalAccount2]
[DRYRUN] Creating folder Gesendete Objekte[LocalAccount2]
[DRYRUN] Creating folder Archiv[LocalAccount2]
[DRYRUN] Creating folder Spam[LocalAccount2]
[DRYRUN] Creating folder INBOX[LocalAccount2]
[DRYRUN] Creating folder Archiv.2020[LocalAccount2]
ERROR: getfolder() asked for a nonexisting folder 'Archiv'.
*** Finished account 'Account2' in 0:00
Account sync Account3:
*** Processing account Account3
Establishing connection to *******:993 (RemoteAccount3)
[DRYRUN] Creating folder Entw&APw-rfe[LocalAccount3]
[DRYRUN] Creating folder Papierkorb[LocalAccount3]
[DRYRUN] Creating folder Drafts[LocalAccount3]
[DRYRUN] Creating folder Spam[LocalAccount3]
[DRYRUN] Creating folder Gesendete Objekte[LocalAccount3]
[DRYRUN] Creating folder Sent Messages[LocalAccount3]
[DRYRUN] Creating folder Junk-E-Mail[LocalAccount3]
[DRYRUN] Creating folder INBOX[LocalAccount3]
[DRYRUN] Creating folder Gefundene Objekte[LocalAccount3]
[DRYRUN] Creating folder Deleted Messages[LocalAccount3]
ERROR: getfolder() asked for a nonexisting folder 'Deleted Messages'.
*** Finished account 'Account3' in 0:00
ERROR: Exceptions occurred during the run!
ERROR: getfolder() asked for a nonexisting folder 'Entw&APw-rfe'.
Traceback:
File "/usr/share/offlineimap/offlineimap/accounts.py", line 283, in syncrunner
self.__sync()
File "/usr/share/offlineimap/offlineimap/accounts.py", line 390, in __sync
localfolder = self.get_local_folder(remotefolder)
File "/usr/share/offlineimap/offlineimap/accounts.py", line 312, in get_local_folder
replace(self.remoterepos.getsep(), self.localrepos.getsep()))
File "/usr/share/offlineimap/offlineimap/repository/Maildir.py", line 149, in getfolder
"folder '%s'."% foldername, OfflineImapError.ERROR.FOLDER)
ERROR: getfolder() asked for a nonexisting folder 'Archiv'.
Traceback:
File "/usr/share/offlineimap/offlineimap/accounts.py", line 283, in syncrunner
self.__sync()
File "/usr/share/offlineimap/offlineimap/accounts.py", line 390, in __sync
localfolder = self.get_local_folder(remotefolder)
File "/usr/share/offlineimap/offlineimap/accounts.py", line 312, in get_local_folder
replace(self.remoterepos.getsep(), self.localrepos.getsep()))
File "/usr/share/offlineimap/offlineimap/repository/Maildir.py", line 149, in getfolder
"folder '%s'."% foldername, OfflineImapError.ERROR.FOLDER)
ERROR: getfolder() asked for a nonexisting folder 'Deleted Messages'.
Traceback:
File "/usr/share/offlineimap/offlineimap/accounts.py", line 283, in syncrunner
self.__sync()
File "/usr/share/offlineimap/offlineimap/accounts.py", line 390, in __sync
localfolder = self.get_local_folder(remotefolder)
File "/usr/share/offlineimap/offlineimap/accounts.py", line 312, in get_local_folder
replace(self.remoterepos.getsep(), self.localrepos.getsep()))
File "/usr/share/offlineimap/offlineimap/repository/Maildir.py", line 149, in getfolder
"folder '%s'."% foldername, OfflineImapError.ERROR.FOLDER)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment