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

Method decodedSize

src/core/imap/MCIMAPPart.cpp:75–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75unsigned int IMAPPart::decodedSize()
76{
77 switch (mEncoding) {
78 case MAILIMAP_BODY_FLD_ENC_BASE64:
79 return mSize * 3 / 4;
80
81 default:
82 return mSize;
83 }
84}
85
86AbstractPart * IMAPPart::attachmentWithIMAPBody(struct mailimap_body * body)
87{

Callers 1

templateValuesForPartMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected