MCPcopy Create free account
hub / github.com/M66B/FairEmail / writeTo

Method writeTo

app/src/main/java/javax/mail/internet/MimeMessage.java:1851–1855  ·  view source on GitHub ↗

Output the message as an RFC 822 format stream. Note that, depending on how the messag was constructed, it may use a variety of line termination conventions. Generally the output should be sent through an appropriate FilterOutputStream that converts the line terminators to the desired form, ei

(OutputStream os)

Source from the content-addressed store, hash-verified

1849 * @see javax.activation.DataHandler#writeTo
1850 */
1851 @Override
1852 public void writeTo(OutputStream os)
1853 throws IOException, MessagingException {
1854 writeTo(os, null);
1855 }
1856
1857 /**
1858 * Output the message as an RFC 822 format stream, without

Callers 6

onSendMethod · 0.95
onExecuteMethod · 0.95
decodeMessageMethod · 0.95
onAddMethod · 0.95
onRawMethod · 0.95
verifySettings0Method · 0.95

Calls 11

saveChangesMethod · 0.95
writeToMethod · 0.95
writelnMethod · 0.95
getContentStreamMethod · 0.95
hasMoreElementsMethod · 0.45
nextElementMethod · 0.45
readMethod · 0.45
writeMethod · 0.45
closeMethod · 0.45
flushMethod · 0.45

Tested by

no test coverage detected