Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: smares on September 06, 2017, 09:07:53 AM

Title: Why does Roundcube use a custom implementation of an IMAP client?
Post by: smares on September 06, 2017, 09:07:53 AM
Hello!

I was wondering why Roundcube uses a custom implementation of an IMAP client instead of using php_imap. :) Did the developers have problems using the PHP extension?

Cheers,
Sebastian
Title: Re: Why does Roundcube use a custom implementation of an IMAP client?
Post by: alec on September 06, 2017, 09:34:33 AM
Because we didn't want to be limited, and it was proven in the past that our implementation was just faster.
Title: Re: Why does Roundcube use a custom implementation of an IMAP client?
Post by: SKaero on September 06, 2017, 03:25:29 PM
Plus php_imap is often not install on servers.
Title: Re: Why does Roundcube use a custom implementation of an IMAP client?
Post by: smares on September 18, 2017, 08:44:33 AM
Thanks for the fast replies and keep up the great work! :)