Searched refs:base64 (Results 1 - 9 of 9) sorted by relevance

/haiku/headers/os/mail/
H A DMailAttachment.h35 BSimpleMailAttachment(BPositionIO *dataToAttach, mail_encoding encoding = base64);
36 BSimpleMailAttachment(const void *dataToAttach, size_t lengthOfData, mail_encoding encoding = base64);
59 void SetEncoding(mail_encoding encoding = base64 /* note: we only support base64. This is a no-op */);
H A Dmail_encoding.h3 /* mail encoding - mail de-/encoding functions (base64 and friends)
23 base64 = 'b', enumerator in enum:__anon451
38 // boolean headerMode only matters for quoted_printable and base64.
/haiku/src/kits/mail/
H A Dmail_encoding.cpp28 case base64:
51 case base64:
74 case base64:
103 if (strcasecmp(cte,"base64") == 0)
104 return base64;
H A DMailAttachment.cpp37 Initialize(base64);
73 Initialize(base64);
84 Initialize(base64);
279 case base64:
280 cte = "base64";
333 if (encoding.IFindFirst("base64") >= 0)
334 _encoding = base64;
H A DMailComponent.cpp516 // printable or base64 etc, and then converted to UTF-8 from whatever
678 case base64:
679 transfer_encoding = "base64";
715 case base64:
731 if (encoding != base64) // encode_base64 already does CRLF line endings.
H A Dmail_util.cpp670 // quoted-printable or base64 encoding. Insert an extra space between
687 if ((encoding != quoted_printable && encoding != base64) ||
719 case base64:
733 if (encoding == quoted_printable || encoding == base64)
/haiku/src/tests/kits/net/service/
H A Dtestserver.py20 import base64 namespace
241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
/haiku/src/tests/kits/net/netservices2/
H A Dtestserver.py20 import base64 namespace
241 decoded = base64.decodebytes(encoded_credentials.encode('utf-8'))
/haiku/src/apps/mail/
H A DMailWindow.cpp2306 // particularly Japanese stuff, they only understand base64. They also
2311 encodingForBody = base64;
2320 // base64 in the headers.
2325 encodingForHeaders = base64;

Completed in 79 milliseconds