-
The URL used in the SSO is a 404 if you use every permission available. This is likely due to URL character limit. Please add either clustered permissions, or update the scope selector to determine if…
-
My electricity provider sent me a Christmas message with the following Subject header:
```
Subject: =?UTF-8?Q?Kvie=C4=8Diame=20drauge=20pildyti=20ESO=20pasi=C5=BEad=C4?=
=?UTF-8?Q?=97jim=C5=B3=2…
-
Subject Line is not being encoded correctly for characters outside the ASCII range. When sending emails, none of the subjects I specify with special characters (through ether the API with `mail.setSub…
-
MIME has some RFC's for support internationalized headers (RFC-2047, RFC-2231). Python support this RFC with [email.header](https://docs.python.org/3/library/email.header.html) module.
-
Here are some examples not working the same as vanilla Firefox.
1. https://drive.google.com/file/d/0B7pIvhrJqP6xaGNkVldaeUpuRG8/view
The filename is ```測試.txt```, while open-in-browser displays …
-
The following simple GMime program demonstrates a peculiarity of header wrapping. In particular, when a US-ASCII whitespace-delimited token is 38 characters wide, it is rendered simply. But when it …
-
Example:
```
Subject:
=?GB2312?B?zeLDs8jL1LG1xMD7xvejrMO/zOyw79b6xPrL0cv3xPqy+sa30NDStbXEyc/N?=
=?GB2312?B?8snP087Ev7Hqv827p9fK1LSjoQ==?=
```
The only solution I found is to prepend iconv() with "…
-
`Address.toString()`always returns:
```
Twitter
```
for ASCII characters.
**But** when `Address` contains non-ASCII characters, it returns:
```
=?UTF-8?Q?InfoQ=E4=B8=AD=E6=96=87=E7=AB=99?= …
-
Officially request and response headers are restricted to ASCII. Historically however ANSI and local code pages were supported. There are also some cases where UTF-8 was used in for Unicode host names…
-
When encrypting and signing a file, I'm getting complaints that the encryption key is being used to sign.
I can see code in the source that suggests there has been attempted provisions to get the …