Roundcube Community Forum

 

Why does Roundcube use a custom implementation of an IMAP client?

Started by smares, September 06, 2017, 09:07:53 AM

Previous topic - Next topic

smares

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

alec

Because we didn't want to be limited, and it was proven in the past that our implementation was just faster.

SKaero


smares