[commits] [Wiki] changed: Project/HordeImapLib
Michael Slusarz
slusarz at horde.org
Thu Apr 19 04:45:57 UTC 2012
slusarz Wed, 18 Apr 2012 22:45:57 -0600
Modified page: http://wiki.horde.org/Project/HordeImapLib
New Revision: 10
Change log: Start list of known broken IMAP servers
@@ -38,8 +38,14 @@
* Supports, among others, [http://tools.ietf.org/html/rfc3502
MULTIAPPEND], [http://tools.ietf.org/html/rfc4469 CATENATE],
[http://tools.ietf.org/html/rfc4315 UIDPLUS],
[http://tools.ietf.org/html/rfc4731 ESEARCH],
[http://tools.ietf.org/html/rfc5256 THREAD/SORT],
[http://tools.ietf.org/html/rfc5267 ESORT], and
[http://tools.ietf.org/html/rfc5819 LIST-STATUS] - most of these
extensions were specifically designed for
[http://tools.ietf.org/html/rfc5550 disconnected clients] and vastly
reduce the amount of bandwidth and processing need to keep the client
synchronized with the server.
* Horde_Imap_Client was
[http://lists.andrew.cmu.edu/pipermail/imapproxy-info/2008-October/000771.html
responsible] for features added to [http://imapproxy.org/ imapproxy]
to eliminate the need to re-establish the session every time a user
accesses the server. Horde_Imap_Client is the **ONLY** open-source
PHP library that leverages these features. See
[http://lists.horde.org/archives/imp/Week-of-Mon-20110523/052316.html
this message] for more details.
Further details can be found at
http://lists.horde.org/archives/imp/Week-of-Mon-20110523/052285.html.
+
+++ Known Broken Imap Servers
+
+* Cyrus 2.4.14
+ * Reported that disabling caching will fix
([http://bugs.horde.org/ticket/11115 Ticket #11115])
+
++ Resources
The library code can be found at
http://git.horde.org/horde-git/-/browse/framework/Imap_Client/
Developer documentation (API) can be found at
http://dev.horde.org/api/framework/Imap_Client/
More information about the commits
mailing list