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

Method main

src/async/imap/MCIMAPAppendMessageOperation.cpp:88–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86}
87
88void IMAPAppendMessageOperation::main()
89{
90 ErrorCode error;
91 if (mMessageFilepath != NULL) {
92 session()->session()->appendMessageWithCustomFlagsAndDate(folder(), mMessageFilepath, mFlags, mCustomFlags, mDate, this, &mCreatedUID, &error);
93 }
94 else {
95 session()->session()->appendMessageWithCustomFlagsAndDate(folder(), mMessageData, mFlags, mCustomFlags, mDate, this, &mCreatedUID, &error);
96 }
97 setError(error);
98}
99

Callers

nothing calls this directly

Calls 2

sessionMethod · 0.45

Tested by

no test coverage detected