
|
If you were logged in you would be able to see more operations.
|
|
|
Project Wonder
Created: 21/Aug/07 09:42 PM
Updated: 22/Aug/07 12:11 AM
|
|
| Component/s: |
None
|
| Affects Version/s: |
None
|
| Fix Version/s: |
None
|
|
|
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
|
|
Description
|
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 » |
|
|