In article <[EMAIL PROTECTED]>, Antoon Pardon <[EMAIL PROTECTED]> wrote: ... > $ telnet machine.domain imap > Trying xxx.xxx.xxx.xxx... > Connected to machine.domain > Escape character is '^]'. > * OK maxi Cyrus IMAP4 v2.2.13 server ready > 0001 LOGIN ... .... > 0001 OK User logged in > 0002 LIST "" user/cpapen/* > * LIST (\HasNoChildren) "/" "user/cpapen/Out" > ... > * LIST (\HasNoChildren) "/" "user/cpapen/music &- beats" > * LIST (\HasNoChildren) "/" {25} > user/cpapen/newsletters % > * LIST (\HasNoChildren) "/" "user/cpapen/organisatie &- structuur" > * LIST (\HasNoChildren) "/" "user/cpapen/sociale wetenschappen"
{5}\r\nhello\r\n is an IMAP "literal". It's unlucky that Cyrus uses this for some LIST responses and not others, since that will be a surprise to clients that use ad hoc parsing - like imaplib users. Donn Cave, [EMAIL PROTECTED] -- http://mail.python.org/mailman/listinfo/python-list