Author Topic: PM and Eudora  (Read 2907 times)

Offline pavlinbl4

  • Newcomer
  • *
  • Posts: 4
    • View Profile
PM and Eudora
« on: November 01, 2008, 01:58:37 PM »
I tried to send photos via email. [/url][/img]
In console I saw
Quote
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript compileAndReturnError:{
    NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorNumber = -2741;
    NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxx@gmail.com"
 set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
 set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
 set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
 set unixPath to unixPath1 & unixPath2 & unixPath3
 set a0File to (POSIX file unixPath) as alias
 set attachmentsVar to {a0File}
tell application "Eudora"
 set subjectVar to «data utf870686F746F» as Unicode text
 set contentVar to ""
 set newMessage to make new message at end of mailbox 2
 set body of newMessage to contentVar
 set field "subject" of newMessage to subjectVar
 set field "to" of newMessage to toVar
 attach to newMessage documents attachmentsVar
 queue newMessage
end tell
 
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript executeAndReturnError:{
    NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorNumber = -2741;
    NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxxxx@gmail.com"
 set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
 set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
 set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
 set unixPath to unixPath1 & unixPath2 & unixPath3
 set a0File to (POSIX file unixPath) as alias
 set attachmentsVar to {a0File}
tell application "Eudora"
 set subjectVar to «data utf870686F746F» as Unicode text
 set contentVar to ""
 set newMessage to make new message at end of mailbox 2
 set body of newMessage to contentVar
 set field "subject" of newMessage to subjectVar
 set field "to" of newMessage to toVar
 attach to newMessage documents attachmentsVar
 queue newMessage
end tell
 
How can I solve  this problem ?

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24764
    • View Profile
    • Camera Bits, Inc.
Re: PM and Eudora
« Reply #1 on: November 01, 2008, 02:21:22 PM »
I tried to send photos via email. [/url][/img]
In console I saw
Quote
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript compileAndReturnError:{
    NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorNumber = -2741;
    NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxx@gmail.com"
 set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
 set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
 set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
 set unixPath to unixPath1 & unixPath2 & unixPath3
 set a0File to (POSIX file unixPath) as alias
 set attachmentsVar to {a0File}
tell application "Eudora"
 set subjectVar to «data utf870686F746F» as Unicode text
 set contentVar to ""
 set newMessage to make new message at end of mailbox 2
 set body of newMessage to contentVar
 set field "subject" of newMessage to subjectVar
 set field "to" of newMessage to toVar
 attach to newMessage documents attachmentsVar
 queue newMessage
end tell
 
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript executeAndReturnError:{
    NSAppleScriptErrorBriefMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorMessage = "Expected end of line, etc. but found number.";
    NSAppleScriptErrorNumber = -2741;
    NSAppleScriptErrorRange = NSRange: {660, 1};
}
11/1/08 11:49:11 PM Photo Mechanic[172] AppleScript script was: set toVar to "xxxxxxxx@gmail.com"
 set unixPath1 to «data utf82F55736572732F657667656E69792F4C6962726172792F4361636865732F50686F746F204D656368» as Unicode text
 set unixPath2 to «data utf8616E69632F63616368652F6174746163686D656E74732F34383837302F32303038313031345F7061» as Unicode text
 set unixPath3 to «data utf8766C5F31303257323639372E6A7067» as Unicode text
 set unixPath to unixPath1 & unixPath2 & unixPath3
 set a0File to (POSIX file unixPath) as alias
 set attachmentsVar to {a0File}
tell application "Eudora"
 set subjectVar to «data utf870686F746F» as Unicode text
 set contentVar to ""
 set newMessage to make new message at end of mailbox 2
 set body of newMessage to contentVar
 set field "subject" of newMessage to subjectVar
 set field "to" of newMessage to toVar
 attach to newMessage documents attachmentsVar
 queue newMessage
end tell
 
How can I solve  this problem ?

At the moment, I don't know.  What version of Photo Mechanic, Eudora, and Mac OS X are you using?

-Kirk

Offline pavlinbl4

  • Newcomer
  • *
  • Posts: 4
    • View Profile
Re: PM and Eudora
« Reply #2 on: November 02, 2008, 01:04:42 AM »
I solve problem thank to you question.
1. MacOS X 10.5.4
2. PM 4.5.3
3. Eudora 8 .0.0 b3 ( http://www.macupdate.com/info.php/id/7107/eudora)  - this is modification of  Mozilla Thunderbird
I use Mac only one month, and  I found Eudora ( http://www.macupdate.com/info.php/id/7107/eudora), this soft don't work correctly with PM, but I download trial Eudora from http://www.eudora.com and no problems.
Sorry my English not fine....