Anonymous
My feedback
16 results found
-
293 votes
Anonymous
shared this idea
·
-
198 votes
Anonymous
supported this idea
·
-
1,885 votes
-
351 votes
https://protonvpn.com/support/linux-beta
Anonymous
supported this idea
·
-
2 votes
Anonymous
shared this idea
·
-
1,529 votes
Anonymous
supported this idea
·
-
3 votes
Anonymous
shared this idea
·
-
216 votes
Anonymous
supported this idea
·
-
27 votes
Anonymous
supported this idea
·
-
45 votes
Anonymous
supported this idea
·
An error occurred while saving the comment -
5 votes
Anonymous
shared this idea
·
-
182 votes
Anonymous
supported this idea
·
-
551 votes
Anonymous
supported this idea
·
-
334 votes
Hi everyone, this one is under consideration, pending anti-spam measures we might need to take.
Anonymous
supported this idea
·
-
137 votes
Anonymous
supported this idea
·
-
169 votes
Anonymous
supported this idea
·
I generate hide my email aliases for almost everything now
* newsletters, generic accounts I'm not attached to
* important accounts like utility provider
I would like an easy way to identify aliases that are important and be able to filter emails sent to those aliases.
The current approach works but is cumbersome. In Proton Pass configure a new mailbox that aliases could be forwarded to. I chose: my-address+papertrail@proton.me
Then, for important email aliases, forward them to "my-address+papertrail@proton.me".
In Proton Mail, use the filter UI to send any email sent to "+papertrail@proton.me" to a folder.
Next step: edit the filter with Sieve and add "X-Original-To" to the list of headers to match on. The condition then looks like
if anyof (address :all :comparator "i;unicode-casemap" :matches ["To", "Cc", "Bcc", "X-Original-To"] "*+papertrail@proton.me")
It works, but setting it up is cumbersome.