• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
mail.app: where 's the "sent" mailbox of a mac account?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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.

  • Follow-Ups:
    • Re: mail.app: where 's the "sent" mailbox of a mac account?
      • From: John Delacour <email@hidden>
  • Prev by Date: Dream maintenance script
  • Next by Date: Re: Mail.app automation
  • Previous by thread: Re: Excel - replacing Yes doesn't function
  • Next by thread: Re: mail.app: where 's the "sent" mailbox of a mac account?
  • Index(es):
    • Date
    • Thread