Offlineimap hangs after NOOP warning

Chris Dennis cgdennis at btinternet.com
Wed Nov 16 17:39:22 UTC 2011


Hello folks

I've had a problem with offlineimap today: emails stopped arriving this 
morning, and only started again after I'd killed the process and started 
a new one.

I know there have been discussions related to NOOP warnings recently. 
Is this related?

cheers

Chris

This is the version I'm running:
---------------------------------------------------
commit d981d66305d3e8342e74cf5a130339aab1eb5396
   Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
   Date:   Fri Oct 28 09:35:23 2011 +0200
---------------------------------------------------

This was in the log:
----------------------------------------------------------------------
2011-11-16 10:34:58 INFO: Next refresh in 2.0 minutes
2011-11-16 10:35:09 INFO: Establishing connection to localhost:143
2011-11-16 10:35:09 INFO: Syncing INBOX: IMAP -> MappedIMAP
2011-11-16 10:35:10 INFO: Copy message 2461 (1 of 1) 
RemoteIMAP1and1:INBOX -> LocalIMAP
2011-11-16 10:35:58 INFO: Next refresh in 1.0 minutes
2011-11-16 10:36:58 INFO: *** Processing account 1and1
2011-11-16 10:53:15 WARNING: Attempting NOOP on dropped connection 
imap.1and1.co.uk
2011-11-16 16:45:37 WARNING: ERROR: Exceptions occurred during the run!
2011-11-16 16:45:37 WARNING: ERROR: IMAP server 'LocalIMAP' does not 
have a message with UID '33737'
2011-11-16 16:45:37 WARNING: terminating...
----------------------------------------------------------------------

The .offlineimaprc file is:
----------------------------------------------------------------------
[general]
metadata = ~/offlineimap-meta
accounts = 1and1
pythonfile = /usr/local/bin/readnetrc.py
ui = Basic
ignore-readonly = no

[Account 1and1]
localrepository = LocalIMAP
remoterepository = RemoteIMAP1and1
autorefresh = 5
quick = 10
postsynchook = /usr/local/bin/isbg.py --noninteractive --spaminbox 'Junk 
E-mail' --delete --spamc

[Repository LocalIMAP]
type = IMAP
remotehost = localhost
remotepasseval = get_password("localhost")
remoteusereval = get_username("localhost")

[Repository RemoteIMAP1and1]
type = IMAP
remotehost = imap.1and1.co.uk
ssl = yes
remotepasseval = get_password("imap.1and1.co.uk")
remoteusereval = get_username("imap.1and1.co.uk")
idlefolders = ['INBOX']
maxconnections = 2
holdconnectionopen = yes
keepalive = 60
subscribedonly = no
------------------------------------------------------------

-- 
Chris Dennis                                  cgdennis at btinternet.com
Fordingbridge, Hampshire, UK



More information about the OfflineIMAP-project mailing list