Searched refs:epilogue (Results 1 - 7 of 7) sorted by relevance

/packages/apps/Email/src/org/apache/james/mime4j/message/
H A DMultipart.java38 * epilogue. The preamble consists of whatever characters appear before the
39 * first body part while the epilogue consists of whatever characters come
47 private String epilogue = ""; field in class:Multipart
98 * Gets the epilogue.
100 * @return the epilogue.
103 return epilogue;
107 * Sets the epilogue.
109 * @param epilogue the epilogue.
111 public void setEpilogue(String epilogue) { argument
[all...]
H A DMessage.java222 * @see org.apache.james.mime4j.ContentHandler#epilogue(java.io.InputStream)
224 public void epilogue(InputStream is) throws IOException { method in class:Message.MessageBuilder
/packages/apps/Email/src/org/apache/james/mime4j/
H A DAbstractContentHandler.java73 * @see org.apache.james.mime4j.ContentHandler#epilogue(java.io.InputStream)
75 public void epilogue(InputStream is) throws IOException { method in class:AbstractContentHandler
H A DContentHandler.java63 * epilogue(...)
131 * Called for the epilogue (whatever comes after the final body part)
134 * @param is used to get the contents of the epilogue.
137 void epilogue(InputStream is) throws IOException; method in interface:ContentHandler
H A DMimeStreamParser.java170 handler.epilogue(new CloseShieldInputStream(is));
/packages/apps/Email/tests/src/com/android/emailcommon/mail/
H A DMessageTestUtils.java267 * @param epilogue string to add to the end
270 public String build(String epilogue) { argument
271 mBuilder.append(epilogue);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
H A DMimeMessage.java598 public void epilogue(InputStream is) throws IOException { method in class:MimeMessage.MimeMessageBuilder

Completed in 133 milliseconds