<div style="font-family: Helvetica; font-size: 13px;"></div><blockquote type="cite"><div style="font-family: Helvetica; font-size: 13px;">Since I rarely use the feature myself then I don't have a lot of</div><div style="font-family: Helvetica; font-size: 13px;"><div>experience with it, but wouldn't it work (to some extent) with [Power</div><div>Nap](<a href="http://support.apple.com/kb/HT5394" style="color: rgb(0, 106, 227);">http://support.apple.com/kb/HT5394</a>) enabled?</div></div></blockquote><div style="font-family: Helvetica; font-size: 13px;"><div></div><div>Not sure, I should test this, I do have a model that supports the Power Nap. From the list of things it does sound a bit like only software made by Apple is active using this feature, I’m not sure how they are opening up this functionality to other apps? Are they?</div><blockquote type="cite"><div></div></blockquote><blockquote type="cite"><blockquote type="cite"><div>Implementation with a server-side component would be ideal, but I?m</div><div>not sure how feasible that would be.</div></blockquote><div><br></div><div>I'm pretty sure I read about a server-side solution at some point (maybe</div><div>only a theoretical one), but I cannot seem to find that right now (my</div><div>brain tells me it was an SMTP extension, but my brain is never to be</div><div>trusted).</div><div><br></div><div>...googling one more time, because I'm stubborn...</div><div><br></div><div>I found it! Here is an [SMTP</div><div>extension](<a href="http://tools.ietf.org/html/rfc4865" style="color: rgb(0, 106, 227);">http://tools.ietf.org/html/rfc4865</a>) named ?SMTP Submission</div><div>Service Extension for Future Message Release?.</div><div><br></div><div>The bad news is that I do not know or have access to any SMTP servers</div><div>with support for this extension.</div></blockquote><div>That does sound interesting, but like you say, needs to be testable somewhere. This is something that I would have hoped made it into the standards already, since there are all kinds of services popping up (like boomerang for gmail) that handle these situations. But resolving it server-side by the actual mail server sounds much more elegant than some in-between solution. Oh well.</div><div></div><div><br></div><blockquote type="cite"><div></div></blockquote><blockquote type="cite"><blockquote type="cite"><div>On another note, I have an always turned on mac mini as a server, I</div><div>could install mailmate there and use screen sharing to send it from</div><div>there. That would be a hacky workaround, am I overseeing something</div><div>obvious or is that the way to go?</div></blockquote><div><br></div><div>Well, if you do that then you don't really need ?Send Later? in</div><div>MailMate. You need a reminder app to tell you when to send the message.</div></blockquote><div></div><div>Well, for some cases that could work. But for some emails I like to send them early in the morning so that it appears as one of the first new e-mails in the inbox when they open their email. However getting up early and doing that is less attractive. Or when working late and not wanting to send emails in the middle of the night, I’m not sure if that’s actually frowned upon, but in that case setting it to early morning and not having to deal with it would be great.</div><div><br></div><div></div><blockquote type="cite"><div>The only thing I can improve is that one instance of MailMate should be</div><div>able to send a message scheduled by another instance of MailMate, but</div><div>this is a tricky problem. Naively implemented, it would lead to the</div><div>message being sent twice if both machines are online...</div></blockquote><div></div></div>
                <div><div>Well in my case the one instance is always online, so if I can just offload it to that, that’d be great actually. I’m thinking the same could somehow be accomplished with bundles and some apple scripting, or some fudging around with the calendar and invoking scripts. But probably you have a less hacky idea.</div><div><br></div><div><br></div></div>
                 
                <p style="color: #A0A0A8;">On Friday 29 November 2013 at 18:00, mailmate-request@lists.freron.com wrote:</p>
                <blockquote type="cite" style="border-left-style:solid;border-width:1px;margin-left:0px;padding-left:10px;">
                    <span><div><div><div>Send mailmate mailing list submissions to</div><div>       <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></div><div><br></div><div>To subscribe or unsubscribe via the World Wide Web, visit</div><div>  <a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></div><div>or, via email, send a message with subject or body 'help' to</div><div>       <a href="mailto:mailmate-request@lists.freron.com">mailmate-request@lists.freron.com</a></div><div><br></div><div>You can reach the person managing the list at</div><div>      <a href="mailto:mailmate-owner@lists.freron.com">mailmate-owner@lists.freron.com</a></div><div><br></div><div>When replying, please edit your Subject line so it is more specific</div><div>than "Re: Contents of mailmate digest..."</div><div><br></div><div><br></div><div>Today's Topics:</div><div><br></div><div>   1. send later (Joris Hoogeboom)</div><div>   2. Re: Reply to selection of text (Jacques)</div><div>   3. Re: Reply to selection of text (Jacques)</div><div>   4. Re: Reply to selection of text (A.J. Colianni)</div><div>   5. Re: send later (Benny Kj?r Nielsen)</div><div>   6. Re: Reply to selection of text (Benny Kj?r Nielsen)</div><div>   7. Re: Reply to selection of text (Benny Kj?r Nielsen)</div><div><br></div><div><br></div><div>----------------------------------------------------------------------</div><div><br></div><div>Message: 1</div><div>Date: Thu, 28 Nov 2013 18:06:25 +0100</div><div>From: Joris Hoogeboom <<a href="mailto:jorishoogeboom@gmail.com">jorishoogeboom@gmail.com</a>></div><div>To: <a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></div><div>Subject: [MlMt] send later</div><div>Message-ID: <<a href="mailto:etPan.52977811.49c9de76.1b0@Joriss-MacBook-Pro.local">etPan.52977811.49c9de76.1b0@Joriss-MacBook-Pro.local</a>></div><div>Content-Type: text/plain; charset="utf-8"</div><div><br></div><div>As far as I understand the send later feature is done locally, meaning that if the machine is turned off it doesn?t work.</div><div><br></div><div>Is there any way to make this more robust? I can?t leave my laptop on all the time worrying there might be some message scheduled.</div><div><br></div><div>Implementation with a server-side component would be ideal, but I?m not sure how feasible that would be.</div><div><br></div><div>On another note, I have an always turned on mac mini as a server, I could install mailmate there and use screen sharing to send it from there. That would be a hacky workaround, am I overseeing something obvious or is that the way to go?</div><div>-------------- next part --------------</div><div>An HTML attachment was scrubbed...</div><div>URL: <<a href="http://lists.freron.com/pipermail/mailmate/attachments/20131128/f5e91e56/attachment-0001.html">http://lists.freron.com/pipermail/mailmate/attachments/20131128/f5e91e56/attachment-0001.html</a>></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 2</div><div>Date: Thu, 28 Nov 2013 10:41:14 -0700</div><div>From: Jacques <<a href="mailto:jakimo@gmail.com">jakimo@gmail.com</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] Reply to selection of text</div><div>Message-ID: <<a href="mailto:12CFBFB0-A882-4257-917C-1A8858291CDE@gmail.com">12CFBFB0-A882-4257-917C-1A8858291CDE@gmail.com</a>></div><div>Content-Type: text/plain; charset=utf-8; format=flowed</div><div><br></div><div>On 28 Nov 2013, at 2:48, Benny Kj?r Nielsen wrote:</div><div><br></div><blockquote type="cite"><div><div>On 28 Nov 2013, at 1:09, Jacques wrote:</div><div><br></div><blockquote type="cite"><div><div>There were two paragraphs, a list of a few things denoted by the </div><div>number with a ) symbol afterwards then one more paragraph. Oddly, </div><div>some of it interpreted to MM as indenting to a separate thread.</div><div><br></div><div>Do you need me to forward you the email to take a look to see why it </div><div>interpreted this way?</div></div></blockquote><div><br></div><div>Did you see my other message in this thread about a new test version: </div><div>Hold down ? when clicking ?Check Now? in the Software Update </div><div>preferences pane (r3866).</div><div><br></div><div>I've changed how a selection is converted to plain text (Markdown). If </div><div>it still does not work well for you then send me an example message </div><div>off-list.</div></div></blockquote><div><br></div><div>Yes. I found a glitch, too. If you don't select any text replies are </div><div>just blank. When I went to toggle in Composer preferences to turn Reply </div><div>to text selection only and the put it BACK, it now grabs the whole </div><div>message if nothing is selected. So that fixed it..</div><div><br></div><div>As far as the example, I'll send it to you soon.</div><div><br></div><div>thanks, happy turkey from USA Benny =)</div><div><br></div><div>-</div><div>Jacques</div><div>via Mac</div><div><br></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 3</div><div>Date: Thu, 28 Nov 2013 10:48:36 -0700</div><div>From: Jacques <<a href="mailto:jakimo@gmail.com">jakimo@gmail.com</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] Reply to selection of text</div><div>Message-ID: <<a href="mailto:B3C5B7C0-B6C4-4790-A861-60F83C1327A5@gmail.com">B3C5B7C0-B6C4-4790-A861-60F83C1327A5@gmail.com</a>></div><div>Content-Type: text/plain; format=flowed</div><div><br></div><div>On 28 Nov 2013, at 10:41, Jacques wrote:</div><div><br></div><blockquote type="cite"><div><div>Yes. I found a glitch, too. If you don't select any text replies are </div><div>just blank. When I went to toggle in Composer preferences to turn </div><div>Reply to text selection only and the put it BACK, it now grabs the </div><div>whole message if nothing is selected. So that fixed it..</div></div></blockquote><div><br></div><div>Actually, the same glitch is still happening to other emails as I go </div><div>through my morning mail.</div><div><br></div><div>Anyone else seeing this?</div><div><br></div><div>-</div><div>Jacques</div><div>via Mac</div><div><br></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 4</div><div>Date: Thu, 28 Nov 2013 12:15:45 -0600</div><div>From: "A.J. Colianni" <<a href="mailto:aj@colianni.net">aj@colianni.net</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] Reply to selection of text</div><div>Message-ID: <<a href="mailto:36C4B1B4-EE72-44E5-ACE3-91FBDFA24054@colianni.net">36C4B1B4-EE72-44E5-ACE3-91FBDFA24054@colianni.net</a>></div><div>Content-Type: text/plain; charset="us-ascii"</div><div><br></div><div>On 28 Nov 2013, at 11:48, Jacques wrote:</div><div><br></div><blockquote type="cite"><div>Actually, the same glitch is still happening to other emails as I go through my morning mail. Anyone else seeing this?</div></blockquote><div><br></div><div>Yep, I'm seeing this behavior as well. I've figured out something:</div><div><br></div><div>If the current selection is the *message in the message list*, and you make a reply, it will select the entire message to quote.</div><div><br></div><div>If the current selection is the message itself (one click in the message area, the selection bar will be grey in the message list) you'll get a blank reply.</div><div><br></div><div>If you select some text in the message window, you'll get that text quoted in your reply.</div><div><br></div><div>Hope that helps and that I explained that clearly.</div><div><br></div><div>Best wishes,</div><div>A.J.</div><div><br></div><div><br></div><div>--</div><div>A.J. Colianni</div><div><a href="mailto:aj@colianni.net">aj@colianni.net</a></div><div>-------------- next part --------------</div><div>A non-text attachment was scrubbed...</div><div>Name: signature.asc</div><div>Type: application/pgp-signature</div><div>Size: 1575 bytes</div><div>Desc: OpenPGP digital signature</div><div>URL: <<a href="http://lists.freron.com/pipermail/mailmate/attachments/20131128/5ba0dfb7/attachment-0001.pgp">http://lists.freron.com/pipermail/mailmate/attachments/20131128/5ba0dfb7/attachment-0001.pgp</a>></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 5</div><div>Date: Fri, 29 Nov 2013 11:17:23 +0100</div><div>From: "Benny Kj?r Nielsen" <<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] send later</div><div>Message-ID: <<a href="mailto:9BD934E2-ED49-487C-9B47-291973A36911@freron.com">9BD934E2-ED49-487C-9B47-291973A36911@freron.com</a>></div><div>Content-Type: text/plain; charset="utf-8"; Format="flowed"</div><div><br></div><div>On 28 Nov 2013, at 18:06, Joris Hoogeboom wrote:</div><div><br></div><blockquote type="cite"><div><div>As far as I understand the send later feature is done locally, meaning </div><div>that if the machine is turned off it doesn?t work.</div></div></blockquote><div><br></div><div>That is correct.</div><div><br></div><blockquote type="cite"><div><div>Is there any way to make this more robust? I can?t leave my laptop </div><div>on all the time worrying there might be some message scheduled.</div></div></blockquote><div><br></div><div>Since I rarely use the feature myself then I don't have a lot of </div><div>experience with it, but wouldn't it work (to some extent) with [Power </div><div>Nap](<a href="http://support.apple.com/kb/HT5394">http://support.apple.com/kb/HT5394</a>) enabled?</div><div><br></div><blockquote type="cite"><div><div>Implementation with a server-side component would be ideal, but I?m </div><div>not sure how feasible that would be.</div></div></blockquote><div><br></div><div>I'm pretty sure I read about a server-side solution at some point (maybe </div><div>only a theoretical one), but I cannot seem to find that right now (my </div><div>brain tells me it was an SMTP extension, but my brain is never to be </div><div>trusted).</div><div><br></div><div>...googling one more time, because I'm stubborn...</div><div><br></div><div>I found it! Here is an [SMTP </div><div>extension](<a href="http://tools.ietf.org/html/rfc4865">http://tools.ietf.org/html/rfc4865</a>) named ?SMTP Submission </div><div>Service Extension for Future Message Release?.</div><div><br></div><div>The bad news is that I do not know or have access to any SMTP servers </div><div>with support for this extension.</div><div><br></div><blockquote type="cite"><div><div>On another note, I have an always turned on mac mini as a server, I </div><div>could install mailmate there and use screen sharing to send it from </div><div>there. That would be a hacky workaround, am I overseeing something </div><div>obvious or is that the way to go?</div></div></blockquote><div><br></div><div>Well, if you do that then you don't really need ?Send Later? in </div><div>MailMate. You need a reminder app to tell you when to send the message.</div><div><br></div><div>The only thing I can improve is that one instance of MailMate should be </div><div>able to send a message scheduled by another instance of MailMate, but </div><div>this is a tricky problem. Naively implemented, it would lead to the </div><div>message being sent twice if both machines are online...</div><div><br></div><div>-- </div><div>Benny</div><div>-------------- next part --------------</div><div>An HTML attachment was scrubbed...</div><div>URL: <<a href="http://lists.freron.com/pipermail/mailmate/attachments/20131129/2e9d4093/attachment-0001.html">http://lists.freron.com/pipermail/mailmate/attachments/20131129/2e9d4093/attachment-0001.html</a>></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 6</div><div>Date: Fri, 29 Nov 2013 11:30:24 +0100</div><div>From: "Benny Kj?r Nielsen" <<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] Reply to selection of text</div><div>Message-ID: <<a href="mailto:F9ECCFC8-E1DB-4DBD-85D8-1F59D34CBA23@freron.com">F9ECCFC8-E1DB-4DBD-85D8-1F59D34CBA23@freron.com</a>></div><div>Content-Type: text/plain; format=flowed</div><div><br></div><div>On 28 Nov 2013, at 18:41, Jacques wrote:</div><div><br></div><blockquote type="cite"><div><blockquote type="cite"><div><div>I've changed how a selection is converted to plain text (Markdown). </div><div>If it still does not work well for you then send me an example </div><div>message off-list.</div></div></blockquote><div><br></div><div>Yes. I found a glitch, too. If you don't select any text replies are </div><div>just blank. When I went to toggle in Composer preferences to turn </div><div>Reply to text selection only and the put it BACK, it now grabs the </div><div>whole message if nothing is selected. So that fixed it..</div></div></blockquote><div><br></div><div>Thanks for the feedback. I can reproduce the blank reply. I'll look into </div><div>it. (It appears to now be more buggy than ever. Sorry about that.)</div><div><br></div><div>-- </div><div>Benny</div><div><br></div><div><br></div><div>------------------------------</div><div><br></div><div>Message: 7</div><div>Date: Fri, 29 Nov 2013 16:28:09 +0100</div><div>From: "Benny Kj?r Nielsen" <<a href="mailto:mailinglist@freron.com">mailinglist@freron.com</a>></div><div>To: "MailMate Users" <<a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a>></div><div>Subject: Re: [MlMt] Reply to selection of text</div><div>Message-ID: <<a href="mailto:15E5EE5B-F30F-4BF8-BB52-6448CFEA3A7A@freron.com">15E5EE5B-F30F-4BF8-BB52-6448CFEA3A7A@freron.com</a>></div><div>Content-Type: text/plain; charset=utf-8; format=flowed</div><div><br></div><div>On 29 Nov 2013, at 11:30, Benny Kj?r Nielsen wrote:</div><div><br></div><blockquote type="cite"><div><div>On 28 Nov 2013, at 18:41, Jacques wrote:</div><div><br></div><blockquote type="cite"><div><div>Yes. I found a glitch, too. If you don't select any text replies are </div><div>just blank. When I went to toggle in Composer preferences to turn </div><div>Reply to text selection only and the put it BACK, it now grabs the </div><div>whole message if nothing is selected. So that fixed it..</div></div></blockquote><div><br></div><div>Thanks for the feedback. I can reproduce the blank reply. I'll look </div><div>into it. (It appears to now be more buggy than ever. Sorry about </div><div>that.)</div></div></blockquote><div><br></div><div>The latest test version should be slightly better (no blank replies).</div><div><br></div><div>-- </div><div>Benny</div><div><br></div><div><br></div><div>------------------------------</div><div><br></div><div>_______________________________________________</div><div>mailmate mailing list</div><div><a href="mailto:mailmate@lists.freron.com">mailmate@lists.freron.com</a></div><div><a href="http://lists.freron.com/listinfo/mailmate">http://lists.freron.com/listinfo/mailmate</a></div><div><br></div><div><br></div><div>End of mailmate Digest, Vol 32, Issue 46</div><div>****************************************</div></div></div></span>
                 
                 
                 
                 
                </blockquote>
                 
                <div>
                    <br>
                </div>