Roundcube Community Forum

Release Support => Requests => Topic started by: andras on May 10, 2026, 11:10:36 AM

Title: collect incoming recipient email addresses caught by the catch-all account
Post by: andras on May 10, 2026, 11:10:36 AM
Hi,
I am looking for a solution to collect all the incoming recipient email addresses caught by the catch-all handling on the server.

Theses emails are collected in an account on my email server, of which account is available from Roundcube.
So, what I'd like to do is to get all those recipient email-addresses into a table of the database behind Roundcube for further processing.

Is there an existing method/way to achieve the above?

Thank you very much,
Andras
Title: Re: collect incoming recipient email addresses caught by the catch-all account
Post by: JohnDoh on May 10, 2026, 01:00:50 PM
You could create a plugin that would do it but you'd only want to do on mail as it arrived I'd guess, you don't want to scan the whole inbox every time. Like any Roundcube plugin it would only work when you are logged in. I think you would be better off doing something on your mail server that way it works all the time.