mail.app: where 's the "sent" mailbox of a mac account?
mail.app: where 's the "sent" mailbox of a mac account?
- Subject: mail.app: where 's the "sent" mailbox of a mac account?
- From: Reinforced Darkness <email@hidden>
- Date: Mon, 8 Sep 2003 19:35:59 +0200
trying to get a list of all sent messages in mail app. I have 2 pop
accounts and one mac acount
//`
tell application "Mail"
set boites_denvoi to {}
repeat with chaque in every pop account
set boites_denvoi to boites_denvoi & (every mailbox of chaque
whose name is "Sent Messages")
end repeat
repeat with chaque in every imap account
set boites_denvoi to boites_denvoi &
(every mailbox of chaque whose name is "Sent Messages")
end repeat
end tell
//
first block works fine, second returns nothing: actually the mac account
has Inbox, Deleted messages mailboxes but nothing else though my "sent
msg" box is full of sent messages using the mac acount.
Any idea?
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.