mail-in-a-box / mailinabox

Mail-in-a-Box helps individuals take back control of their email by defining a one-click, easy-to-deploy SMTP+everything else server: a mail server in a box.
https://mailinabox.email/
Creative Commons Zero v1.0 Universal
13.91k stars 1.43k forks source link

Mail alias generator #2094

Open Safranil opened 2 years ago

Safranil commented 2 years ago

Hi,

Is it possible to implement a "Firefox Relay" like functionality in Mail In A Box and allow users of the box to get anonymized/trash mail address?

kurucu commented 2 years ago

This is just creating an alias for yourself right, so you could do it through the admin panel easily? If you wanted to send from it too, then you just need to add the alias as a sender ID to roundcube or to your email client. Beyond that, for a more integrated experience, MAIB includes all the APIs necessary to do this - you just need to build an app/interface/extension around them!

kurucu commented 2 years ago

It's actually quite a nice idea to build a browser extension that takes your mail credentials and lets you generate relay (alias) addresses on the fly - but I wouldn't know where to start.

nomandera commented 2 years ago

Using the mailbox+random@example.com is not especially good match for this request but it has the advantage that it works as is.

I tend to use mailbox+shopOrSiteName@example.com for everything

Safranil commented 2 years ago

Yeah but some website refuse the email if it contains a + in it.

The extension is also a good idea.

Le lun. 21 févr. 2022 à 15:18, nomandera @.***> a écrit :

Using the @.*** is not especially good match for this request but it has the advantage that it works as is.

I tend to use @.*** for everything

— Reply to this email directly, view it on GitHub https://github.com/mail-in-a-box/mailinabox/issues/2094#issuecomment-1046928412, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDO3FVYVG2FUFMSMTID3KLU4JCUXANCNFSM5OJHWEBA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you authored the thread.Message ID: @.***>

Synchro commented 2 years ago

Oh, I know that - I'm the maintainer of this! (Though I've not bothered updating it for a long time)

nomandera commented 2 years ago

Yes this is very much true. I estimate about 2-3% of my attempts to use have been rejected due to bad mail validation checking.

I only suggest it as

kurucu commented 2 years ago

Using the mailbox+random@example.com is not especially good match for this request but it has the advantage that it works as is.

I tend to use mailbox+shopOrSiteName@example.com for everything

This would be my go-to, but I also find very few sites actually allow + to pass validation.

ALSO of course, you can't just delete the address to shut them off when they leak your address to spambots, whereas with an alias you can be as agile as you like.

kurucu commented 2 years ago

I've dropped a discussion here, trying to canvas interest in such a thing!

tdulcet commented 9 months ago

I am a Firefox add-on developer. This is a great idea and the extension would be easy to implement if there was sufficient interest. However, I think the Mail in a Box API would first need to be updated to no longer require an admin account, so that more people would be able to use it.