Need Applescript to apply stationery in mail.app

Hi all,
I need help to make an applescript that will apply a selected stationery to a new message window that is already open in mail.app. Can anyone please assist? Thanks a ton!
Ultimately, I have a filemaker db that is going to have a button scripted to open a new message to a contact but I can't figure out how to then add the stationery to the message...

I know it sounds very similar, but if you want Gmail to function in Mail.app like it does in Gmail, where you archive most but not all of your mail, there are some unique settings.
Gmail's recommended settings for Mail.app:
(note: for the rest of this message, if Gmail is a link, that's because I can't figure out how to not make hard-brackets not evoke some kind of special message board code.)
Trash:
Move deleted messages to the Trash mailbox > do NOT check
Store deleted messages on the server > do NOT check
* Do NOT save deleted messages on the server. Messages that are deleted from an IMAP folder (except for those in [Gmail]/Spam or [Gmail]/Trash) only have that label removed and still exist in All Mail. Hence, your client doesn't need to store an extra copy of a deleted message.
* Do NOT save deleted messages to your [Gmail]/Trash folder because this will delete a message in all folders.
* Do NOT save deleted messages to your [Gmail]/All Mail folder as some clients will try to empty this folder and ultimately fail. This can lead to delayed mail access or excessive battery consumption on a mobile device.
I can't try your script just now (at work), but I will try it once I get home. It looks like it should work in the most basic scenario.
If I wanted to filter the messages to go into the account specific Trash mailbox, is that a trivial process? Could I:
tell application "Mail"
set theMessages to (get selection)
set theAccount to (get account of theMessages)
move theMessages to mailbox "Trash" of "[Gmail]" of account "theAccount"
end tell
That's just my guess at what the Applescript might look like.
Thanks for all your help.

