| From: luminositi | Date Sent: 2010-03-10 10:00:17 |
| Subject: mbox export & Labels/Priorities | To: Mailsmith Talk |
| Navigation: First Message | Previous Message | Next Message | Last Message | |
Greetings,
I’ve been looking, so far in vain, for Mailsmith Label and
Priority tags in the mbox export (File> Export Mail...).
Are there any Applescripts available that export a Mailbox with
these settings intact --preferably as tab-separated-text-- to
help with experimentation? I found a reference to a “BareBones
flat-export script” but cannot find it.
Thanks
-Said Nuseibeh
--
You received this message because you are subscribed to the Google Groups "Mailsmith Talk" group.
To post to this group, send email to mailsmith-talk@[Protected]
To unsubscribe from this group, send email to mailsmith-talk+unsubscribe@[Protected]
For more options, visit this group at http://groups.google.com/group/mailsmith-talk?hl=en.
| From: Jason Davies | Date Sent: 2010-03-10 15:58:57 |
| Subject: Re: mbox export & Labels/Priorities | To: Mailsmith Talk |
| Navigation: First Message | Previous Message | Next Message | Last Message | |
On 10 Mar 2010, at 18:00, <luminositi@[Protected]> <luminositi@[Protected]> wrote:
>
> Are there any Applescripts available that export a Mailbox with these settings intact --preferably as tab-separated-text-- to help with experimentation? I found a reference to a “BareBones flat-export script” but cannot find it.
If you run this
tell application "Mailsmith"
activate
get properties of selection
end tell
when a message is selected, it will let you see what a message comprises of.. You would then have to create a new one with the properties you want (adding the labels etc as text). If you want something to customise, search for scripts to resend queued messages (I can't find a local copy) or resend with attachments (they're out there, from the days when resending didn't include the attachment or something...about ten years ago! Whatever it was, it was written by Christian Smith IIRC).
--
You received this message because you are subscribed to the Google Groups "Mailsmith Talk" group.
To post to this group, send email to mailsmith-talk@[Protected]
To unsubscribe from this group, send email to mailsmith-talk+unsubscribe@[Protected]
For more options, visit this group at http://groups.google.com/group/mailsmith-talk?hl=en.
| From: Jason Davies | Date Sent: 2010-03-10 15:59:45 |
| Subject: Re: mbox export & Labels/Priorities | To: Mailsmith Talk |
| Navigation: First Message | Previous Message | Next Message | Last Message | |
ps that script I included, run in Applescript Editor wth Result showing to see the output.
On 10 Mar 2010, at 18:00, <luminositi@[Protected]> <luminositi@[Protected]> wrote:
>
> Are there any Applescripts available that export a Mailbox with these settings intact --preferably as tab-separated-text-- to help with experimentation? I found a reference to a “BareBones flat-export script” but cannot find it.
--
You received this message because you are subscribed to the Google Groups "Mailsmith Talk" group.
To post to this group, send email to mailsmith-talk@[Protected]
To unsubscribe from this group, send email to mailsmith-talk+unsubscribe@[Protected]
For more options, visit this group at http://groups.google.com/group/mailsmith-talk?hl=en.