Re: 5.99.13 released; important upgrade for 5.99.12 users
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
Hi
Been running 5.99.9 for over 5 months without issue and upgraded to 5.99.13.
I started from scratch, deleting all the messages in my IMAP accounts.
offline imap ran fine this week until today, it now refuses to sync.
OfflineIMAP 5.99.13
Copyright (C) 2002 - 2008 John Goerzen <jgoerzen@xxxxxxxxxxxx>
This software comes with ABSOLUTELY NO WARRANTY; see the file
COPYING for details. This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING.
1: [active] *Control: .
OfflineIMAP 5.99.13 Copyright (C) 2002 - 2008 John Goerzen
COPYING for details. This is free software, and you are welcome
to distribute it under the conditions laid out in COPYING.
***** Processing account account
Copying folder structure from IMAP to Maildir
Establishing connection to server2:993.
Syncing INBOX: IMAP -> Maildir
Scanning folder [Maildir/.]
Syncing Deleted Items: IMAP -> Maildir
Scanning folder [Maildir/.Deleted Items]
Syncing Drafts: IMAP -> Maildir
Scanning folder [Maildir/.Drafts]
Establishing connection to server2:993.
Establishing connection to server2:993.
Syncing Junk E-Mail: IMAP -> Maildir
Scanning folder [Maildir/.Junk E-Mail]
Scanning folder [IMAP/.Junk E-Mail]
Syncing Outbox: IMAP -> Maildir
Scanning folder [Maildir/.Outbox]
Scanning folder [IMAP/.Outbox]
Syncing Sent Items: IMAP -> Maildir
Scanning folder [Maildir/.Sent Items]
2: [active] *Control: .
Thread 'Folder sync account[.]' terminated with exception:
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/offlineimap/threadutil.py",
line 153, in run
Thread.run(self)
File "/usr/local/lib/python2.5/threading.py", line 440, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/local/lib/python2.5/site-packages/offlineimap/accounts.py",
line 219, in syncfolder
if not remotefolder.isuidvalidityok():
File "/usr/local/lib/python2.5/site-packages/offlineimap/folder/Base.py",
line 84, in isuidvalidityok
return self.getsaveduidvalidity() == self.getuidvalidity()
File "/usr/local/lib/python2.5/site-packages/offlineimap/folder/IMAP.py",
line 73, in getuidvalidity
self.selectro(imapobj)
File "/usr/local/lib/python2.5/site-packages/offlineimap/folder/IMAP.py",
line 50, in selectro
imapobj.select(self.getfullname())
File "/usr/local/lib/python2.5/site-packages/offlineimap/imapserver.py",
line 50, in select
raise ValueError, "Error from select: %s" % str(result)
ValueError: Error from select: ('NO', ['Server Unavailable. 15'])
No debug messages were logged for Folder sync account[.].
Exception in thread Account sync account (most likely raised during
interpreter shutdown):
Traceback (most recent call last):
Unhandled exception in thread started by
Error in sys.excepthook:
Original exception was:
File "/usr/local/lib/python2.5/threading.py", line 460, in __bootstrap
File "/usr/local/lib/python2.5/site-packages/offlineimap/threadutil.py",
line 239, in run
<type 'exceptions.TypeError'>: 'NoneType' object is unsubscriptable
server2#
Here is my configuration file:
# Synchronisation between Hydrix email and exchange, do not touch
[general]
accounts = account
metadata = /usr/local/etc/offlineimap/avenardj/.offlineimap
[Account account]
localrepository = Mrepo
remoterepository = Erepo
[Repository Mrepo]
type = Maildir
localfolders = /data/mail-courier/avenardj
restoreatime = yes
[Repository Erepo]
remoteuser = avenardj@server2
remotepass = password
type = IMAP
remotehost = server2
ssl = yes
remoteport = 993
maxconnections = 3
nametrans = lambda foldername: re.sub('^\.INBOX', '.', re.sub('^',
'.', foldername))
folderfilter = lambda foldername: not
re.search('(^Calendar$|^Contacts$|^Journal$|^Notes$|^RSS Feeds$|^Sync
Issues|^Tasks$)', foldername)
holdconnectionopen = yes
Any idea?
Thanks
Jean-Yves
2008/5/7 Jean-Yves Avenard <jyavenard@xxxxxxxxx>:
> 2008/5/7 John Goerzen <jgoerzen@xxxxxxxxxxxx>:
>
>> It looked like at least one person got corrupted mail headers.
>
> I ran 5.99.12 for a day, and I didn't see any problems (FreeBSD 6.3 machine)
>
- 5.99.13 released; important upgrade for 5.99.12 users, John Goerzen, 2008/05/06
- Re: 5.99.13 released; important upgrade for 5.99.12 users, Vincent Beffara, 2008/05/06
- Re: 5.99.13 released; important upgrade for 5.99.12 users, John Goerzen, 2008/05/06
- Re: 5.99.13 released; important upgrade for 5.99.12 users, Jean-Yves Avenard, 2008/05/06
- Re: 5.99.13 released; important upgrade for 5.99.12 users,
Jean-Yves Avenard <=
- Re: 5.99.13 released; important upgrade for 5.99.12 users, Jean-Yves Avenard, 2008/05/10
- Re: 5.99.13 released; important upgrade for 5.99.12 users, John Goerzen, 2008/05/10
- Re: 5.99.13 released; important upgrade for 5.99.12 users, Jean-Yves Avenard, 2008/05/11
- Re: 5.99.13 released; important upgrade for 5.99.12 users, John Goerzen, 2008/05/11
- Re: 5.99.13 released; important upgrade for 5.99.12 users, Jean-Yves Avenard, 2008/05/11
|
|