Similar Messages

  • Need a spam killer for the Mail app

    I am very disappointe hwo the Mail app handles spams so I would like to hear suggestions
    on a Spam Killer app that you have good experience with
    Junk It boast to tracks messages and keeps score of who offends you the most.
    That seems to me a nice feature
    Other features I would like:
    -spam mails should bounce back to the spammer
    -a log who are those spammers and to send complaint automatically the the internet provider
    What other features are useful ?

    I've found SpamSieve to be very effective in catching spam.
    I would also like that the mails bounce back to the spammer
    Please, never bounce spam. Most spam has forged 'From' addresses so all you are doing is sending yet more spam to totally innocent people (who are probably already getting a lot of bounces because of this) and making a bad situation worse. Even if the 'From' address is genuine, I very much doubt any spammer is going to remove your address from a huge list  (they certainly would get a lot of bounces from actually dead addresses) - and in any case they can probably tell it's not a genuine bounce easily enough, so now you've just confirmed that your address works. Don't bounce it - just delete and forget.
    I need a log who are those spammers and to send complaint automatically the the internet provider
    This is the same thing - most spam has forged 'From' addresses using innocent parties' addresses so all you are doing is making things worse for them when they are probably already getting a lot of bounced spam.

  • Need help. Can't open Mail.app since upgrading to Yosemite

    The app just crashes on launch. it is configured to work with Exchange. The error message I got is as follows:
    Process:               Mail [791]
    Path:                  /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:            com.apple.mail
    Version:               8.0 (1990.1)
    Build Info:            Mail-1990001000000000~3
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Mail [791]
    User ID:               502
    Date/Time:             2014-10-17 14:59:20.250 -0700
    OS Version:            Mac OS X 10.10 (14A389)
    Report Version:        11
    Anonymous UUID:        1BEADE61-B20A-1B47-16EA-E7CD64B9346E
    Time Awake Since Boot: 650 seconds
    Crashed Thread:        15  Dispatch queue: NSOperationQueue 0x6080002249a0 :: NSOperation 0x608000296a80 (QOS: LEGACY)
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       EXC_I386_GPFLT
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff849fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff849f969f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff905f0b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff905effdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff905ef838 CFRunLoopRunSpecific + 296
    5   com.apple.HIToolbox           0x00007fff901a343f RunCurrentEventLoopInMode + 235
    6   com.apple.HIToolbox           0x00007fff901a31ba ReceiveNextEventCommon + 431
    7   com.apple.HIToolbox           0x00007fff901a2ffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    8   com.apple.AppKit               0x00007fff835ad821 _DPSNextEvent + 964
    9   com.apple.AppKit               0x00007fff835acfd0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    10  com.apple.AppKit               0x00007fff835a0f73 -[NSApplication run] + 594
    11  com.apple.AppKit               0x00007fff8358c424 NSApplicationMain + 1832
    12  libdyld.dylib                 0x00007fff8806d5c9 start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff84a0022e kevent64 + 10
    1   libdispatch.dylib             0x00007fff8ce80a6a _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: NSOperationQueue 0x608000222fa0 :: NSOperation 0x6000008422e0 (QOS: UTILITY)
    0   com.apple.CoreFoundation       0x00007fff9060b700 -[__NSDictionaryM mutableCopyWithZone:] + 208
    1   com.apple.Mail.framework       0x00007fff9176885c -[MFIMAPAccount _infoForMatchingURL:] + 277
    2   com.apple.Mail.framework       0x00007fff9180c5de +[MFMailAccount infoForURL:] + 129
    3   com.apple.Mail.framework       0x00007fff9180c91b +[MFMailAccount mailboxForURL:forceCreation:syncableURL:] + 366
    4   com.apple.Mail.framework       0x00007fff91823458 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke_2 + 68
    5   com.apple.CoreFoundation       0x00007fff9060aea6 __65-[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:]_block_invoke + 102
    6   com.apple.CoreFoundation       0x00007fff9060adb9 -[__NSDictionaryM enumerateKeysAndObjectsWithOptions:usingBlock:] + 217
    7   com.apple.Mail.framework       0x00007fff918233a6 __43+[MFMailbox queueUpdateCountsForMailboxes:]_block_invoke + 275
    8   com.apple.Foundation           0x00007fff84cf02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    9   com.apple.Foundation           0x00007fff84bdc905 -[NSBlockOperation main] + 97
    10  com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    11  com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    12  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    13  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    14  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    15  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    16  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    17  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    18  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 3:: Dispatch queue: MFEWSAccountRequestResponseQueue :: NSOperation 0x610000488110 (QOS: LEGACY)
    0   com.apple.CoreFoundation       0x00007fff905a641f CFNumberGetValue + 239
    1   com.apple.CoreFoundation       0x00007fff90602f06 -[__NSCFNumber unsignedLongValue] + 22
    2   com.apple.ExchangeWebServices 0x00007fff8d8cb4d1 -[EWSDisposalTypeDefinition stringFromValue:] + 20
    3   com.apple.ExchangeWebServices 0x00007fff8d8e4059 -[SOAPDocument(Internal) _XMLAttributesStringWithComplexType:options:appendingToString:] + 606
    4   com.apple.ExchangeWebServices 0x00007fff8d8e4e80 -[SOAPDocument(Internal) _XMLStringWithComplexType:options:appendingToString:] + 3185
    5   com.apple.ExchangeWebServices 0x00007fff8d8e4b9b -[SOAPDocument(Internal) _XMLStringWithComplexType:options:appendingToString:] + 2444
    6   com.apple.ExchangeWebServices 0x00007fff8d8e3c02 -[SOAPDocument XMLStringWithOptions:] + 63
    7   com.apple.ExchangeWebServices 0x00007fff8d8e2ebd -[SOAPBaseDocument XMLDataWithOptions:] + 22
    8   com.apple.ExchangeWebServices 0x00007fff8d8e7abe -[SOAPRequest _newURLRequest] + 207
    9   com.apple.ExchangeWebServices 0x00007fff8d8e75d8 -[SOAPRequest sendSynchronously:] + 201
    10  com.apple.ExchangeWebServices 0x00007fff8d8ccbb4 -[EWSExchangeServiceBinding _sendSynchronousMessage:withTimeout:error:] + 89
    11  com.apple.Mail.framework       0x00007fff9171b96b -[MFEWSConnection _sendMessage:error:] + 406
    12  com.apple.Mail.framework       0x00007fff9171afc6 -[MFEWSConnection sendMessage:forRequest:] + 96
    13  com.apple.Mail.framework       0x00007fff91727c6b -[MFEWSGateway sendMessage:forRequest:] + 128
    14  com.apple.Mail.framework       0x00007fff917433a7 -[MFEWSRequestOperation executeOperation] + 178
    15  com.apple.MailCore             0x00007fff8a42454e -[MCMonitoredOperation main] + 234
    16  com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    17  com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    18  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    19  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    20  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    21  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    22  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    23  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    24  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 4:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff849fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff849f969f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff905f0b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff905effdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff905ef838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff826b3e90 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff84c1bb7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff849ff3f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff849fa52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff849f969f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff905f0b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff905effdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff905ef838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff837108f7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 7:: JavaScriptCore::BlockFree
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d2d4 JSC::BlockAllocator::blockFreeingThreadMain() + 228
    3   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    4   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 8:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 9:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 10:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 11:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 12:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 13:: JavaScriptCore::Marking
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   libc++.1.dylib                 0x00007fff9047fc95 std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47
    2   com.apple.JavaScriptCore       0x00007fff8795d86b JSC::GCThread::waitForNextPhase() + 171
    3   com.apple.JavaScriptCore       0x00007fff8795d6c8 JSC::GCThread::gcThreadMain() + 88
    4   com.apple.JavaScriptCore       0x00007fff87952a9f ***::wtfThreadEntryPoint(void*) + 15
    5   libsystem_pthread.dylib       0x00007fff84f642fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff84f64279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff84f624b1 thread_start + 13
    Thread 14:: -[MFEWSAccount _synchronizeAccountWithServerHighPriority:]  Dispatch queue: NSOperationQueue 0x60000024dc80 :: NSOperation 0x61800005f0b0 (QOS: LEGACY)
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff84c207ae -[__NSOperationInternal _waitUntilFinished:] + 131
    2   com.apple.Mail.framework       0x00007fff91710342 -[MFEWSAccount _synchronizeMailboxesSynchronously] + 967
    3   com.apple.Mail.framework       0x00007fff918a4300 -[MFRemoteStoreAccount _synchronizeAccountWithServerHighPriority:] + 1348
    4   com.apple.CoreFoundation       0x00007fff905b933c __invoking___ + 140
    5   com.apple.CoreFoundation       0x00007fff905b9192 -[NSInvocation invoke] + 290
    6   com.apple.MailCore             0x00007fff8a42408c -[MCMonitoredInvocation invoke] + 242
    7   com.apple.MailCore             0x00007fff8a44e194 -[MCThrowingInvocationOperation main] + 48
    8   com.apple.MailCore             0x00007fff8a3d66cd -[_MCInvocationOperation main] + 426
    9   com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    10  com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    11  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    12  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    13  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    14  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    15  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    16  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    17  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 15 Crashed:: Dispatch queue: NSOperationQueue 0x6080002249a0 :: NSOperation 0x608000296a80 (QOS: LEGACY)
    0   libobjc.A.dylib               0x00007fff84fa66e4 objc_retain + 20
    1   com.apple.Mail.framework       0x00007fff91748da5 -[MFEWSStore updateWithSyncState:newMessages:updatedMessages:updatedLibraryIdStrings:deleted Messages:flagChanges:] + 1130
    2   com.apple.Mail.framework       0x00007fff917369b1 -[MFEWSLibraryUpdateOperation executeOperation] + 2863
    3   com.apple.MailCore             0x00007fff8a42454e -[MCMonitoredOperation main] + 234
    4   com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    5   com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    6   libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    7   libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    8   libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    9   libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    10  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    11  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    12  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 16:: Dispatch queue: NSOperationQueue 0x60800022e440 :: NSOperation 0x608000a6fe40 (QOS: LEGACY)
    0   libsystem_kernel.dylib         0x00007fff849ff132 __psynch_cvwait + 10
    1   com.apple.Foundation           0x00007fff84c207ae -[__NSOperationInternal _waitUntilFinished:] + 131
    2   com.apple.Mail.framework       0x00007fff9172b584 -[MFEWSGateway syncFolderItemsFromFolderIdString:syncState:forStore:] + 1445
    3   com.apple.Mail.framework       0x00007fff91749765 -[MFEWSStore _fetchChangesFromServer] + 514
    4   com.apple.Mail.framework       0x00007fff91710438 __50-[MFEWSAccount _synchronizeMailboxesSynchronously]_block_invoke + 177
    5   com.apple.Foundation           0x00007fff84cf02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    6   com.apple.Foundation           0x00007fff84bdc905 -[NSBlockOperation main] + 97
    7   com.apple.MailCore             0x00007fff8a44deb6 -[MCTaskOperation main] + 862
    8   com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    9   com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    10  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    11  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    12  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    13  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    14  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    15  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    16  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 17:: Dispatch queue: NSOperationQueue 0x61800062f620 :: NSOperation 0x61800005c8f0 (QOS: UTILITY)
    0   libsystem_kernel.dylib         0x00007fff849fefc6 __open + 10
    1   com.apple.CoreFoundation       0x00007fff905d6b31 _CFStreamOpen + 145
    2   com.apple.CoreFoundation       0x00007fff9062ff9f CFReadStreamOpen + 95
    3   com.apple.LaunchServices       0x00007fff9092a2e5 _LSCopyBundleStringsForLocale + 85
    4   com.apple.LaunchServices       0x00007fff909dcc2f _LSCopyBundleStringDictionariesForLocales + 141
    5   com.apple.LaunchServices       0x00007fff90995e43 _LSBundleCopyStringDictionaryForKey + 457
    6   com.apple.LaunchServices       0x00007fff9099a826 _LSCopyNodeAttribute_DisplayKindLocalizationDictionary(LSNodeAttributeStateCach e*) + 110
    7   com.apple.LaunchServices       0x00007fff9099833f _LSCopyNodeAttributes + 377
    8   com.apple.LaunchServices       0x00007fff9099f2c3 _LSCopyItemAttributesForRefInfoWithOptionsCommon(LSExtendedFSRefInfo const*, unsigned int, __CFArray const*, unsigned int, __CFDictionary const**) + 367
    9   com.apple.LaunchServices       0x00007fff90925d43 _LSCopyItemAttributeForRefInfoWithOptions + 129
    10  com.apple.LaunchServices       0x00007fff90925c3e prepareAttributeValueForKey(__CFURL const*, __FileCache*, __CFString const*, void const**, __CFError**) + 178
    11  com.apple.LaunchServices       0x00007fff909dada6 prepareLocalizedTypeDescriptionDictionaryValue(__CFURL const*, __FileCache*, __CFError**) + 79
    12  com.apple.LaunchServices       0x00007fff9091ec46 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53
    13  com.apple.CoreServicesInternal 0x00007fff8af3a74f prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227
    14  com.apple.CoreServicesInternal 0x00007fff8af3861d _FSURLCopyResourcePropertiesForKeysInternal(__CFURL const*, __CFArray const*, void*, __CFError**, unsigned char) + 1042
    15  com.apple.CoreFoundation       0x00007fff905ff9f1 CFURLCopyResourcePropertiesForKeys + 113
    16  com.apple.Metadata             0x00007fff8ccdef75 _MDSetMailMessageAttributesAtTime + 3209
    17  com.apple.Foundation           0x00007fff84cf02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    18  com.apple.Foundation           0x00007fff84bdc905 -[NSBlockOperation main] + 97
    19  com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    20  com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    21  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    22  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    23  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    24  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    25  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    26  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    27  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 18:: Dispatch queue: MFLibrary notification serialization queue :: NSOperation 0x61800005ca10 (QOS: LEGACY)
    0   libobjc.A.dylib               0x00007fff84fa3c5c search_method_list(method_list_t const*, objc_selector*) + 62
    1   libobjc.A.dylib               0x00007fff84fb3b7d getMethodNoSuper_nolock(objc_class*, objc_selector*) + 59
    2   libobjc.A.dylib               0x00007fff84fa7a09 class_getInstanceMethod + 75
    3   com.apple.Foundation           0x00007fff84c0c740 -[NSKeyValueUndefinedGetter initWithContainerClassID:key:containerIsa:] + 64
    4   com.apple.Foundation           0x00007fff84c0c690 +[NSObject(NSKeyValueCodingPrivate) _createValuePrimitiveGetterWithContainerClassID:key:] + 537
    5   com.apple.CoreData             0x00007fff8cedcd27 _resolveForSelectorAndType + 215
    6   com.apple.CoreData             0x00007fff8cedcc40 _kvcPropertysPrimitiveGetters + 48
    7   com.apple.CoreData             0x00007fff8cedc0ad +[NSManagedObject(_PFDynamicAccessorsAndPropertySupport) resolveInstanceMethod:] + 6333
    8   libobjc.A.dylib               0x00007fff84fae844 _class_resolveInstanceMethod(objc_class*, objc_selector*, objc_object*) + 80
    9   libobjc.A.dylib               0x00007fff84fb39cf lookUpImpOrForward + 228
    10  libobjc.A.dylib               0x00007fff84f9f1ac objc_msgSend + 236
    11  com.apple.AddressBook.framework 0x00007fff8ff464af -[ABCDRecord nts_SingleValueForProperty:] + 129
    12  com.apple.AddressBook.framework 0x00007fff8ff46189 -[ABCDRecord nts_ValueForProperty:record:] + 362
    13  com.apple.AddressBook.framework 0x00007fff8ff45eed -[ABRecord nts_ValueForProperty:] + 50
    14  com.apple.AddressBook.framework 0x00007fff8ff3458e __55-[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:]_block_invoke + 16
    15  com.apple.CoreFoundation       0x00007fff90615516 __53-[__NSArrayI enumerateObjectsWithOptions:usingBlock:]_block_invoke + 70
    16  com.apple.CoreFoundation       0x00007fff90615449 -[__NSArrayI enumerateObjectsWithOptions:usingBlock:] + 297
    17  com.apple.AddressBook.framework 0x00007fff8ff34564 -[NSArray(ABArrayAdditions) abArrayWithResultsOfBlock:] + 168
    18  com.apple.AddressBook.framework 0x00007fff8ff344a6 -[NSArray(ABArrayAdditions) _abMap:] + 91
    19  com.apple.AddressBook.framework 0x00007fff8ff7021c -[ABAddressBook nts_meUniqueIdsFromInfos:] + 82
    20  com.apple.AddressBook.framework 0x00007fff8ff707f2 -[ABAddressBook nts_meInDefaultAccount] + 27
    21  com.apple.AddressBook.framework 0x00007fff8ff707b5 -[ABAddressBook nts_Me] + 53
    22  com.apple.AddressBook.framework 0x00007fff8ffa6cec -[ABAddressBook me] + 55
    23  com.apple.mail                 0x0000000103d67dd2 0x103cc6000 + 662994
    24  com.apple.mail                 0x0000000103d2e7e5 0x103cc6000 + 428005
    25  com.apple.CoreFoundation       0x00007fff9069ccbc __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    26  com.apple.CoreFoundation       0x00007fff9058e1b4 _CFXNotificationPost + 3140
    27  com.apple.Foundation           0x00007fff84bb5ea1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
    28  ca.indev.MailActOn             0x000000010a3a0308 -[NSNotificationCenter__MAO postNotificationName:object:userInfo:] + 152
    29  ca.indev.MailActOn             0x000000010a3a0263 -[NSNotificationCenter__MAO postNotification:] + 131
    30  com.apple.Mail.framework       0x00007fff91867766 -[MFMessageStore messagesWereAdded:conversationsMembers:duringOpen:options:] + 343
    31  com.apple.Mail.framework       0x00007fff917d732c -[MFLibraryStore messagesWereAdded:conversationsMembers:duringOpen:options:] + 151
    32  com.apple.Mail.framework       0x00007fff917d725d -[MFLibraryStore _messagesAddedToLibrary:] + 460
    33  com.apple.Mail.framework       0x00007fff917b74e2 __44+[MFLibrary queueMessagesAddedNotification:]_block_invoke + 319
    34  com.apple.Foundation           0x00007fff84cf02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    35  com.apple.Foundation           0x00007fff84bdc905 -[NSBlockOperation main] + 97
    36  com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    37  com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    38  libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    39  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    40  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    41  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    42  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    43  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    44  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 19:
    0   libsystem_kernel.dylib         0x00007fff849ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 20:: Dispatch queue: NSOperationQueue 0x608000430880 :: NSOperation 0x60000065ffb0 (QOS: LEGACY)
    0   libsystem_pthread.dylib       0x00007fff84f62ba3 pthread_mutex_unlock + 0
    1   com.apple.Foundation           0x00007fff84bbefcb -[NSLock unlock] + 214
    2   ca.indev.MailActOn             0x000000010a30887d -[Message_MAO MAOdata] + 189
    3   ca.indev.MailActOn             0x000000010a3088c7 -[Message_MAO MAOvalueForKey:] + 39
    4   ca.indev.MailActOn             0x000000010a310101 -[LibraryStore_MAO deleteMessages:moveToTrash:] + 817
    5   com.apple.Foundation           0x00007fff84cf02e8 __NSBLOCKOPERATION_IS_CALLING_OUT_TO_A_BLOCK__ + 7
    6   com.apple.Foundation           0x00007fff84bdc905 -[NSBlockOperation main] + 97
    7   com.apple.Foundation           0x00007fff84bbb59c -[__NSOperationInternal _start:] + 653
    8   com.apple.Foundation           0x00007fff84bbb1a3 __NSOQSchedule_f + 184
    9   libdispatch.dylib             0x00007fff8ce7dc13 _dispatch_client_callout + 8
    10  libdispatch.dylib             0x00007fff8ce81365 _dispatch_queue_drain + 1100
    11  libdispatch.dylib             0x00007fff8ce82ecc _dispatch_queue_invoke + 202
    12  libdispatch.dylib             0x00007fff8ce806b7 _dispatch_root_queue_drain + 463
    13  libdispatch.dylib             0x00007fff8ce8efe4 _dispatch_worker_thread3 + 91
    14  libsystem_pthread.dylib       0x00007fff84f646cb _pthread_wqthread + 729
    15  libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff849ff946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff84f624a1 start_wqthread + 13
    Thread 15 crashed with X86 Thread State (64-bit):
      rax: 0x4400b324583a96f0  rbx: 0x00007fff84f9f0c0  rcx: 0x0000000000000000  rdx: 0x4400b324583a96f0
      rdi: 0x00007fff735b2070  rsi: 0x0000000000000000  rbp: 0x000000010afff720  rsp: 0x000000010afff4c8
       r8: 0x00000000000003ff   r9: 0x0000600000841500  r10: 0x00007fc4bba6a220  r11: 0x00007fff742d3dd0
      r12: 0x00006180002418c0  r13: 0x000061800005dfa0  r14: 0x000061800005dfa0  r15: 0x00006080003e8100
      rip: 0x00007fff84fa66e4  rfl: 0x0000000000010246  cr2: 0x000000010e534fe4
    Logical CPU:     0
    Error Code:      0x00000000
    Trap Number:     13
    Binary Images:
           0x103cc6000 -        0x10405bfff  com.apple.mail (8.0 - 1990.1) <9D8003D6-7A0C-3D7F-AD09-FC5D1D135273> /Applications/Mail.app/Contents/MacOS/Mail
           0x1042a5000 -        0x1042a6fff  com.apple.heimdalodpac (10.10 - 205) <3BFA6B1E-76CE-3A05-9D38-6AA1BA9CD2A2> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/heimdalodpac.bundle/Co ntents/MacOS/heimdalodpac
           0x1042ce000 -        0x1042cefff  com.apple.appstore.macbuddy.AppStore (1.0 - 1) <E8DCC7D6-B5F1-3F10-A98E-A8A5D66D0D54> /System/Library/CoreServices/SetupAssistantPlugins/AppStore.icdplugin/Contents/ MacOS/AppStore
           0x1042d2000 -        0x1042d2fff  com.apple.icdplugin.FaceTime (8.0 - 4725) <658997A3-83CF-3B31-BFF1-12B04C451DD8> /System/Library/CoreServices/SetupAssistantPlugins/FaceTime.icdplugin/Contents/ MacOS/FaceTime
           0x1042d7000 -        0x1042d8fff  com.apple.icdplugin.gamecenter (1.0 - ???) <7964E05C-4C9E-3E6F-AF21-04CAA3BA9479> /System/Library/CoreServices/SetupAssistantPlugins/GameCenter.icdplugin/Content s/MacOS/GameCenter
           0x1042e0000 -        0x1042e0ffe +cl_kernels (???) <50811A12-25D3-4803-A859-8F842FABABC3> cl_kernels
           0x1042e4000 -        0x1042e4fef +cl_kernels (???) <A194E4AC-E0A4-4C2B-BF52-417054FD8014> cl_kernels
           0x1042e6000 -        0x1042e6ff7  com.apple.LegacyHandle (3.0 - 734.4) <CF1CA51F-B1FD-3F26-BC8F-EF6174A23238> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/LegacyHandl e.framework/Versions/A/LegacyHandle
           0x1042eb000 -        0x1042ecfff  com.apple.snatmap (3.0 - 734.4) <1CFAB508-5738-3AAE-9A01-87FE5581C66F> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/snatmap.fra mework/Versions/A/snatmap
           0x1042f0000 -        0x1042f6fff  com.apple.SimpleKeyExchange (3.0 - 734.4) <CCCA0A5A-E3C0-37D2-9EE2-A7DD78D5F75B> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/SimpleKeyEx change.framework/Versions/A/SimpleKeyExchange
           0x1042fd000 -        0x1042fdfff  com.apple.ibooks.macbuddy.iBooks (1.0 - 1) <CF127F77-C82A-3310-9654-B140DB6F6622> /System/Library/CoreServices/SetupAssistantPlugins/iBooks.icdplugin/Contents/Ma cOS/iBooks
           0x104301000 -        0x104301fff  com.apple.icdplugin.iMessage (8.0 - 4725) <56DDAFAD-5A2F-387A-85FA-B55CE65FEB0C> /System/Library/CoreServices/SetupAssistantPlugins/iMessage.icdplugin/Contents/ MacOS/iMessage
           0x104326000 -        0x104331ff3  com.apple.ViceroyTrace (3.0 - 734.4) <9E95641E-16F6-35B5-BE05-8C74A6A0F22F> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ViceroyTrac e.framework/Versions/A/ViceroyTrace
           0x104369000 -        0x104395fff  com.apple.ICE (3.0 - 734.4) <69111338-843B-31C4-822A-A746CCE9BA16> /System/Library/PrivateFrameworks/AVConference.framework/Frameworks/ICE.framewo rk/Versions/A/ICE
           0x10439e000 -        0x1043a0ff7  com.apple.iCloudDelegate (1.0 - 1.8.19) <E6113BA9-D63C-340D-BCE4-334B6B715F65> /System/Library/CoreServices/SetupAssistantPlugins/iCloudDelegate.icdplugin/Con tents/MacOS/iCloudDelegate
           0x1043a4000 -        0x1043a6ff7  com.apple.identityservices.macbuddyplugin (1.0 - 1) <4A1FA894-411D-341A-88C1-47686DB1D469> /System/Library/CoreServices/SetupAssistantPlugins/IdentityServices.icdplugin/C ontents/MacOS/IdentityServices
           0x1080e4000 -        0x1080e4fef +cl_kernels (???) <A194E4AC-E0A4-4C2B-BF52-417054FD8014> cl_kernels
           0x1080f0000 -        0x1080f0ff5 +cl_kernels (???) <43692965-370E-408F-AC56-B4507207DEEC> cl_kernels
           0x1080f2000 -        0x1081d8fef  unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_bgra.dylib
           0x10821a000 -        0x10824dfff  com.apple.GameCenterUI (1.0 - 190.14) <A4D1F439-6389-3660-B2BF-B7B50310EECF> /System/Library/PrivateFrameworks/GameCenterUI.framework/Versions/A/GameCenterU I
           0x108304000 -        0x108305ffb  com.apple.kerberos.reachability (4.0 - 2.0) <B7F38EFD-F824-3E54-A64D-1B6E0231FB6C> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/Reachability.bundle/Co ntents/MacOS/Reachability
           0x108309000 -        0x10830afff  com.apple.kerberos.sckerberosconfig (4.0 - 1) <840BFCA4-4E3B-3C00-80D0-1AD470E47B63> /System/Library/KerberosPlugins/KerberosFrameworkPlugins/SCKerberosConfig.bundl e/Contents/MacOS/SCKerberosConfig
           0x109e94000 -        0x109e95fff  com.apple.AddressBook.LocalSourceBundle (9.0 - 1498) <DB868358-DF07-30E8-8486-81EB314934A7> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
           0x10a02d000 -        0x10a040ff7 +ca.indev.MAO-TemplateMailer (2.1.1) <D6C77B78-E9FF-301D-8BF2-31B8E927DD64> /Users/USER/Library/Mail/*/TemplateMailer
           0x10a056000 -        0x10a05eff7 +ca.indev.MAO-PreferredMailboxes (2.1.1) <753C72C6-F119-3A2F-89AB-7AF436962168> /Users/USER/Library/Mail/*/PreferredMailboxes
           0x10a2a7000 -        0x10a3e3ff7 +ca.indev.MailActOn (3.1 - 3.1b1584) <3F90E288-38A5-37BF-8D0E-B76F43C92C76> /Users/USER/Library/Mail/*/MailActOn
           0x10a4b3000 -        0x10a4bcfff +ca.indev.MAO-MailTags (2.1.1) <86858E0A-D026-389E-84C8-506297299F95> /Users/USER/Library/Mail/*/MailTags
           0x10a54a000 -        0x10a54eff7  com.apple.DirectoryServicesSource (9.0 - 1498) <D64EBEF7-35CF-3357-8A40-362E924ABD58> /System/Library/Address Book Plug-Ins/DirectoryServices.sourcebundle/Contents/MacOS/DirectoryServices
           0x10a554000 -        0x10a556fff  com.apple.addressbook.POIPlugin (9.0 - 1498) <33728181-6E16-35F8-BCE1-6D0B0AAE7E44> /System/Library/Address Book Plug-Ins/POIPlugin.sourcebundle/Contents/MacOS/POIPlugin
           0x10a55c000 -        0x10a5a9ff3  com.apple.AddressBook.CardDAVPlugin (10.9 - 434) <18E3E345-BF5A-38B6-82EB-B79162A24C65> /System/Library/Address Book Plug-Ins/CardDAVPlugin.sourcebundle/Contents/MacOS/CardDAVPlugin
           0x10a5d7000 -        0x10a60ffff  com.apple.ExchangeSource (9.0 - 1498) <AFAA767B-0743-30EA-94A2-863C17692767> /System/Library/Address Book Plug-Ins/Exchange.sourcebundle/Contents/MacOS/Exchange
           0x10ab50000 -        0x10ab58fff  com.apple.SyncedDefaults (2.0 - 212) <F74E6622-CD11-3714-848A-47A12A002930> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
           0x10abe8000 -        0x10ac6bff3  com.apple.GameKitServices (3.0 - 734.4) <F062BDD7-028D-30C8-ADB9-116ECE83F0AC> /System/Library/PrivateFrameworks/GameKitServices.framework/Versions/A/GameKitS ervices
           0x10b5ff000 -        0x10b601fff  apop.so (183) <45C50E60-97D1-3FE0-93F5-145F489AAF50> /usr/lib/sasl2/apop.so
           0x10b605000 -        0x10b606fff  atoken.so (183) <0F3DB480-6B1A-3AD6-B3E4-CEAB75436788> /usr/lib/sasl2/atoken.so
           0x10b60a000 -        0x10b61bffb  dhx.so (183) <4BE28005-1AE3-3D6D-875F-9AD9F69E79F1> /usr/lib/sasl2/dhx.so
           0x10b628000 -        0x10b631fff  digestmd5WebDAV.so (183) <A0405C97-15BE-31CA-9CD2-D258F4B30C37> /usr/lib/sasl2/digestmd5WebDAV.so
           0x10b639000 -        0x10b63bfff  libanonymous.2.so (193) <3CBC6ECD-E78C-3A19-BEF9-628B49C85047> /usr/lib/sasl2/libanonymous.2.so
           0x10b63f000 -        0x10b641ff7  libcrammd5.2.so (193) <2B573E51-8264-36FD-AABA-0599FCC776AD> /usr/lib/sasl2/libcrammd5.2.so
           0x10b647000 -        0x10b650fff  libdigestmd5.2.so (193) <85C0F6CC-7333-3394-AD8D-4E7BD3712C52> /usr/lib/sasl2/libdigestmd5.2.so
           0x10b655000 -        0x10b65afff  libgssapiv2.2.0.18.so (193) <46C161D0-74D2-38FB-934B-6EE044961C53> /usr/lib/sasl2/libgssapiv2.2.0.18.so
           0x10b661000 -        0x10b666fff  libntlm.so (193) <B257700E-17B1-3DE7-A764-BC7786564B5C> /usr/lib/sasl2/libntlm.so
           0x10b66b000 -        0x10b66dfff  libplain.2.so (193) <1E8EFAF4-1D23-3530-A04F-5AFBCCBC40F9> /usr/lib/sasl2/libplain.2.so
           0x10b671000 -        0x10b673fff  login.so (193) <DF41E250-01D0-31F4-8A80-9B6EE6B7C0D1> /usr/lib/sasl2/login.so
           0x10b679000 -        0x10b67cff7  mschapv2.so (183) <F758C957-FB59-3E55-8798-44016F79E520> /usr/lib/sasl2/mschapv2.so
           0x10b681000 -        0x10b6a2ffb  com.apple.DirectoryService.PasswordServerFramework (10.10 - 44) <13610720-24EC-39D5-93FE-9AAA707D5B15> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
           0x10b6b4000 -        0x10b6befff  com.apple.DirectoryServer (10.10 - 59) <61A473DD-D803-3C6A-BA6F-E8BB5CE5AED7> /System/Library/PrivateFrameworks/DirectoryServer.framework/Versions/A/Director yServer
           0x10b6c6000 -        0x10b6d1fff  com.apple.AccountPolicy (1.0 - 1) <9C8D47AD-A299-34C4-8305-BA966E7F8689> /System/Library/PrivateFrameworks/AccountPolicy.framework/Versions/A/AccountPol icy
           0x10b6da000 -        0x10b6e6ff7  com.apple.directoryserver.CFDirectoryServer (10.10 - 59) <05D571A8-5741-3307-ACAC-F4314495B6EF> /System/Library/PrivateFrameworks/DirectoryServer.framework/Frameworks/CFDirect oryServer.framework/Versions/A/CFDirectoryServer
           0x10b6f2000 -        0x10b6f8fff  com.apple.HeimODAdmin (4.0 - 2.0) <8A8F50F3-0BA1-30ED-B79B-464DE78926E1> /System/Library/PrivateFrameworks/HeimODAdmin.framework/Versions/A/HeimODAdmin
           0x10b701000 -        0x10b702fff  com.apple.CFAccountPolicy (1.0 - 1) <8202A049-7ED7-39A3-987E-FD5093DB7890> /System/Library/PrivateFrameworks/AccountPolicy.framework/Frameworks/CFAccountP olicy.framework/Versions/A/CFAccountPolicy
           0x10b70a000 -        0x10b70bfff  plain-clienttoken.so (183) <12B2FD79-5F8D-31E5-9A53-B5E3D03F9D36> /usr/lib/sasl2/plain-clienttoken.so
           0x10b713000 -        0x10b715fff  pwauxprop.so (419) <5F54667E-8C54-3445-9D1D-7C8A423DDE7C> /usr/lib/sasl2/pwauxprop.so
           0x10b719000 -        0x10b71bfff  shadow_auxprop.so (183) <4E05B744-F0DB-314A-886C-172E7864B5F7> /usr/lib/sasl2/shadow_auxprop.so
           0x10b72a000 -        0x10b72dfff  smb_ntlmv2.so (183) <231397CF-F819-30D6-9238-A111137F97A2> /usr/lib/sasl2/smb_ntlmv2.so
           0x10b80b000 -        0x10b80bffe +cl_kernels (???) <50811A12-25D3-4803-A859-8F842FABABC3> cl_kernels
           0x10b84c000 -        0x10b84cfe7 +cl_kernels (???) <A2F04B6D-59EA-4C6D-A465-7AB0AA65CCD3> cl_kernels
           0x10bbf4000 -        0x10bcd4ff7  unorm8_rgba.dylib (2.4.5) <A8805102-8A21-3A5E-AE22-63C0DEC8CB6F> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/u norm8_rgba.dylib
           0x10efdc000 -        0x10f163fe7  com.apple.GameCenterFoundation (162.9 - 162.9) <76844EDC-770F-3E3F-AE16-F23D06A47B86> /System/Library/PrivateFrameworks/GameCenterFoundation.framework/Versions/A/Gam eCenterFoundation
           0x10f215000 -        0x10f376ff3  com.apple.AVConference (3.0 - 734.4) <1EF03188-706D-3C08-8D22-BC09EE145708> /System/Library/PrivateFrameworks/AVConference.framework/Versions/A/AVConferenc e
           0x10fe82000 -        0x110151fff  com.apple.VideoProcessing (1.0 - root's Developer Build [release]) <BBD92BAE-582F-3560-9883-BC71703DB4AA> /System/Library/PrivateFrameworks/VideoProcessing.framework/Versions/A/VideoPro cessing
           0x110459000 -        0x110484fff  com.apple.icloud.iaplugin (426 - 562) <600688FC-56BF-3DB9-980C-861EDF44B1D7> /System/Library/InternetAccounts/iCloud.iaplugin/Contents/MacOS/iCloud
           0x1104a5000 -        0x1104b2fff  com.apple.SystemAdministrationInterface (1.0 - 1) <6A4493A5-3137-3CCC-B509-FB3F4FF13C79> /System/Library/PrivateFrameworks/SystemAdministrationInterface.framework/Versi ons/A/SystemAdministrationInterface
           0x1104bf000 -        0x1104d1fff  com.apple.frameworks.preferencepanessupport (13.0 - 13.0) <41164AC3-82FF-351B-91C6-7CD19CB13F57> /System/Library/PrivateFrameworks/PreferencePanesSupport.framework/Versions/A/P referencePanesSupport
           0x1104ed000 -        0x1104f7ff7  com.apple.exchange.iaplugin (2.1 - 210) <A3D6D6C1-87B5-367B-9096-4F2B103697E6> /System/Library/InternetAccounts/Exchange.iaplugin/Contents/MacOS/Exchange
        0x7fff64ec0000 -     0x7fff64ef6837  dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
        0x7fff81fdb000 -     0x7fff82245fff  com.apple.imageKit (2.6 - 838) <AFFC0062-F9E0-3F36-B321-D90B7E9CB785> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff82246000 -     0x7fff822c7ff3  com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
        0x7fff822eb000 -     0x7fff82427ffb  com.apple.WebKitLegacy (10600 - 10600.1.25) <EE3A7515-AC7B-30D3-A4DC-EB0D36E88E4B> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy. framework/Versions/A/WebKitLegacy
        0x7fff82428000 -     0x7fff82441ff7  com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff8247b000 -     0x7fff82521fff  com.apple.PDFKit (3.0 - 3.0) <C55D8F39-561D-32C7-A701-46F76D6CC151> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8253a000 -     0x7fff82588fff  libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
        0x7fff82589000 -     0x7fff8258cfff  com.apple.help (1.3.3 - 46) <CA4541F4-CEF5-355C-8F1F-EA65DC1B400F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff825fb000 -     0x7fff82612fff  com.apple.login (3.0 - 3.0) <95726FE9-E732-3A3C-A7A1-2566678967D3> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff82613000 -     0x7fff82816ff3  com.apple.CFNetwork (720.0.9 - 720.0.9) <78EE1B88-394F-3BB8-93A6-E068990559EC> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8283f000 -     0x7fff82915ff3  com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
        0x7fff82916000 -     0x7fff82934ff7  com.apple.addressbook.vCard (9.0 - 1498) <45C2138B-EA52-3576-8C5C-46637E648DF2> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
        0x7fff82935000 -     0x7fff82937ff7  libsystem_sandbox.dylib (358.1.1) <DB9962EF-8898-31CC-9B87-E01F8CE74C9D> /usr/lib/system/libsystem_sandbox.dylib
        0x7fff829b6000 -     0x7fff829b8fff  libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
        0x7fff829b9000 -     0x7fff82c65fff  com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
        0x7fff82c66000 -     0x7fff82c66ff7  libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
        0x7fff82c67000 -     0x7fff82c6ffff  libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
        0x7fff82c70000 -     0x7fff82c75fff  com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82c76000 -     0x7fff82d85ffb  com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff82d86000 -     0x7fff82d88fff  com.apple.OAuth (25 - 25) <EE765AF0-2BB6-3689-9EAA-689BF1F02A0D> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
        0x7fff82d89000 -     0x7fff82d8afff  libSystem.B.dylib (1213) <DA954461-EC6A-3DF0-8551-6FC810627627> /usr/lib/libSystem.B.dylib
        0x7fff82d8b000 -     0x7fff82d95ff7  com.apple.NetAuth (5.0 - 5.0) <B9EC5425-D38D-308C-865F-207E0A98BAC7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
        0x7fff82d96000 -     0x7fff82df2fff  com.apple.coredav (1.0.1 - 261) <6FDDD736-DF1C-3D2B-82D7-D6D15C67F269> /System/Library/PrivateFrameworks/CoreDAV.framework/Versions/A/CoreDAV
        0x7fff82df3000 -     0x7fff8315efff  com.apple.VideoToolbox (1.0 - 1562.19) <C08228FE-FA1E-394C-98CB-2AFD8E566C3F> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
        0x7fff8315f000 -     0x7fff8356cff7  libLAPACK.dylib (1128) <F9201AE7-B031-36DB-BCF8-971E994EF7C1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff8356d000 -     0x7fff83585fff  com.apple.CalendarStore (8.0 - 1479) <42CC3B45-7916-3C2C-8F07-E40D96C9FEDB> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
        0x7fff83586000 -     0x7fff83587ffb  libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
        0x7fff83588000 -     0x7fff83588fff  libOpenScriptingUtil.dylib (162) <EFD79173-A9DA-3AE6-BE15-3948938204A6> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff83589000 -     0x7fff840cafff  com.apple.AppKit (6.9 - 1343.14) <1732C412-257B-340E-8863-B8162D4EB2E2> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff840cb000 -     0x7fff841a8ff7  com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff841a9000 -     0x7fff84580fe7  com.apple.CoreAUC (211.0.0 - 211.0.0) <C8B2470F-3994-37B8-BE10-6F78667604AC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
        0x7fff8458a000 -     0x7fff8458eff7  com.apple.NetFSServer (2.0 - 1) <954A42B3-0489-3DC8-BB43-ACFC9D3A7DBA> /System/Library/PrivateFrameworks/NetFSServer.framework/Versions/A/NetFSServer
        0x7fff8458f000 -     0x7fff845aefff  com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
        0x7fff845af000 -     0x7fff845e9ffb  com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
        0x7fff845ea000 -     0x7fff845efff7  libunwind.dylib (35.3) <BE7E51A0-B6EA-3A54-9CCA-9D88F683A6D6> /usr/lib/system/libunwind.dylib
        0x7fff845f0000 -     0x7fff845f0fff  com.apple.SafariDAVNotifier (1.1.1 - 1) <21D4673A-52C7-391D-AF7C-F77D368D34AE> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
        0x7fff845f1000 -     0x7fff845fcfdb  com.apple.AppleFSCompression (68.1.1 - 1.0) <F30E8CA3-50B3-3B44-90A0-803C5C308BFE> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
        0x7fff845fd000 -     0x7fff84731ff7  com.apple.syncservices (8.1 - 722) <08977F4A-9E28-3DEB-8882-6016DA9CECE2> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
        0x7fff84782000 -     0x7fff847d3ff7  com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff848ed000 -     0x7fff8494cff3  com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff849c8000 -     0x7fff849e5ffb  libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
        0x7fff849e6000 -     0x7fff849e8fff  com.apple.marco (10.0 - 1000) <ECD31951-F96E-3F5C-B468-729BBEBDCCE3> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
        0x7fff849e9000 -     0x7fff84a06fff  libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
        0x7fff84a07000 -     0x7fff84a08ff7  libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
        0x7fff84a09000 -     0x7fff84b97fff  libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff84b98000 -     0x7fff84bb2ff7  liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
        0x7fff84bb3000 -     0x7fff84ee1ff7  com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff84ee2000 -     0x7fff84f60ff7  com.apple.SAObjects (3.0 - ???) <F3158DDF-16F0-3311-9EB1-3D37CAF523F5> /System/Library/PrivateFrameworks/SAObjects.framework/Versions/A/SAObjects
        0x7fff84f61000 -     0x7fff84f6afff  libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
        0x7fff84f6b000 -     0x7fff84f82ff7  libLinearAlgebra.dylib (1128) <E78CCBAA-A999-3B65-8EC9-06DB15E67C37> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLinearAlgebra.dylib
        0x7fff84f83000 -     0x7fff84f99ff7  libsystem_asl.dylib (267) <F153AC5B-0542-356E-88C8-20A62CA704E2> /usr/lib/system/libsystem_asl.dylib
        0x7fff84f9a000 -     0x7fff84f9dff7  com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
        0x7fff84f9e000 -     0x7fff85183267  libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
        0x7fff85184000 -     0x7fff851c5fff  libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff851de000 -     0x7fff85310ff7  com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
        0x7fff85311000 -     0x7fff85438fff  com.apple.coreui (2.1 - 305) <BB430677-D1F7-38DD-8F05-70E54352B8B5> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff85439000 -     0x7fff854f7ff7  com.apple.imcore (10.0 - 1000) <70102064-F620-3DC0-BA70-1A0A7EF9F734> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
        0x7fff855f9000 -     0x7fff855fcfff  libCGXCoreImage.A.dylib (772) <6F42EEBA-6FF4-331F-8F8D-37D6B853614D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCo reImage.A.dylib
        0x7fff855fd000 -     0x7fff85606fff  com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff85607000 -     0x7fff8562efff  com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8562f000 -     0x7fff85636fff  com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff85637000 -     0x7fff8564cff7  com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContaine r
        0x7fff8564d000 -     0x7fff85662ffb  libCGInterfaces.dylib (294.1) <1A6AADE6-09EC-3054-85F9-E6A3607EBA70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/Libraries/libCGInterfaces.dylib
        0x7fff85663000 -     0x7fff8568ffff  libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
        0x7fff85690000 -     0x7fff856b7fff  com.apple.iCalendar (7.0 - 200) <621D04EF-9325-3FEA-999A-9280D0940B1A> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
        0x7fff856b8000 -     0x7fff856f5ff3  com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
        0x7fff856fb000 -     0x7fff85700ff7  libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
        0x7fff85701000 -     0x7fff85729ffb  libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A .dylib
        0x7fff8572a000 -     0x7fff85757fff  com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
        0x7fff85758000 -     0x7fff8575dff7  com.apple.EmailAddressing (8.0 - 1990.1) <80DA660C-D2B2-3273-BEF6-2CEEBC666909> /System/Library/PrivateFrameworks/EmailAddressing.framework/Versions/A/EmailAdd ressing
        0x7fff8575e000 -     0x7fff857afff7  com.apple.audio.C

    Same thing is happening to me. Just realized it and am going to stop using Mail for the timbering I guess.
    Also have an Exchange account.

  • Need applescript to apply album art to daily ripped mp3 streams

    My favorite radio show broadcasts on the web and so I save the daily shows to MP3 for playing on my ipod at a more convenient time. I have automator actions that rename, add ID3 info, and add the files to itunes, but I'd like to add album art as well. All searches thus far (including Doug's Applescript Site) have been fruitless for me. What I need is a simple applescript that I can add to my automator action that adds a jpg image to the new mp3 file. I'm an applescript idiot and have not been able to hack a solution. Can anyone help?

    The freeware application Clutter heavily relies on scripts.
    The application can search for artwork and transfer it to the correct tracks in iTunes.
    You can find the scripts inside the Resources folder in the Contents folder of the package.
    Since it is an open source application, you can use the scripts (or parts of it) without restrictions (certainly for personal use), if I'm correct.
    Hope this helps.
    M
    17' iMac fp 800 MHz 768 MB RAM   Mac OS X (10.4.6)   Several ext. HD (backup and data)

  • Need help with setting a default mail app

    My computer is defaulting to gmail even though I have set Mail as the default application in both my gmail notifier and within Mail itself. I tried installing DefaultApps to force things, but it also shows Mail as the default. But when I go to click on an email address on a webpage it still opens gmail.
    Anyone have any suggestions?

    Sam,
    Since I have never made any setting to use Gmail vs Mail, tell me where that selection was made? Have you installed anything that makes that selection available in Mail Preferences/General/Default Mail Reader?
    You might try quitting Firefox and then open Home/Library/Preferences and locate the file named org.mozilla.firefox.plist and drag it to the Desktop. Then restart Firefox and test again.
    Ernie

  • Quoting/threading phenomena in mail.app -- due to problems in incoming messages?

    Folks:
    Mail 5.1 on MacOS 10.7.x
    I began using Mail.app when I installed 10.7, shortly after the initial release.
    No problems with respect to unformatted email or replying to short, trivial length formatted message.  For complex, on-going discussions  I feel that consistent and reliable quoting and threading behavior are essential.   But that is not happening in some cases. I'd like to figure out why, and what I might do to fix the issue.
    (Note:  I do not want to get into a discussion here of formatted versus unformatted email.  Both have their pros and cons. Nor do I want to spend a lot of time debating this issue with my correspondents.  As a matter of courtesy, I set Mail.app to respond using the same message format as the original message.)
    When I reply to a formatted email,  I notice that mail.app sometimes draws a dark grey box --with rounded corners-- around one or more incoming paragraphs, placing a circled "X"  "close icon" at the upper left.   I don't get it.  To what does this correspond?  Why does mail.app mark-off this text and offer a "close icon"?   As far as I know I'm not doing anything that implies I might want to delete the text.
    (Note:  Rummaging around in the corresponding message source, it seems that these boxes correspond to blockquoted text in the received message.)
    Editing within one of these boxes is really unpredictable.  Sometimes I can select an insertion point and insert a line-break, in preparation of replying to the text just above.  Sometimes nothing happens. Sometimes I can select text, and cut it. Sometimes nothing happens at all to the selected text.
    Mail.app commonly doesn't  correctly increase the quoting level in such paragraphs.  Using
        Format> Quote Level>Increase
    to maintain threading history manually is fairly easy since I've defined a function-key shortcut, which works some of the time -- but  the effect of this command is unpredictable.  Sometimes this command deletes the selected text entirely.  (Grrrrrr!)  The workaround I've found is to select smaller chunks of text.  In such cases, this command generally works correctly.
    Meanwhile, messages from exactly one person --who uses gmail exclusively-- are displayed in a completely unique threaded format by mail.app.  The entire short history of 5 messages from him are displayed on multiple virtual sheets in one message window, with the latest first.    In one view, clicking on the "see more" link at the bottom of his messages unleashes a cool-looking accordion opening effect and displays my part of the thread. (I guess.  I don't totally understand this display concept.  But it looks very cool and seems to handle quoting and threading pretty well.)
    What's going on?
    My best guess is that mail.app is struggling with "inconsistencies" in the incoming messages from different people using various email clients.  I seem to recall reading that email tech specs  are a hodgepodge of evolving and contradictory  standards. Is that correct?   Is that the root of my issue? 
    Many of my correspondents are non-tekkies and/or non-affluent, and they use whatever email client they can afford.  Some could be using really old email clients.  That doesn't help, right?  Are blockquotes a really archaic formatting measure?
    When these problems occur, they can cost me a lot of time and trouble.  It's really distracting to have to deal with portions of the incoming message disappear.
    I don't think it is practical to persuade my correspondents to upgrade their email clients.  Some of them have trouble simply setting the preferences to support quoting.   Threading is a difficult concept for a few.
    Any suggestions?   Any mail.app preference settings I might try adjusting?  Any add-ins?   Is it possible to tell Mail.app "interpret all incoming blockquotes tags as simple breaks" or strip them entirely?  Or ...?
    TIA

    haavee:
    Thanks for your reply on this thread.
    And thanks for the confirmation:  Yes, often difficult, and completely unworkable in some cases. 
    To my surprise, I've been able to find very few people reporting similiar observations.  Very little about this issue at all on the web.
    I looked for command-key variations on Format --> Make Plain Text, hoping for a block action, but none I tried was any different.
    Here is my current view of the issue:
    • For formatted messages, each email client operates differently.  If there is a standard it seems to be no more robust than "use simple HTML for formatted messages".  
    • The "can't insert" issue, as well as those mysterious rectangle-surrounded blocks, seems very correlated with the presence of html <div> sections in the message.  It is awkward to experiment, so I've only done a limited amount.  My observations so far:
    -- I don't think you can insert text anywhere "inside" a <div>, and mail.app seems to treat <div> as a "sticky" attribute -- e.g/ very difficult/impossible to remove without deleting the text inside.  The copy-style method doesn't seem to affect <div> tags.
    -- Based on one case, it appears that message bodies composed of back-to-back <div> sections are impervious to inserts anywhere. (The email client used by one particular person with whom I've corresponded seems to build messages out of --you guessed it-- back-to-back <div> sections. Putting on my HTML coders hat -- I cannot see any sense at all in doing this. Smells to me like a kludge/hack, as you prefer.)
    • What about an applicable mail.app add-in?  I can find mail.app add-ins, but it seems the  mail.app tech info (API) isn't public, so those that exist are based on guesswork about how it works. This means that add-ins must be re-tooled possibly for each new version of mail.app. Altogether, not encouraging for add-in developers. And, yes, consistent with that the range of functionality I've seen is rather limited.  So, I've given up looking in the add-in category.
    • Applescript has commands for controlling mail.app generally, but I didn't see anything approaching the level of function necessary to remove <divs> by global search-and-replace. (I'm far from an Applescript expert, so it is very possible I missed something.) Nor did I see any general command such as Clean up dodgy HTML in message.  (I can dream!)
    The only bit of progress I've had is finding TextSoap: http://www.unmarked.com/textsoap/ which may have promise. But I have had no time to evaluate it and it may be a month or so before I get a chance to check it out.
    Looking at the upper right of the window in which I'm composing this message, there's a button "HTML" that lets me see --and edit-- the underlying HTML. On first glance, there's not enough functionality to, say, efficiently clean up all insert-resistant blocks in a message, but it looks practical to clean up individual blocks, and maybe that's all it would take.    Though I imagine that the user base for these forums is not very different from that of mail.app, I'm guessing adding this function to mail.app isn't even a dim possibity.  Oh, well...
    I note you are happy with your solution, so I'll try see if a variation of it might help me.
    Thanks,
    h.2

  • Mail app not automatically deleting trash emails

    iTunes 11.1.2.32 Windows 7 32 Bit
    iPhone 4S (and iPhone 4)
    iOS 7.0.3
    I have my own domain name for my email.
    I can access via POP3 SSL and IMAP SSL
    My first iPhone was a 4 which i used July 2010 to July 2012. I July 2012 i upgraded to my current 4S.
    I use Windows Mail on my PC to access my email via POP3 SSL as i have no need to keep messages on a server any longer than i need to.
    I use the Mail app on my iPhone to access the messages via IMAP SSL. Up until iOS 7 i would check my emails using the iPhone and delete any messages to the Trash folder On My iPhone (not on the server). I would have it set to delete the deleted messages After One Day so i had a 24 hour safety buffer.
    This way i could use the iPhone as a quick check on my email and also use it as a Spam filter. If i needed to reply to an email from my iPhone I would and cc myself in if i needed a copy. One or twice a week i would fire up the PC and download the messages in the Inbox to the PC in Windows Mail.
    This arrangement worked flawlessly for 3 years until i updated to iOS 7. Now the deleted messages in my Trash folder stay there until i manually remove them. I've tried:
    -deleting and resetting up the account again in the iPhone
    -changing the setting to One Month, saving the change and then setting it back to One Day and saving the setting.
    -checked with my domain/email provider that i'm using the correct settings.
    -changed IMAP Path Prefix from \ to INBOX, which works the first time but then fails to work again (i.e. each time i change it to \ and then back to INBOX it clears everything over a day old at that point but then doesn't do it again)
    My wife has my old iPhone 4 without a SIM and uses it as an email checker for her account as well as for surfing the net and Facebook etc. She has the same setup as me (but seperate email account on my Domain) it all worked fine on that too until the update to iOS 7.
    Is there a setting that might have gone out of line here or something i've missed?

    There are actually two settings that could have a bearing on this:
    Preferences > General > Check for New Mail
    Preferences > Accounts > Advanced > Include when automatically checking for new mail
    Also, go to Apple Menu > System Preferences > Network > Show: Network Port Configurations, and make sure that the configuration used to connect to Internet appears at the top of the list.
    Do you have any Mail plug-ins or any system utilities that could interfere with Mail? In the Finder, go to each of the following folders (if they exist). What do you see there?
    /Library/StartupItems/
    /Library/InputManagers/
    ~/Library/InputManagers/
    /Library/Mail/Bundles/
    ~/Library/Mail/Bundles/
    Also, open System Preferences, and go to Accounts > Login Items. What do you see there?
    Note: For those not familiarized with the ~/ notation, it refers to the user's home folder. You can easily locate any of the folders referred to in this post by copying the file path here, doing Go > Go to Folder in the Finder, and pasting the file path there.

  • Problem with mail app on Mountain Lion?

    I need help to fix my native mail app, that stoped working. It's blocked. I'm using Mountain Lion OS. My accounts work fine in the Iphone and Ipad.

    hello there, I am jumping in the conversation because I am in the same situation. Up to yesterday evening my mac was working fine, but since this morning, Mail creates a general crash of the system. When I open Maill I have the wheel working for ever, and force quit doesn't help. My solution so far has been to shut down (holding the power button down). I rebooted using the safe boot mode, installed the last update for mountain lion, restart and boom, mail crashed again.
    also finder window doesn't come up front.
    any help welcome.
    M

  • My Mail app is broken

    HELP! I've lost access to my email. When I launch Mail, this message comes up...
    Clicking either option doesn't work. When I relaunch, I just get this message again.
    I was thinking that I restore a previous version from a couple days ago via Time Machine, but I'm not sure just what I'd need to retieve... the Mail app? the mailboxes (wherever they are)? the whole system folder?
    I have a huge collection of boxes and messages and want to be sure to restore all of them.
    Where do I start?
    ...Charles

    ooops... I was hoping that my screen shot of the error msg would appear when I posted this problem. It reads...
    There is a problem with your mailboxes.
    Try clicking Quit and opening Mail again. If this message reappears, click Quit and Rebuild index. The next time you open Mail, it will import your messages.
    Quit   Quit and Rebuild Index
    Neither of these options works. I just keep getting the same message every time.
    ...Charles

  • Mail.app + Gmail IMAP, stop auto mark as read

    I just switched over to IMAP on my Gmail account and I got everything working fine, except one thing:
    I've applied rules in Mail.app so they sort into their corresponding folders on the server (or Labels, in Gmail terms). For some reason because of this, certain messages are automatically marked as read.
    This doesn't happen to messages that aren't sorted (ie, they stay in the Inbox > Gmail). The strange thing is, this only happens to certain messages that are sorted.
    Anybody have any idea?

    Resolved.

  • TS3276 After my update to OSX 10.6.8 my mail app will not open anymore. What can I do? I need it for work!!!!

    After my update to OSX 10.6.6 today I am not able to open my mail application anymore. I can't check my emails and I need to work on Monday! Who can help me please? I tried downloading the SecUpd2012-004.dmg and installed it with mail being in the applications folder. Still no luck! I also ran disk utility before...:(
    I am not a happy camper tonight!

    Mac OS X v10.6: Mail.app won’t open, or "You can't use this version of Mail…" alert after installing Security Update 2012-004:
    http://support.apple.com/kb/TS4424?viewlocale=en_US&locale=en_US
    Fellow user Grant Bennet-Alder offers this solution:
    Some users have reported this problem if the Mail Application has been moved out of the top-level /Applications folder, or duplicated in another location.
    When the Security Update is done, the old version of Mail is disabled.
    The solution has been to:
    1) make certain Mail is in the /Applications folder
    2) There is no other copy anywhere else.
    3) Once steps 1 and 2 have been done, Manually download and re-apply the Security Update (2012-004) by hand.
    Security Update 2012-004 (Snow Leopard)
    If the Mail.app has been LOST, it can be re-installed by applying the 10.6.8 version 1.1 combo update. But this update is quite large and it is usually not necessary:
    Mac OS X 10.6.8 Update Combo v1.1

  • Need to re-install mail app

    mail.app got corrupt. I need to re-install the mail app from the OSX disk.  I am running OSX 10.6.8 due to a software update.  The disk that came with my system is 10.6.7 and when I try installing the mail.app it tells me that it is not allowed to run with this version of OSX?  Is there a way around this without the need to wipe the entire system?  Looking for someone who has success in re-installing the mail.app.
    Thanks,
    Brian

    You don't need to reinstall Mail, unless you deleted it.
    See possible fixes for the Security update problem here.
    https://discussions.apple.com/message/19760703#19760703
    https://discussions.apple.com/thread/4311280?tstart=0
    https://discussions.apple.com/message/19710911#19710911
    Some have reported success simply by reinstalling the update.
    http://support.apple.com/kb/DL1586
    Or download and apply, or reapply, the 10.6.8 Combo update first, then apply the Security Update again.
    http://support.apple.com/kb/DL1399
    I'd suggest starting with the simplest of these fixes, so look them over first.

  • Many of us know Outlook mails can be stored using a PST Mail app to review the old mails when needed on an iPad. I am considering a switch to Mac OS. But I am wondering if the same is possible with the mbox files.

    Many of us know Outlook mails (pst files) can be stored using a PST Mail app to review the old mails when needed on an iPad. I am considering a switch to Mac OS. But I am wondering if the same is possible. What would be the file format of the emails on a Mac OS and the app equivalent of the PST Mail app? Thanks for helping me out. Durai

    clw51 wrote:
    Thanks for your response and yes I understand what you are saying. Maybe you could explain why "email users" hate HTML email with a passion.
    These tend to be technical users who have a more purist attitude about email. They prefer that email be text-only, and consider HTML formatting to be superfluous for most messages. And I do think they have a point. If you have 100 plain-text emails and 100 HTML emails, you will notice that the HTML emails take up noticeably more disk space. And if the HTML email senders have loaded down their default emails with background images, signatures with corporate logos and winmail.dat attachments and all manner of embedded ornamentation, and (I never even thought people went this far) animations, then a simple email reply like "Thanks! I'll see you this evening," ends up carrying an tremendous additional amount of file size and network bandwidth overhead just to carry those six words. It not only means more disk space consumed, but it ripples all through the system: More space is required for backing up and archiving your emails, plus more mail server space and network bandwidth are consumed per message. Purists see this as an incredible waste of resources.
    The message body of at text email can simply be "Thanks! I'll see you this evening."
    The HTML version, at a bare minimum, must be
    {html}
    {p}"Thanks! I'll see you this evening."{/p}
    {/html}
    (replaced angle brackets with curly brackets so Apple Forums won't try and format it)
    Already that's almost double the amount of characters required to send the message, just to format it in HTML. And that's if no fonts, styles, graphics, or media have been applied. If they are, the number of actual characters sent balloons dramatically.
    I'm in the middle. I don't hate HTML email, I'll even turn it on when I think formatting will help my message. But I like to use disk space efficiently, so I've set plain text as my default for sending messages.

  • In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    In the new mail app for OSX v10.7 Lion it seems I can only setup my gmail account as an "imap", when I need to set it up as "pop"... PLZ HELP I NEED MY MAIL TO WORK!!!

    Go to System prefs
    Select Mail Contacts and Calendars
    Then select Other
    Then select "Add a Mail Account and click create
    Then go to google for the settings you need:
    First here for the settings online at gmail http://tinyurl.com/du3fu
    Then here for the setting in mail http://tinyurl.com/38fevm8
    These are instructions for Mail 4.0 but all of the necessary settings should be listed.

  • Is it possible to applescript the saving of a message to RTF in Mail.app?

    I'm fiddling with a script that takes selected messages in Mail.app and, among other things, saves the messages as RTF files. The "Save As..." option in the File menu has the ability to save as the RTF type, but I can't seem to get this done in applescript with the "save" command. I've tried passing it a window object from the message viewer, but it just barfs. Does anyone know if Mail.app can be scripted to save a message to an RTF file (with a file name/path supplied via the AS program)?
    Thanks in advance for your help.
    P.S. I've tried circumventing this problem by trying to assemble a text document from the email message parts (subject, sender, contents, etc.) using TextEdit, with no success with formatting, but I'd rather get Mail to do it because it already formats the saved email nicely if you do it interactively in the "Save As..." dialog.

    Just to make my question a little less abstract, here is the script as it stands so far:
    (* START SCRIPT *)
    tell application "Mail"
    activate
    set selectedMessages to the selected messages of front message viewer
    set saveFolder to choose folder with prompt "Please pick an empty folder for me to store the email information:"
    tell application "Finder"
    set parentFolder to folder saveFolder
    set parentFolderPath to parentFolder as Unicode text
    end tell
    repeat with aMessage in selectedMessages
    properties of aMessage
    set messageSender to sender of aMessage
    set messageSubject to subject of aMessage
    set messageSent to date sent of aMessage as string
    set messageContent to content of aMessage
    if (messageSender is "[email protected]") and (messageSubject begins with "manuscript #") then
    -- Get thingie number from message subject after '#'
    set oldDelimiter to my SwitchDelimiterTo({"#"})
    set manuscriptNumber to last text item of messageSubject
    my SwitchDelimiterTo(oldDelimiter)
    log "NOTE: Email for manuscript #" & manuscriptNumber
    -- Make the folder in which to store the stuff for this manuscript;
    -- variable "manuscriptFolder" will point to place to store files
    tell application "Finder"
    try --ignore problems with folder creation, like existing folders/files
    set manuscriptFolder to make new folder in parentFolder with properties {name:manuscriptNumber}
    on error errorName number errorNumber
    if errorNumber is -48 then -- Folder already exists
    log "NOTE: folder " & parentFolderPath & manuscriptNumber & " already exists."
    set manuscriptFolder to folder manuscriptNumber in parentFolder
    end if
    end try
    end tell
    set manuscriptFolderPath to manuscriptFolder as Unicode text
    set messageFileName to manuscriptFolderPath & "email.rtf"
    log "NOTE: Saving manuscript to file: " & messageFileName
    -- Use TextEdit to construct an RTF file of the message to print out later
    tell application "TextEdit"
    activate
    close every document saving no
    -- Assemble the document
    set docText to "Date:" & tab & messageSent & return
    set docText to docText & "Subject:" & tab & messageSubject & return & return
    set docText to docText & messageContent & return
    log "DOCTEXT: " & docText
    set aDocument to make new document at beginning of documents
    set text of the front document to docText
    -- Save the document as an RTF in the messageFileName
    tell front document
    save in messageFileName as "RTF "
    end tell
    end tell
    else
    log "Message from \"" & messageSender & "\" with subject \"" & messageSubject & "\" will not be processed."
    end if
    end repeat
    end tell
    -- Change the text item delimiter and return the existing ones
    on SwitchDelimiterTo(delimiterList)
    local x
    set x to (get AppleScript's text item delimiters)
    set AppleScript's text item delimiters to delimiterList
    return x
    end SwitchDelimiterTo
    (* END SCRIPT *)
    It successfully walks throught the selected messages, picks out the "right" ones (from a particular address and with a particular subject), makes a folder to store some information about the email, has TextEdit assemble a document from the email's text and has TextEdit save the text file.
    It's my kludgey work-around for not being able to either 1) print to a PDF file in Mail.app or 2) have Mail.app save the message itself as an RTF. It would be the bee's knees to get either 1 or 2 working, but I'd settle for figuring out how to format the text in TextEdit more nicely. I'd like to get the strings "Subject:" and "Date:" bold-faced for starters, but I have no way of knowing how to tell TextEdit to do it via AS.
    My first try was to try to "make new text" with certain font and size properties at the end of the "texts", but that was a flop. I tried the same thing with "attribute runs" and "paragraphs" with no joy. It seems that the only way to get text into a document is to assign it to the "document"'s "text" property. But then I'm left to wonder how to select bits of it to change the bits appearances (fonts and sizes).
    I've been fiddling with AS and automating Mail.app and TextEdit.app for days now, and it's just as perplexing as when I started. Any insite that you folks monitoring this discussion group would be greatly appreciated. The flotsam of script examples I've dredged up with Google haven't been enlightening. I've got a copy of O'Reilly's _AppleScript - The Definitive Guide_, and it's been a tiny bit of help, but I'm drifting.
    Thanks in advance for reading.

Maybe you are looking for

  • IP Printing: HP OfficeJet Pro K850 not in driver list

    Hi After hours of work, I reckon I cannot solve the following problem on a iMac running Tiger 10.4.11 by myself. I installed a HP OfficeJet Pro K850 on my Mac directly trough USB, and everything worked fine. Then I decided to upgrade the whole system

  • Multiplication of contacts, duplication of some contact data

    Following syncing via both MobileMe and iTunes (separately) between my previous iPhone and my MacbookPro, I note that: 1. Some contacts are multiplicated - these are seemingly random with the number of times the multiplication occurs also seemingly r

  • E-Filing GB using SAP XI with ECC 6.0

    Hi, Has any one come across the e-Filing GB Implementing the scenario using XI? I have downloaded the Content(e-Filing GB.tpz & SAP HR 6.0.tpz) from SMP which is mentioned in the document. Successfully imported the content in IR, i can able to see th

  • 10g Questions - Folder structure, Files, Post-migration Scripts

    Hi, Oracle Pros I have a few questions that I have encountered in my 10g installation process. I hope I could get some help from you. 1- After I have installed 10g (release 2) software AND Enterprise Manager (release 1), I have noticed the installati

  • Move Shared Members

    Do you know of a setting to allow restructuring of the shared members? When setting the rules files, I have selected ALLOW MOVES which restructures the main hierarchy... but I am unsure how to restructure the shared members. I have tried a lot of com