Welcome to MacBoardz.com!
FAQFAQ    SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Not able to read messages in IMAP account

 
   Macintosh computer (Home) -> Apple Scripts RSS
Next:  Extracting text from text control in an applicati..  
Author Message
SKT

External


Since: Mar 12, 2008
Posts: 10



(Msg. 1) Posted: Tue Jun 17, 2008 1:48 am
Post subject: Not able to read messages in IMAP account
Archived from groups: alt>comp>lang>applescript (more info?)

I need to read messages in a IMAP account configured in Entourage. I
am using following piece of code:

....
...
...
repeat with k in messages of folder InboxFolder of IMAP account
"user6"
set messageName to (subject of k) as string
display dialog messageName
if (messageName = "Meeting") then
return properties of k
exit repeat
end if
end repeat
.....
....
....
..

I get this error:
Can't get every message of folder "INBOX" of IMAP account "user6"

Please show me the way.

Thanks.

 >> Stay informed about: Not able to read messages in IMAP account 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
create imap folder - All, I've been banging my head against his for ages, and can't find a solution, so I'll ask the experts. Is there any way to have an applescript in mail.app create a new imap folder? The only way I've been able to do this so far is to run a script....

mail.app: mailboxes of a mac account - 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 &amp...

how to read all the arguments - using $# we will get number of aurguments where in $1 is first argument where in $2 is secound argument and so on how can i get last 3 arguments (here i don't know how many arguments will passed) i.e suppose if you give n arguments i have to get last....

[Q] read write in AppleWorks - Hello! I am looking for read and write in an AppleWorks's document the script beneath (found in "AppleScript language guide" book) open the file then give an error message A similar script runs well with a Hypercard field under Cassic (with o...

Read fileid using delimiter ... - I created a file using a nonstandard character as a record delimiter (0xfe) and I'm trying to read it using: set myRec to (read fileID using delimiter {ASCII character of 254} MyRec comes back containing the contents of the entire file. Read is..
   Macintosh computer (Home) -> Apple Scripts All times are: Pacific Time (US & Canada)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You can edit your posts in this forum
You can delete your posts in this forum
You can vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]