ObjectStyle.org Issue Tracker  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: WONDER-20
Type: New Feature New Feature
Status: Open Open
Priority: Trivial Trivial
Assignee: Mike Schrag
Reporter: Pascal Robert
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Project Wonder

IMAP classes for ERJavaMail

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


 Description  « 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

 All   Comments   Change History      Sort Order:
Anjo Krank [22/Aug/07 12:11 AM]
Mike, you are working on an adaptor anyway...