MCPcopy Create free account
hub / github.com/MailCore/mailcore2 / setMailbox

Method setMailbox

src/core/abstract/MCAddress.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333void Address::setMailbox(String * mailbox)
334{
335 MC_SAFE_REPLACE_COPY(String, mMailbox, mailbox);
336}
337
338String * Address::mailbox()
339{

Callers 5

addressWithIMFMailboxMethod · 0.45
testMessageBuilderFunction · 0.45

Calls

no outgoing calls

Tested by 1

testMessageBuilderFunction · 0.36