[Twisted-Python] PATCH: imap4.py: fix when calling splitQuoted on empty string
![](https://secure.gravatar.com/avatar/6cd37343ce1da139b1d2ff5ee717f5d5.jpg?s=120&d=mm&r=g)
June 30, 2003
2:19 p.m.
To get a list of all folders, Evolution's IMAP client uses this syntax: LIST "" "" This results in an error, since the "" "" part goes through splitQuoted twice (once in IMAP4Server.listWork, the second in IMAP4Server._parseMbox). The second time through the quotes have been removed (leaving an empty string), which causes splitQuoted to return [] instead of ['']. I've attached a simple patch that demonstrates one possible way to fix the problem. Abe
7899
Age (days ago)
7899
Last active (days ago)
0 comments
1 participants
participants (1)
-
Abe Fettig