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

Method customCommand

src/async/imap/MCIMAPAsyncSession.cpp:621–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

619}
620
621IMAPCustomCommandOperation * IMAPAsyncSession::customCommand(String *command, bool urgent)
622{
623
624 IMAPCustomCommandOperation *op = new IMAPCustomCommandOperation();
625 op->setMainSession(this);
626 op->setCustomCommand(command);
627 op->setUrgent(urgent);
628 op->autorelease();
629 return op;
630}
631
632IMAPFetchContentOperation * IMAPAsyncSession::fetchMessageAttachmentByNumberOperation(String * folder, uint32_t number, String * partID,
633 Encoding encoding, bool urgent)

Callers 1

mainMethod · 0.45

Calls 4

setMainSessionMethod · 0.80
setCustomCommandMethod · 0.80
setUrgentMethod · 0.80
autoreleaseMethod · 0.45

Tested by

no test coverage detected