Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
333
void Address::setMailbox(String * mailbox)
334
{
335
MC_SAFE_REPLACE_COPY(String, mMailbox, mailbox);
336
}
337
338
String * Address::mailbox()
339
{
Callers
5
addressWithDisplayName
Method · 0.45
addressWithIMFMailbox
Method · 0.45
addressWithIMAPAddress
Method · 0.45
addressWithNonEncodedIMFMailbox
Method · 0.45
testMessageBuilder
Function · 0.45
Calls
no outgoing calls
Tested by
1
testMessageBuilder
Function · 0.36