From: <ad...@be...> - 2008-02-25 21:28:01
|
Bug #13207, was updated on 2008-Feb-25 14:26 Here is a current snapshot of the bug. Project: Community Fetchmail Category: None Status: Open Resolution: None Bug Group: None Priority: 5 Submitted by: terry_n_brown Assigned to : none Summary: fetchmailconf needs to quote mailbox names when writing file Details: Some IMAP servers have folders with spaces in their names, the Microsoft Exchange junk mail folder seems to be called "Junk E-mail" for example. fetchmailconf reads quoted mailbox names from .fetchmailrc, but doesn't quote them when writing. changing line 398 to res = res + ' "%s"' % x in version 1.52 $Revision: 4740 fixes this Cheers -Terry For detailed info, follow this link: http://developer.berlios.de/bugs/?func=detailbug&bug_id=13207&group_id=1824 |