thunderbird / autoconfig

The ISPDB, Thunderbird's database of mail configuration files.
https://autoconfig.thunderbird.net/v1.1/
Mozilla Public License 2.0
53 stars 39 forks source link

Remove UTF-8 BOM #58

Closed cketti closed 1 year ago

cketti commented 1 year ago

The file started with the 3 bytes EF BB BF, the UTF-8 representation of the BOM. This is unnecessary. And the XML parser we're using on Android throws an exception when trying to read the file.