my dog learned polymorphism
The moose likes Sockets and Internet Protocols and the fly likes CommandFailedException in JavaMail API Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Sockets and Internet Protocols
Reply Bookmark "CommandFailedException in JavaMail API" Watch "CommandFailedException in JavaMail API" New topic
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]
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: CommandFailedException in JavaMail API
 
Similar Threads
Connection reset by peer in JavaMail APIs
How can you validate the domain of an email address?
Forwarding a mail using JavaMail
Java mail SMTP server
EJB and JavaMail