-
Thanks for providing this great library!
In one of my test mails there was one email that contained a null byte within the content. The parser stops reading the stream if it encounters a null byte.…
-
Hello,
When this module had construction method for Content-Type which takes result of `parse_content_type()` as the argument, I thought that it was convenient.
Like so (Since it wrote promptly, th…
-
What does 'go version' print?
go version devel +1afdecdd77c1 Sat Mar 29 17:10:25 2014 -0400 linux/amd64
What steps reproduce the problem?
http://play.golang.org/p/LcQhZpJkX2
1. Call mime.FormatMedia…
-
Hi~
I made a CompositeMetadata in golang SDK (according to: https://github.com/rsocket/rsocket/blob/master/Extensions/CompositeMetadata.md), but sadly it decoded failed in java.
Is there some wr…
-
A bug in `future.backports.email.base64mime.header_encode` raises an exception when serializing an email message object containing a base64-encoded UTF8 header.
I have observed this problem on Pyth…
-
https://json-schema.org/understanding-json-schema/reference/non_json_data.html
defines 7bit, 8bit, binary, quoted-printable and base64 as values for contentEncondign and refers to RFC 2054, part 6…
-
I've noticed this while digging into #26521 but afaict ParseMediaType behaves correctly according to RFC 2045 but the FormDataContentType doesn't return quoted-string. The function mentions that it fo…
-
How do I specify a production rule allowing a literal `DQUOTE`?
For example, check out [RFC 2045](https://tools.ietf.org/html/rfc2045#appendix-A). They appear to use `prose-val` to specify a litera…
-
When submitting an XMLHttpRequest from ReactNative iOS the multipart boundary sometimes contains a forward slash '/' character and those requests all produce an empty body even tho the '/' character i…
-
Nice work but of course I had to stumble into an issue..
A pair of Unicorns break on decode... Have not figured out why as yet..
```dart
import 'package:utf7/utf7.dart';
main() {
String s…