8 Feb
2022
8 Feb
'22
3:09 p.m.
Is it possible with sieve to :
- get sender of an email
- lookup if this sender is present in an mailbox
- if the sender is known, change the subject of the email. if the sender is not known, do nothing.
- put/leave message in inbox.
or maybe use dictionary (not really familiar with this)
- get sender of an email
- lookup if this sender is present in an dictionary
- if the sender is known, change the subject of the email. if the sender is not known, do nothing.
- put/leave message in inbox.
But then I need something like
if message is dragged into a specific mailbox/folder
add sender to dictionary
if message is removed from a specific mailbox/folder
remove sender from dictionary