You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by HockeyDave <da...@yahoo.com> on 2008/10/26 15:36:12 UTC

processOnlyUnseenMessages=true works for IMAP

Okay, I did some JavaMail research and discovered that Pop3 does not support
Flags.Flag.RECENT.   I switched to using IMAP instead w/ 1.4.0 and this now
works.

http://java.sun.com/products/javamail/javadocs/com/sun/mail/pop3/package-summary.html

http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html

http://java.sun.com/products/javamail/javadocs/javax/mail/Flags.html

-- 
View this message in context: http://www.nabble.com/processOnlyUnseenMessages%3Dtrue-not-working-in-1.4.0--tp20120636s22882p20174089.html
Sent from the Camel - Users mailing list archive at Nabble.com.


RE: processOnlyUnseenMessages=true works for IMAP

Posted by Claus Ibsen <ci...@silverbullet.dk>.
Hi Dave

Thanks for the findings. I have added a section to the camel mail documentation with these links.


Med venlig hilsen
 
Claus Ibsen
......................................
Silverbullet
Skovsgårdsvænget 21
8362 Hørning
Tlf. +45 2962 7576
Web: www.silverbullet.dk
-----Original Message-----
From: HockeyDave [mailto:david_peterson4146@yahoo.com] 
Sent: 26. oktober 2008 15:36
To: camel-user@activemq.apache.org
Subject: processOnlyUnseenMessages=true works for IMAP


Okay, I did some JavaMail research and discovered that Pop3 does not support
Flags.Flag.RECENT.   I switched to using IMAP instead w/ 1.4.0 and this now
works.

http://java.sun.com/products/javamail/javadocs/com/sun/mail/pop3/package-summary.html

http://java.sun.com/products/javamail/javadocs/com/sun/mail/imap/package-summary.html

http://java.sun.com/products/javamail/javadocs/javax/mail/Flags.html

-- 
View this message in context: http://www.nabble.com/processOnlyUnseenMessages%3Dtrue-not-working-in-1.4.0--tp20120636s22882p20174089.html
Sent from the Camel - Users mailing list archive at Nabble.com.