We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#4215 - Reimplement any IMAP support as a native implementation (on hold)
PREFERRED:
Direct plugin for PHP's imap extension:
https://github.com/javanile/php-imap2
... with XOAUTH2 support added
... based on code taken from RoundCube
ALSO...
Userlang implementation with its own API:
https://github.com/horde/Imap_Client/tree/master/lib/Horde/Imap/Client
... includes XOAUTH2 support
Userlang implementation with its own API:
https://github.com/Webklex/php-imap
... includes XOAUTH2 support
Userlang implementation with its own API:
https://pear.php.net/package/Net_IMAP
... but not maintained