<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 23 Jul 2021, at 2:02, Christian Bailey via mailmate wrote:</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Bill, thank you, very helpful to learn that these field names are not “defined” by MailMate but rather whatever is used in the header.</p>
</blockquote>
<p dir="auto">There's also the <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">specifiers.plist</code> file in the MailMate application bundle. This kind of describes the available parsers for sub-parts of header values, e.g., <code style="background-color:#F7F7F7; border-radius:3px; margin:0; padding:0 0.4em" bgcolor="#F7F7F7">from.address</code>. It's also possible to create custom specifiers, but this is a pretty low-level “feature”.</p>
<p dir="auto">(Most of the specifiers are handled by regular expressions, but some have built-in parsers in MailMate for performance and robustness reasons -- a lot of bugs in some types of headers need to be handled.)</p>
<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">So I tested with the default ${#source.#name}/${#source.path} and attachments still save in the  “Default Downloads Folder”, not a Sub folder.</p>
<p dir="auto">Can anyone else reproduce? Is this a bug?</p>
</blockquote>
<p dir="auto">I'll note to check that this still works. A lot of code has been rewritten in the past year including code related to saving attachments.</p>
<p dir="auto">--<br>
Benny</p>

</div></div>
</body>
</html>