search for: tempattach

Displaying 1 result from an estimated 1 matches for "tempattach".

2019 Dec 26
0
Saving Attachments
...his, can I specify that for a single user account instead of for all my users? My other idea was to break out my old ripmime script that I wrote for procmail and do something in sieve like if anyof (header :contains [?content-type"] [ ?multiupart?, ?other types?]) { fileinto :create ?TempAttach?; } And then let ripmime loose on .TempAttach/new/ via a periodic cron job knowing the message would end up being filed in whatever default mailbox after the copy was dropped in the temp mail, but that doesn?t get me the added header with the link to the attachment without a lot of work. I...