Hide
I think we should add basic IMAP classes to ERJavaMail. Those classes should :
- open a IMAP or IMAPS (IMAP on SSL) connection
- open a IMAP folder by name, either as read-only or read/write
- method to return the list of folders available on the server
- method to create a new folder
- method to close a folder, with an option to expunge the deleted messages or not
- methods to fetch emails, those should be return as ERMessage
- basic component to display the text part of the email ?
- method to change the flags (read, deleted, etc.) of an email
Show
I think we should add basic IMAP classes to ERJavaMail. Those classes should :
- open a IMAP or IMAPS (IMAP on SSL) connection
- open a IMAP folder by name, either as read-only or read/write
- method to return the list of folders available on the server
- method to create a new folder
- method to close a folder, with an option to expunge the deleted messages or not
- methods to fetch emails, those should be return as ERMessage
- basic component to display the text part of the email ?
- method to change the flags (read, deleted, etc.) of an email