Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production Use? #37

Closed
aibarra11 opened this issue Oct 1, 2020 · 3 comments
Closed

Production Use? #37

aibarra11 opened this issue Oct 1, 2020 · 3 comments

Comments

@aibarra11
Copy link

Sorry, i know this isn't a bug, not sure where to ask these questions
Has this been used in production?
About how many users?
Are there any known concerns/issues for not running this in production?
(lets assume the external authentication is solid, redis is an enterprise deployment, mail servers are our own and scaled properly)
We have some very specific requirements for a new email system and this looks like a good piece of the puzzle. Potentially tens of thousands of users.

@andris9
Copy link
Collaborator

andris9 commented Oct 1, 2020

IMAP API is not well tested in production. There are smaller installations out there but I do not know the details. IMAP API grew out from the WildDuck IMAP server project which is quite battle tested by now, both share the same IMAP parsing and compiling core.

If setting up a larger installation of IMAP API then you'd be the first, so I can't guarantee how well it would perform. Your alternative would be to use Nylas Email API which is well tested and production ready but much more expensive. If you decide to go with IMAP API but are worried about issues that might occur then there's an option to get a support plan for my email libraries that also covers IMAP API.

@aibarra11
Copy link
Author

Thanks for the info! We were looking into Nylas, gets pretty expensive and doesn't meet all of our requirements. Will checkout WildDuck

@marnickmenting
Copy link

We are using it now for a few months in production for our helpdesk SaaS product, and must say it is pretty stable. We did not encounter problems or hick-ups so far. We have it connected to one mailbox of our own to receive webhooks in our Laravel application within seconds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants