-
Continuing my homework ;-)
If I have this in the email (notice the unencoded tab and `ä`):
```
Subject: =?utf-8?Q?f=C3=B6=C3=B6 bär?=
```
...`$message->getHeader('subject')->getValue()` just re…
-
We [currently](https://github.com/cert-manager/website/blob/3e757b725e63dc69929e7422bc55c12d35583f2b/scripts/bin/hugo#L25) use Hugo 0.59.1 for building https://cert-manager.io.
In #496, I added a t…
-
## Expected Behaviour
```
To: наб
```
## Actual Behaviour
```
To: =?utf-8?b?0L3QsNCxIDxuYWJpamFjemxld2VsaUBuYWJpamFjemxld2VsaS54eXo+?=
```
## Steps to Reproduce
Set `rfc2047_parame…
-
Hi,
In a test campaign, I can set in `From address` field: "Bécassine "
If I do that, the received email shows:
> From: =?UTF-8?q?B=C3=A9cassine_ , ?=@myhost.example.com
So I get in `From` t…
-
I have this in the email:
```
Subject: =?utf-8?B?b2LD?=
=?utf-8?B?pHI=?=
```
`$message->getHeader('subject')->getValue()` gives me
```
ob??r
```
But php-mime-mail-parser's [`$parser->getHead…
-
Currently in the simpleemailv2 the Source property on SendEmailRequest is not available.
Original:
https://docs.aws.amazon.com/sdkfornet/v3/apidocs/items/SimpleEmailV2/TSendEmailRequest.html
v2…
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
Output of `curl -s cht.sh/~docker-compose` is too long, because the whole `:list` output is printed. Maybe show just a few lines of context for it?
```
[:list]
...
docker-build
docker-compose
do…
-
How to parse following address for example?
```
"ßoµ"
```
Current version throws exception while parsing above email address.
And `EmailAddressParser.getAddressParts` returns `null`
-
| Q | A
| ------------ | ---
| Bug? | yes
| New Feature? | no
| Version | 6.3.2
#### Actual Behavior
- send HEAD request
- receive 301 redirect response
- follow …