craigerl / aprsd

Amateur radio APRS daemon which listens for messages and responds. By KM6LYW.
Apache License 2.0
124 stars 19 forks source link

Fix unknown characterset emails #22

Closed hemna closed 3 years ago

hemna commented 3 years ago

Some emails that had an unknown character set. when that happens we can't decode the body of the message properly, so the default body string was being used, and was attempting to be decoded. Only byte strings can be decoded, so the default string is now labeled as a byte encoding.