Commit graph

10 commits

Author SHA1 Message Date
50e1a798f2
Set default value for headers parameter in MicromailClient.headers method
Some checks failed
/ serve (push) Has been cancelled
2025-05-19 13:57:43 +02:00
02e6f3fbcc
Update README.md to enhance MicromailClient documentation and add exceptions section; modify error handling in write method to raise NoSocketError 2025-05-19 13:55:34 +02:00
ddbf910f34
Add type stubs for socket and ssl modules; update MicromailClient to remove type ignores 2025-05-19 13:39:16 +02:00
77d4da5900
Enhance type annotations and improve method signatures in MicromailClient for better clarity and type safety 2025-05-19 13:11:49 +02:00
4c9ff09ea9
Set default port values in MicromailClient constructor based on SSL and STARTTLS settings 2025-05-19 12:34:55 +02:00
36dc32fef3
Refactor error handling in MicromailClient to raise exceptions instead of exiting; improve connection logic and command responses 2025-05-19 12:33:37 +02:00
2fe7cc89f7
Remove debug print statement for features in MicromailClient 2025-05-17 21:47:31 +02:00
50af1527fb
Improve error handling in send method by logging response on failure 2025-05-17 21:39:40 +02:00
6f336c17c0
Fix STARTTLS handling and improve logging in MicromailClient 2025-05-17 21:35:50 +02:00
1429665e0d
Refactor release workflow to copy micromail.py instead of the folder, update README for installation instructions, and remove unused __init__.py file
All checks were successful
/ serve (push) Successful in 12s
2025-05-17 20:56:43 +02:00
Renamed from micromail/__init__.py (Browse further)