- Registriert
- 04.05.17
- Beiträge
- 86
Hallo,
ich suche nach einer Möglichkeit, welche PDF Dateien aus Mails automatisch unter Downloads speichert.
Vieles im Netz gefunden (über Automator oder auch Scripts) welche alle nicht wirklich funktionieren.
Jemand ein Tipp?
Zuletzt:
using terms from application „Mail“
on perform mail action with messages theMessages for rule theRule
tell application „Mail“
repeat with oneMessage in theMessages
set {mail attachment:theAttachments} to oneMessage
repeat with oneAttachment in mail attachments of oneMessage
save oneAttachment in („/Users/xxx/Downloads“) & (name of oneAttachment)
end repeat
end repeat
end tell
end perform mail action with messages
end using terms from
Aber auch dies geht leider nicht
Gruß und danke schon mal
ich suche nach einer Möglichkeit, welche PDF Dateien aus Mails automatisch unter Downloads speichert.
Vieles im Netz gefunden (über Automator oder auch Scripts) welche alle nicht wirklich funktionieren.
Jemand ein Tipp?
Zuletzt:
using terms from application „Mail“
on perform mail action with messages theMessages for rule theRule
tell application „Mail“
repeat with oneMessage in theMessages
set {mail attachment:theAttachments} to oneMessage
repeat with oneAttachment in mail attachments of oneMessage
save oneAttachment in („/Users/xxx/Downloads“) & (name of oneAttachment)
end repeat
end repeat
end tell
end perform mail action with messages
end using terms from
Aber auch dies geht leider nicht
Gruß und danke schon mal