Bug #48

BUG imaplib.abort: command: UID => unexpected response: 'Received: from

Added by Nejc Menard about 1 year ago. Updated 10 months ago.

Status:Rejected Start:07/15/2010
Priority:Normal Due date:
Assigned to:Thomas Lecavelier % Done:

0%

Category:- Spent time: -
Target version:-

Description

Hi.

I am getting the same error with multiple accounts (on the same server with mailenable)

at first it is ok...

./isbg.py --verbose --imaphost mail.xyz.com --imapuser --flag --savepw
Trackfile is /root/.isbg-tracke548338bae5b069370985d0a759af9fd
SpamFlags are (\Flagged)
Password file is /root/.isbg-e548338bae5b069370985d0a759af9fd
IMAP password for @ mail.xyz.com:
('login', '', 'xxxxxxxx') = ('OK', ['LOGIN completed'])
('select', '\\Inbox\\Spam', 1) = ('OK', ['0'])
('select', '\\Inbox', 1) = ('OK', ['650'])
('fetch', '1:650', 'UID') = ('OK', ['1 (UID 4)', '2 (UID 5)', '3 (UID 6)', '4 (UID 7)', '5 (UID 8)', '6 (UID 9)', '7 (UID 10)', '8 (UID 12)', '9 (UID 13)', '10 (UID 14)', '11 (UID 15)', '12 (UID 16)', '13 (UID 18)', '14 (UID 19)', '15 (UID 20)', '16 (UID 21)', '17 (UID 22)', '18 (UID 23)', '19 (UID 24)', '20 (UID 25)', '21 (UID 26)', '22 (UID 27)', '23 (UID 28)', '24 (UID 29)', '25 (UID 30)', '26 (UID 31)', '27 (UID 32)', '28 (UID 33)', '29 (UID 34)', '30 (UID 35)', '31 (UID 36)', '32 (UID 37)', '33 (UID 38)', '34 (UID 39)', '35 (UID 40)', '36 (UID 41)', '37 (UID 44)', '38 (UID 45)', '39 (UID 46)', '40 (UID 47)', '41 (UID 48)', '42 (UID 49)', '43 (UID 50)', '44 (UID 51

...

then:
704 is 264309 bytes so it is being skipped
707 is 142045 bytes so it is being skipped
724 is 127114 bytes so it is being skipped
730 is 285819 bytes so it is being skipped
731 is 129171 bytes so it is being skipped
4
Traceback (most recent call last):
File "./isbg.py", line 468, in <module>
res=imap.uid("FETCH", u, "(RFC822)")
File "/usr/lib/python2.5/imaplib.py", line 752, in uid
typ, dat = self._simple_command(name, command, *args)
File "/usr/lib/python2.5/imaplib.py", line 1055, in _simple_command
return self._command_complete(name, self._command(name, *args))
File "/usr/lib/python2.5/imaplib.py", line 887, in _command_complete
raise self.abort('command: %s => %s' % (name, val))
imaplib.abort: command: UID => unexpected response: 'Received: from Vega (29-123-43-38xxxxxxxxxxxxxxxxxx)'

This was with version 0.97, the same with 0.99. With different accounts, the same problem "imaplib.abort: command: UID => unexpected response:"

Any issues known like that?

Thank you for your answer, best regards, Nejc.

History

Updated by Thomas Lecavelier about 1 year ago

  • Assigned to set to Thomas Lecavelier

Hi,

Thank you for reporting, but it looks like mailenable is not RFC compliant at all: http://forum.mailenable.com/viewtopic.php?f=3&t=17932

If you have professionnal support with them, could you ping them about that? (and eventually linking this ticket).

Thank you.

Updated by Thomas Lecavelier 10 months ago

  • Status changed from New to Rejected

No activity on this ticket. Please reopen if needed.

Also available in: Atom PDF