Storing Mail on a Server
Storing Mail on a Server
- Subject: Storing Mail on a Server
- From: Luther Fuller <email@hidden>
- Date: Tue, 27 Mar 2007 11:43:59 -0500
I'm thinking of using the following bit of code to force trashed and
sent messages to appear only in a user's local "Mail" Trash and Sent
mailboxes so they can be archived. It should be used only on one Mac
where the archive is to be created.
try -- only for imap account
set store deleted messages on server of anAcnt to false
end try
try -- only for imap account
set store sent messages on server of anAcnt to false
end try
It looks like something reasonable to do, but I don't have any
experience with storing mail on a server so I can access it from
multiple locations. No doubt some of you have just such experience.
Does it seem reasonable to you?
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden