Your message dated Sun, 29 Apr 2012 22:06:42 +0100
with message-id <[email protected]>
and subject line offlineimap: Import errno
has caused the Debian Bug report #648860,
regarding imapserver.py: uses errno without importing the module
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
648860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648860
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: offlineimap
Version: 6.3.4-1
Severity: normal

Hi,

imapserver.py makes use of errno.ECONNREFUSED, but does not import the module:

---
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 177, in 
syncrunner
    self.sync()
  File "/usr/lib/pymodules/python2.7/offlineimap/accounts.py", line 235, in sync
    remoterepos.syncfoldersto(localrepos, [statusrepos])
  File "/usr/lib/pymodules/python2.7/offlineimap/repository/Base.py", line 124, 
in syncfoldersto
    srcfolders = src.getfolders()
  File "/usr/lib/pymodules/python2.7/offlineimap/repository/IMAP.py", line 276, 
in getfolders
    imapobj = self.imapserver.acquireconnection()
  File "/usr/lib/pymodules/python2.7/offlineimap/imapserver.py", line 323, in 
acquireconnection
    elif isinstance(e, socket.error) and e.args[0] == errno.ECONNREFUSED:
NameError: global name 'errno' is not defined
---

Regards,
Ansgar

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages offlineimap depends on:
ii  python          2.7.2-9
ii  python-support  1.0.14 

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
pn  doc-base         <none>
pn  python-kerberos  <none>

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 6.5.3.1-1

This has been fixed upstream in v6.3.4-20-g4a0d17b, hence it's in
v6.3.5~rc1 and up.

This bug is fixed in the current offlineimap in sid.

-- 
Regards,
Dmitrijs.

Attachment: signature.asc
Description: OpenPGP digital signature


--- End Message ---

Reply via email to