You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does gmail support aliases? Interesting, I'll see it. So you want to filter mails by sender, right? Because bot can filter mail by sender now, see #4 issue.
No based the mail the sender sent to.
So if I have multiple alias with a different domain name for the gmail then I want only those to be sent to telegram
Okay, got it. I'll implement filtering emails by filed "To" in emails, which means the receiver address.
As far as there is an implemented feature for filtering by sender address (see #4) I'd want to implement your feature request in the same way as in #4. Here the short description:
Use /filter_emails command to filter incoming mails from senders email addressess.
To set filter rule to block only emails from specified senders you should type such message, where on the second line there should be block word and on the third line there should be list of senders emails separeted by whitespaces. Example:
To set filter rule to allow only emails from specified senders you should type such message, where on the second line there should be allow word and on the third line there should be list of senders emails separeted by whitespaces. Example:
So I'd want to use a list of emails instead of regex. I just think that list of emails will be more clear for common users, rather than regex. But if regex is more preferable way, let me know about it.
As I have setup an alias for my gmail, so this is feature request. Can new command be added which will forword emails of particular alias to bot.
Also regex for filtering alias if multiple alias is present.
The text was updated successfully, but these errors were encountered: