[cvs] commit: imp/lib/IMAP Client.php
Michael M Slusarz
slusarz at horde.org
Thu Apr 20 13:53:06 PDT 2006
slusarz 2006-04-20 13:53:06 PDT
Modified files:
lib/IMAP Client.php
Log:
Bug: 3793
general cleanups. Mainly, much simplifed, better parsing of IMAP server
responses (why do it in 20 lines when you can do it in 5?).
Use single function to parse all requests/repsonses to/from server.
remove code for reading literal string responses. AFAIK, the only time a
server will return a literal string response is via a 'FETCH' command, which
we don't use with this library.
Should fix Bug #3793 (i.e. catching untagged responses before a tagged
response).
Revision Changes Path
1.47 +140 -260 imp/lib/IMAP/Client.php
Chora Links:
http://cvs.horde.org/diff.php/imp/lib/IMAP/Client.php?r1=1.46&r2=1.47&ty=u
More information about the cvs
mailing list