I can find the "javax.mail.EventQueue" binary class in the mail.jar(version 1.4), but I don't see it menetioned in the javadoc. Does anyone know where I can find the javadoc for that class?
i try to implement the ConnectionListener and TransportListener,and wonder what part of that EventQueue class plays in MailEvent, TransportEvent, and ConnectionEvent.