Jim Durrell
2009-02-26 17:32:54 UTC
I'm using javamail to connect to the gmail "INBOX" folder. The code
registers various listeners and then calls idle() on the folder. Everything
connects fine and receives notifications when a message arrives or is
archived. Is it possible to also receive notification when a message is
read or marked unread? I've added a MessageChangedListener, but it does not
get called.
I've enabled the tracing in javamail, and the last thing I see is the
+idling message. When I read messages in the gmail web interface, there is
no tracing output from javamail, suggesting that gmail isn't sending this
information. Am I setting something up wrong, or is this a known
limitation?
Thanks,
-- jim
registers various listeners and then calls idle() on the folder. Everything
connects fine and receives notifications when a message arrives or is
archived. Is it possible to also receive notification when a message is
read or marked unread? I've added a MessageChangedListener, but it does not
get called.
I've enabled the tracing in javamail, and the last thing I see is the
+idling message. When I read messages in the gmail web interface, there is
no tracing output from javamail, suggesting that gmail isn't sending this
information. Am I setting something up wrong, or is this a known
limitation?
Thanks,
-- jim
--
View this message in context: http://www.nabble.com/Message-read-unread-notifications-tp22229366p22229366.html
Sent from the Javamail mailing list archive at Nabble.com.
===========================================================================
To unsubscribe, send email to ***@java.sun.com and include in the body
of the message "signoff JAVAMAIL-INTEREST". For general help, send email to
***@java.sun.com and include in the body of the message "help".
View this message in context: http://www.nabble.com/Message-read-unread-notifications-tp22229366p22229366.html
Sent from the Javamail mailing list archive at Nabble.com.
===========================================================================
To unsubscribe, send email to ***@java.sun.com and include in the body
of the message "signoff JAVAMAIL-INTEREST". For general help, send email to
***@java.sun.com and include in the body of the message "help".