serge 01/08/05 20:37:21
Modified: src/java/org/apache/mailet Mail.java
Log:
Removed the setMessage(InputStream) message since it is not used in the server and
is better handled by creating a MimeMessage and setting that.
Revision Changes Path
1.2 +0 -9 jakarta-james/src/java/org/apache/mailet/Mail.java
Index: Mail.java
===================================================================
RCS file: /home/cvs/jakarta-james/src/java/org/apache/mailet/Mail.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Mail.java 2001/05/11 08:50:26 1.1
+++ Mail.java 2001/08/06 03:37:21 1.2
@@ -88,15 +88,6 @@
void setErrorMessage(String msg);
/**
- * Sets the MimeMessage associated with this message via an inputstream. The
Mail
- * object will parse out the inputstream and construct a MimeMessage object.
- *
- * @param in - the inputstream to read to construct the MimeMessage
- * @throws MessagingException - if there was an error parsing the inputstream
- */
- void setMessage(InputStream in) throws MessagingException;
-
- /**
* Sets the MimeMessage associated with this message via the object.
*
* @param message - the new MimeMessage that this Mail object will wrap
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]