Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MailCore/mailcore2
/ setCustomCommand
Method
setCustomCommand
src/async/imap/MCIMAPCustomCommandOperation.cpp:28–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
}
27
28
void IMAPCustomCommandOperation::setCustomCommand(String * command)
29
{
30
MC_SAFE_REPLACE_COPY(String, mCustomCommand, command);
31
}
32
33
String * IMAPCustomCommandOperation::response()
34
{
Callers
1
customCommand
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected