-
Message subjects that are Q-encoded according to [RFC 2047](https://datatracker.ietf.org/doc/html/rfc2047#section-4.2) because they contain non-ASCII characters are not decoded correctly. See the foll…
-
This code:
```perl
use Email::Address::XS;
say Email::Address::XS->parse("\xFF\@jwilk.net")->is_valid;
```
prints 1.
But RFC 5322 addresses are ASCII-only.
jwilk updated
2 years ago
-
Hi
I do get an error message that says `InvalidLastSymbol(25, 87)` for this (valid?!) base64: `UG9ydGFsZSBIYWNraW5nVGVhbW==`.
Is there something I am missing here?
-
## Disclaimer
Hello, it's me again! I'm sorry that I'm often asking for help but I hope that it's fine... as I already said, you are always free to say that you don't want to get any questions like t…
-
### Is your feature request related to a problem? Please describe.
I came across this issue while trying to send an email to myself with my name included:
```js
import { SendEmailCommand, SESv2…
-
A server running rsyncd processes was accidentally rebooted while multiple "client" hosts had active rsync processes to it. On nearly all those hosts, rsync was in the state described in ticket #429 -…
-
by **maddogfyg**:
What steps will reproduce the problem?
1.Upload a file from <input type="file" name="someinput" ......
2.If the file name include non-ASCII character(such as …
-
BPO | [1079](https://bugs.python.org/issue1079)
--- | :---
Nosy | @warsaw, @atsuoishimoto, @bitdancer
Files | [header_encwd_nows.patch](https://bugs.python.org/file13608/header_encwd_nows.patch "Uploa…
-
BPO | [463996](https://bugs.python.org/issue463996)
--- | :---
Nosy | @loewis, @warsaw
*Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current…
-
Hello! I hope it's fine if I ask a question about a part of my code. It's in [this line](https://github.com/TornaxO7/rfc2047-decoder/blob/7_lexer_using_chumsky/src/lexer.rs#L72).
## Context
### Wh…