this is JavaMail related...
is it possible to implement some kind of a listener that monitors
the arrival of new messages and alerts the logged user of his new
message(s)?
I read a little bit today in the documentation, and I found
something related to: StoreEvent, ConnectionEvent, FolderEvent
(create, delete, rename events), but I didn't find anything related
to new messages:S
The only thing that was related to messages was something like:
message changed, ....
Does anyone have an idea about this?