-
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 …
-
The following program illustrates a breakage that was introduced in 2.80:
```
use strict;
use warnings;
use Encode qw(encode);
my $headers = join
(
"\r\n",
'From: k…
-
I switched my HTTPClient from okhttp-urlconnection okhttp-client. After some days after the release a customer could not make any valid requests anymore. After a long time i realized that Credentials …
-
> Note: Please use Issues only for bug reports. For questions, discussions, feature requests, etc. post to dev group: https://www.facebook.com/groups/rocksdb.dev
### Expected behavior
`$> sst_dump…
cv711 updated
6 years ago
-
The [TODO](https://github.com/neomutt/neomutt/blob/b7c0d9abd67f23fb16f36834eb66ff25d06a2560/TODO) file says:
> When displaying MIME headers, rfc 2047 decoding is applied (which
> should not happe…
ghost updated
7 years ago
-
Hi, i found a bug in gevent 1.1a2 (latest ajenti)...
```
user@htpc:~$ python -c 'import sys; print sys.getfilesystemencoding(), sys.getdefaultencoding();'
UTF-8 asci
user@htpc:~$ locale
LANG=cs_CZ.U…
-
There was a change recently in [PR #2047] "Added missing charset JSONEncoding encode API".
Actually, the MIME type `application/json` does not define a charset parameter. Please refer to [RFC 7158 …
-
I'm trying to upload file, which name is utf8 encoded string, and getting string quoted with ".
I found that it can't be properly parsed by Snap.Internal.Parsing.pQuotedString, so as a workaround
I m…
-
MimeUtility.decodeText() does not properly decode the ASCII string:
(=?ISO-8859-1?Q?a?=)
In the examples given on page 11 of RFC 2047, it is clearly stated that this
should be decoded to "(a)". The …
-
Currently RFC 2047 encoded author names and content
looks like garbage in RSS Bandit.
Reported by: *anonymous
Original Ticket: "rssbandit/bugs/593":https://sourceforge.net/p/rssbandit/bugs/593