Advertisement
alexs77

offlineimap error

May 31st, 2011
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.52 KB | None | 0 0
  1. $ ~/Apps/offlineimap/offlineimap/./offlineimap.py -c ~/Apps/offlineimap/offlineimap/offlineimaprc-sandra.conf
  2. OfflineIMAP 6.3.4-rc1
  3. Copyright (C) 2002 - 2010 John Goerzen <john@complete.org>
  4.  
  5. This software comes with ABSOLUTELY NO WARRANTY; see the file
  6. COPYING for details. This is free software, and you are welcome
  7. to distribute it under the conditions laid out in COPYING.
  8. Account sync sndr2LocalSndr:
  9. ***** Processing account sndr2LocalSndr
  10. Copying folder structure from IMAP to Maildir
  11. Establishing connection to imap.gmail.com:993.
  12. WARNING: ERROR Attempting to create folder Elfi:Traceback (most recent call last):
  13. File "/home/i/Apps/offlineimap/offlineimap/offlineimap/repository/Base.py", line 147, in syncfoldersto
  14. copyfolder.makefolder(key.replace(dest.getsep(), copyfolder.getsep()))
  15. File "/home/i/Apps/offlineimap/offlineimap/offlineimap/repository/LocalStatus.py", line 70, in makefolder
  16. file.write(offlineimap.folder.LocalStatus.magicline + '\n')
  17. NameError: global name 'offlineimap' is not defined
  18.  
  19. WARNING: ERROR Attempting to create folder [Gmail].Papierkorb:Traceback (most recent call last):
  20. File "/home/i/Apps/offlineimap/offlineimap/offlineimap/repository/Base.py", line 147, in syncfoldersto
  21. copyfolder.makefolder(key.replace(dest.getsep(), copyfolder.getsep()))
  22. File "/home/i/Apps/offlineimap/offlineimap/offlineimap/repository/LocalStatus.py", line 70, in makefolder
  23. file.write(offlineimap.folder.LocalStatus.magicline + '\n')
  24. NameError: global name 'offlineimap' is not defined
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement