Come ottenere il messaggio non elaborato di Mail.app in Automator?

0

Questo è un cross-post, perché non sono sicuro di dove appartenga veramente. È una domanda di programmazione, ma anche una domanda specifica per la mela.

Ecco il link StackOverflow: link

    
posta jm666 31.07.2013 - 14:47
fonte

1 risposta

3

Prova:

on run {input, parameters}
    set theSource to {}
    tell application "Mail"
        repeat with aMessage in input
            set end of theSource to aMessage's source & return
        end repeat
    end tell

    return theSource as text
end run
    
risposta data 31.07.2013 - 15:52
fonte

Leggi altre domande sui tag