I have an AppleScript script that includes commands for having Entourage
check the inbox of an IMAP mail account for which I have the "Live Sync"
option set.  My first approach used the following:

connect to default mail account

However, even though the account is marked with the "Download complete
messages in Inbox" option, this command resulted in the downloading of new
headers and not complete messages.

I then changed to the following command:

refresh (get imap inbox folder of default mail account)

which resulted in the downloading of complete new messages.

Another way I was able to issue a command that downloaded complete messages
to the inbox was with the command:

execute schedule "Check Mail"

where "Check Mail" was a schedule with the "Receive Mail" action.

Can an Entourage guru explain the potential advantages/disadvantages of the
latter two approaches, whether there is a way to have the "connect to"
command download complete messages, and if there is a better script command
for retrieving messages from an IMAP server in this situation?

-Jeffrey Berman


-- 
To unsubscribe:                     
<mailto:[EMAIL PROTECTED]>
archives:       
<http://www.mail-archive.com/entourage-talk%40lists.letterrip.com/>
old-archive:       
<http://www.mail-archive.com/entourage-talk%40lists.boingo.com/>

Reply via email to