Home
last modified time | relevance | path

Searched refs:rfc2047 (Results 1 – 2 of 2) sorted by relevance

/haiku/src/kits/mail/
H A Dmail_util.cpp675 BString rfc2047; in utf8_to_rfc2047() local
689 rfc2047.Append (currentWord->convertedWord); in utf8_to_rfc2047()
694 rfc2047 << ' '; // Can insert as many spaces as you want between encoded words. in utf8_to_rfc2047()
703 rfc2047 << currentWord->originalWord[0]; in utf8_to_rfc2047()
729 rfc2047 << "=?" << charset_dec << '?' << encoding << '?'; in utf8_to_rfc2047()
730 rfc2047.Append (encoded, encoded_len); in utf8_to_rfc2047()
731 rfc2047 << "?="; in utf8_to_rfc2047()
742 ssize_t finalLength = rfc2047.Length (); in utf8_to_rfc2047()
744 memcpy (*bufp, rfc2047.String(), finalLength); in utf8_to_rfc2047()
/haiku/docs/user/mail/
H A DTextMailComponent.dox21 <a href="https://www.ietf.org/rfc/rfc2047.txt">RFC-2047</a> style text. As such,