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
This is a Email Filter that is connected once to email server, like gmail that can analyze the email and on that analysis it will send the mail to spam folder of the mail. This is tool is tested on Gmail.com. And it is currectly under development.
A simple ActionMailer 'trapper' that blocks outgoing emails and redirect them to a specified recipient. Typically convenient for preventing accidental emails sent from staging servers.
Connects using IMAP to a email adress, search for emails, and depending on the sender and the subject, exports those infos to a CSV file. Also move those analysed email into another folder.