<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
div.plaintext { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4; }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
pre { margin-left: 15px; margin-right: 15px; padding: 5px; background-color: #F7F7F7; border-radius: 5px 5px 5px 5px; overflow-x: auto; max-width: 90vw; }
code { margin: 0; padding: 0 0.4em; border-radius: 3px; background-color: #F7F7F7; }
pre > code { padding: 0px; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<p dir="auto">On 13 Jun 2019, at 19:22, Billy Youdelman wrote:</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">Eric Sharakan wrote:<br>
</p>
<blockquote><p dir="auto">The subject pretty much says it all.  I've used the contextual menu item to place an account offline, yet if I specify the From address of an outgoing message to be from that offline account, MM still happily sends the message.<br>
<br>
It seems that should be blocked, with an appropriate error message.</p>
</blockquote></blockquote></div>
<div class="markdown">

<p dir="auto">Well, historically IMAP and SMTP are two completely different things, but this has changed over the years which is also reflected by the account settings window in MailMate. Some IMAP/SMTP providers are also kind of merging the concepts in various non-standard ways which is a known problem in MailMate (duplicate sent messages).</p>

<p dir="auto">I'm not sure about what most MailMate users would expect as default behavior, but MailMate does have an option for you:</p>

<pre><code>defaults write com.freron.MailMate MmDoNotSendFromOfflineAccounts -bool YES
</code></pre>

</div>
<div class="plaintext"><blockquote><p dir="auto">I don't think so.  It's nice to be able to use other addresses, which I do somewhat frequently.  A standards-observant user agent should, I believe, in this case insert a Sender header with one's actual address, but I don't think that's a major issue.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">MailMate does the exact same thing as if the IMAP account was online... (continuation below)</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">I have noticed (bearing in mind I'm running a now fairly old version of Mailmate) that 'sent' copies of messages from an offline account will at least sometimes get filed in the Sent Messages folder for that account, which can make things a bit messy if one relies on having those copies.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">...including saving a copy of the message in Sent Messages of the account. But given that it's not online, the message cannot be uploaded which could be a problem if the account is never online.</p>

</div>
<div class="plaintext"><blockquote><p dir="auto">I BCC myself, as that keeps everything in the same one place.</p>
</blockquote></div>
<div class="markdown">

<p dir="auto">Yes, that could be a workaround to get an online copy.</p>

<p dir="auto">-- <br>
Benny<br>
<a href="https://freron.com/become_a_mailmate_patron/">https://freron.com/become_a_mailmate_patron/</a></p>
</div>

</body>
</html>