j-bernard

Results 8 issues of j-bernard

### Symfony version(s) affected 5.3 ### Description As per [RFC5322](https://datatracker.ietf.org/doc/html/rfc5322), email address local part cannot contain any [special character](https://datatracker.ietf.org/doc/html/rfc5322#section-3.2.3) unless quoted but Mailer accepts email addresses containing `@`. ### How...

Bug
Status: Needs Review
Mailer

InternetDomainName documentation is misleading regarding IDN, this clarifies the information. This also updates IDNA RFC references.

package=net
type=api-docs
status=triaged
P3

## Description Convert URL host to A-Label before making a request. `IDNA` object is provided by ICU4j dependency for JVM but on Android it is included in `android.icu.text.IDNA` so you...

The tests have been conducted on Android SDK 30 with Fuel version 2.3.1. With Fuel, URLs containing Unicode characters are converted using percent encoding but domain names should be converted...

ListSelect2 does not correctly render the selected choices when used with groups. This snippet works for groups but I did not make a PR as I'll let the way to...

As per the documentation I tried using idna codec but it still uses the one from encodings.idna. ``` >>> import idna.codec >>> codecs.encode('fuß', 'idna') b'fuss' >>> codecs.getencoder('idna') ``` I also...

EAI is defined in RFC6531 and is supported by Jakarta Mail with the SMTPUTF8 extension but some email addresses domains are considered invalid while they shouldn't when creating `InternetAddress`. To...

enhancement

This commit follows the discussion on the mailing list: https://groups.google.com/g/django-developers/c/h80ELFgsess. @carltongibson Unfortunately, it was not possible to implement it as discussed but this is the closest I was able to...