3 Mar
2026
3 Mar
'26
2:02 p.m.
Hi there, bumping this message in case anybody could help.
To sum up I'm trying to extract headers and body of an EML attachment through a Sieve script, leveraging the extracttext extension. RFC5703 states that
The "extracttext" action may be used within the context of a "foreverypart" loop and is used to store text into a variable as defined by [RFC5229]. Servers MUST support transcoding of any textual body part into UTF-8 for use with this action.
However, in the example I gave, I only manage to extract the body while iterating over the message's parts.
Thanks!