Package: offlineimap
Version: 6.1.2
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

okay, i make no claim of being familiar with this code, but from looking
at the error and at the function causing hte problem and similar calls
to the same funciton elsewhere the fix looks absurdly simple:

- --- imaplib2.py.orig  2009-07-30 11:01:15.000000000 +0200
+++ imaplib2.py 2009-07-30 11:01:28.000000000 +0200
@@ -527,7 +527,7 @@
         try:
             typ, dat = self._simple_command('AUTHENTICATE', mechanism.upper())
             if typ != 'OK':
- -                self._deliver_exc(self.error, dat[-1])
+                self._deliver_exc(self.error, dat[-1], kw)
             self.state = AUTH
             if __debug__: self._log(1, 'state => AUTH')
         finally:


with this patch my accounts all work properly.



        sean

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

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages offlineimap depends on:
ii  python                        2.5.4-2    An interactive high-level object-o
ii  python-support                1.0.3      automated rebuilding support for P

offlineimap recommends no packages.

Versions of packages offlineimap suggests:
pn  python-kerberos               <none>     (no description available)

- -- no debconf information

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iD8DBQFKcWJBynjLPm522B0RAsMqAKCAr3kXU+zoVV0ezP9XhUEZZYzsFACeNc2D
2CgohMTr90R1XOcy9BEkMyc=
=jEQZ
-----END PGP SIGNATURE-----



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to