Commit graph

24 commits

Author SHA1 Message Date
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
61120dd4e8
revert gpgmymail to 40b3ba3760 2024-11-12 19:00:56 +00:00
885532f27a
callable type hint 2024-11-12 18:55:14 +00:00
e0959fb9c6
var name syntax error 2024-11-12 18:52:58 +00:00
06e863f739
attempt to encode encrypted messages the same as unencrypted input 2024-11-12 18:45:10 +00:00
40b3ba3760
allow user to specify they want input to be encrypted unconditionally 2024-11-12 14:27:20 +00:00
4fed606df2
syntax error fix 2024-11-12 14:06:58 +00:00
a2eaa913be
allow user to control encoding 2024-11-12 14:06:19 +00:00
edd8650c84
pre-commit hooks 2024-11-06 22:53:20 +00:00
6ee8493416
move .venv to venv 2024-11-06 22:51:48 +00:00
ff3fb5e431
move encoding to a constant and have same encoding for both encryption and decryption 2024-11-06 20:47:12 +00:00
dc7bebde92
only test subtype 2024-11-05 17:16:14 +00:00
9c5567addf
no longer use utf-8 encoding bc it causes encoding issues (waow) with some emails? 2024-11-05 17:14:44 +00:00
51c0ea34a7
use utf-8 encoding for gpg encryption 2024-11-04 23:55:56 +00:00
3338035673
doc 2024-11-04 18:55:51 +00:00
8a8125957c
remove obsolete addition in README 2024-11-04 18:51:32 +00:00
fe0caa446a
documentation + add unconditionally_encrypt optional kwarg to encrypt() 2024-11-04 17:17:02 +00:00
3f0aa89f08
more helpful program description 2024-11-04 16:33:36 +00:00
e00bc3f33e
requirements 2024-11-04 16:31:40 +00:00
9b86d14d6e
initial commit 2024-11-04 16:24:24 +00:00