On Sun, Feb 28, 2010 at 10:22 AM, Manuel Carrasco Moñino <[email protected]> wrote: > Hello guys, I'm playing with Hupa & James, and I get this error: > > javax.mail.MessagingException: UID EXPUNGE not supported; > nested exception is: > com.sun.mail.iap.BadCommandException: UID EXPUNGE not supported > at com.sun.mail.imap.IMAPFolder.expunge(IMAPFolder.java:1602) > > Is it normal?, if so, where is the list of imap commands supported in > James so far?
this isn't an IMAP command but part of the UIDPLUS extension (http://www.apps.ietf.org/rfc/rfc4315.html). FWIW sun's client is not correct since james does not advertise UIDPLUS and an alternative command exists. this is currently unimplemented but adding it should be really quite easy if anyone wanted to give it a go - robert --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
