Home | History | Annotate | Download | only in mail

Lines Matching refs:utf

134 		2: {string([]byte{0xed, 0xa0, 0x80}) + " <micro@example.net>", "invalid utf-8 in address"},
135 3: {"\"" + string([]byte{0xed, 0xa0, 0x80}) + "\" <half-surrogate@example.com>", "invalid utf-8 in quoted-string"},
136 4: {"\"\\" + string([]byte{0x80}) + "\" <escaped-invalid-unicode@example.net>", "invalid utf-8 in quoted-string"},
228 // RFC 2047 "Q"-encoded UTF-8 address.
230 `=?utf-8?q?J=C3=B6rg_Doe?= <joerg@example.com>`,
258 // Custom example of RFC 2047 "B"-encoded UTF-8 address.
260 `=?UTF-8?B?SsO2cmc=?= <joerg@example.com>`,
298 // RFC 6532 3.2.2, local address parts allow UTF-8
308 // RFC 6532 3.2.4, domains parts allow UTF-8
458 // Custom example of RFC 2047 "B"-encoded UTF-8 address.
460 `=?UTF-8?B?SsO2cmc=?= <joerg@example.com>`,
545 `=?utf-8?q?B=C3=B6b?= <bob@example.com>`,
553 `=?utf-8?q?B=C3=B6b_Jac=C3=B6b?= <bob@example.com>`,
565 `=?utf-8?b?QsO2YiwgSmFjw7Zi?= <bob@example.com>`,
580 // should q-encode even for invalid utf-8.
582 "=?utf-8?q?=ED=A0=80?= <invalid-utf8@example.net>",