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

Method writeEchomail

jnode-core/src/jnode/ftn/FtnTools.java:1535–1538  ·  view source on GitHub ↗
(Echoarea area, String subject, String text)

Source from the content-addressed store, hash-verified

1533 }
1534
1535 public static void writeEchomail(Echoarea area, String subject, String text) {
1536 writeEchomail(area, subject, text, MainHandler.getCurrentInstance()
1537 .getInfo().getStationName(), "All");
1538 }
1539
1540 /**
1541 * Эхомейл

Callers 10

postNewsToEchoareaMethod · 0.95
handleMethod · 0.95
handleMethod · 0.95
runMethod · 0.95
doInstallMethod · 0.95
writeStringToEchoareaMethod · 0.95
reportMethod · 0.95
writeStatToEchoareaMethod · 0.95
handleMethod · 0.95

Calls 15

getCurrentInstanceMethod · 0.95
setFromFTNMethod · 0.95
getPrimaryFtnAddressMethod · 0.95
setFromNameMethod · 0.95
setAreaMethod · 0.95
setDateMethod · 0.95
setPathMethod · 0.95
setSeenByMethod · 0.95
setToNameMethod · 0.95
setSubjectMethod · 0.95
setMsgidMethod · 0.95
generate8dMethod · 0.95

Tested by 1

writeStatToEchoareaMethod · 0.76