e8b633b884
we do: for msgid in imapdata: maxmsgid = max(long(msgid), maxmsgid) and then basically immediately: maxmsgid = long(imapdata[0]) throwing away the first assignment although the first method of assigning is the correct one. The second had been forgotten to be removed when we introduced the above iteration. This bug would fix a regression with those broken ZIMBRA servers that send multiple EXISTS replies. Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de> Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net> |
||
---|---|---|
.. | ||
folder | ||
repository | ||
ui | ||
__init__.py | ||
accounts.py | ||
CustomConfig.py | ||
error.py | ||
imaplib2.py | ||
imaplibutil.py | ||
imapserver.py | ||
imaputil.py | ||
init.py | ||
localeval.py | ||
mbnames.py | ||
syncmaster.py | ||
threadutil.py |