7or8bit-decode #5

Manually merged
revsuine merged 17 commits from 7or8bit-decode into master 2024-11-14 19:45:52 +00:00

17 commits

Author SHA1 Message Date
633a54e2b1
decode b64 bytes for non-multipart message too 2024-11-14 19:39:17 +00:00
218ee51ac2
abstract b64 decoding behaviour to a function 2024-11-14 19:37:15 +00:00
f1a07cb1e0
use message_from_string instead of message_from_bytes cause message_from_bytes bizarrely changes it back to base64 2024-11-14 19:24:40 +00:00
f559fef2ed
strip trailing hyphens from base64 2024-11-14 19:15:37 +00:00
10f25158bf
try to decode w/o boundary 2024-11-14 19:05:21 +00:00
6590baafd1
try do this by replacing entire payload 2024-11-14 18:55:06 +00:00
b213a0ab52
don't encode decoded 2024-11-14 18:52:18 +00:00
9a3a1f2cb7
encode the find and replaces for b64 decode 2024-11-14 18:46:30 +00:00
158f5356a1
syntax error fix 2024-11-14 18:45:30 +00:00
82c5144e58
implement really hacky way of decoding b64 parts 2024-11-14 18:44:28 +00:00
a21ee759c8
temp remove base64 decoding and unconditionally quopri decode 2024-11-14 18:26:22 +00:00
2955e990da
var name typo 2024-11-14 18:15:06 +00:00
e7a8f40b91
first attempt to implement decoding as 7or8bit through quopri, base64, and byte replacement 2024-11-14 18:13:16 +00:00
8755e0e1cc
gitignore some testing files 2024-11-14 17:39:25 +00:00
b78f1f04af
more testing scripts 2024-11-14 15:59:20 +00:00
f895e87ec0
account for non-multipart emails 2024-11-14 15:19:57 +00:00
ed57c8f0d4
first attempt to implement decoding as 7or8bit (non-working) 2024-11-13 17:22:21 +00:00