Revise MailAdapter.getContent()
--------------------------------
Key: JSIEVE-35
URL: https://issues.apache.org/jira/browse/JSIEVE-35
Project: JAMES jSieve
Issue Type: Improvement
Reporter: Robert Burrell Donkin
/**
* Method getContent returns object containing the message content. TODO:
* This is poorly defined. TODO: This is used to search a mail body and
* needs to return a string. TODO: But creating a string is not efficient.
* TODO: It would be better to allow the adapter to search.
*
* @return Object
* @throws SieveMailException
*/
public Object getContent() throws SieveMailException;
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]