Timo Sirainen wrote :FETCH BODY.PEEK[*.HEADER.FIELDS (...)] would be a nice addition.
what do you mean by BODY.PEEK[*.HEADER.FIELDS (...)] ? I can't see what is exactly missing.
Suppose you have a multipart/digest and want to fetch all the subject and from fields from the digest's individual entries: FETCH BODY.PEEK[*.HEADER.FIELDS (From Subject)].
But I had to think hard to find an example...
--Arnt