1
0
mirror of https://github.com/craigerl/aprsd.git synced 2024-12-19 16:15:57 -05:00
aprsd/aprsd
Hemna 96bae795a5 Fix unknown characterset emails
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.
2020-12-15 17:59:17 -05:00
..
__init__.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fake_aprs.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
fuzzyclock.py Update tox environment to fix formatting python errors 2020-12-11 08:47:56 -05:00
main.py Fix unknown characterset emails 2020-12-15 17:59:17 -05:00
plugin.py Don't use the dirname for the plugin path search 2020-12-15 09:30:10 -05:00
utils.py Created plugin.py for Command Plugins 2020-12-13 20:57:30 -05:00