MCPcopy Create free account
hub / github.com/annmuor/jnode / writeNetmail

Method writeNetmail

jnode-core/src/jnode/ftn/FtnTools.java:1005–1008  ·  view source on GitHub ↗
(FtnAddress from, FtnAddress to,
			String fromName, String toName, String subject, String text)

Source from the content-addressed store, hash-verified

1003 }
1004
1005 public static void writeNetmail(FtnAddress from, FtnAddress to,
1006 String fromName, String toName, String subject, String text) {
1007 writeNetmail(from, to, fromName, toName, subject, text, 0, true);
1008 }
1009
1010 /**
1011 * Создание нетмейла

Callers 10

writeReplyMethod · 0.95
checkMethod · 0.95
checkMethod · 0.95
startMethod · 0.95
writeMailsMethod · 0.95
handleMethod · 0.95
writeRequestNetmailMethod · 0.95
writeGreetsMethod · 0.95
writeKeyMethod · 0.95
tossEchomailMethod · 0.80

Calls 15

generate8dMethod · 0.95
getVersionMethod · 0.95
setDateMethod · 0.95
setToAddrMethod · 0.95
setFromAddrMethod · 0.95
setToNameMethod · 0.95
setFromNameMethod · 0.95
setSubjectMethod · 0.95
setTextMethod · 0.95
setNetmailMethod · 0.95
setAttributeMethod · 0.95
processRewriteMethod · 0.95

Tested by

no test coverage detected