| Author |
CommandFailedException in JavaMail API
|
Vijay Vishwanath
Greenhorn
Joined: Apr 18, 2007
Posts: 7
|
|
hello everyone, I'm using javamail api to access mail server from my application. I get the following exception: javax.mail.MessagingException: A15 NO Invalid message number nested exception is: com.sun.mail.iap.CommandFailedException: A15 NO Invalid message number javax.mail.MessagingException: A10 NO Invalid message number nested exception is: com.sun.mail.iap.CommandFailedException: A10 NO Invalid message number I tried googling but of no help. Can anyone help me with this? Thanks in advance.
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8262
|
|
Welcome to the JavaRanch "Invalid message number" indicates to me that you are requesting a message that does not exist.
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
 |
|
|
subject: CommandFailedException in JavaMail API
|
|
|