This website requires JavaScript.
Explore
Help
Sign in
edpibu
/
micromail
Watch
1
Star
0
Fork
You've already forked micromail
0
Code
Issues
Pull requests
Projects
Releases
4
Packages
Wiki
Activity
Actions
Tiny SMTP client for Micropython
9
commits
1
branch
6
tags
135
KiB
Python
100%
7a57a986bf
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Cite this repository
BibTeX
Cancel
Edgar P. Burkhart
7a57a986bf
Update README and example.py for clarity and consistency in message writing
2025-05-17 20:10:14 +02:00
examples
Update README and example.py for clarity and consistency in message writing
2025-05-17 20:10:14 +02:00
micromail
Update README and example.py for clarity and consistency in message writing
2025-05-17 20:10:14 +02:00
.gitignore
Add examples/local.py to .gitignore
2025-05-16 23:18:51 +02:00
.pre-commit-config.yaml
Initialize micromail project with basic structure and functionality
2025-05-16 23:06:10 +02:00
LICENSE
Initial commit
2025-05-16 19:23:27 +02:00
logo.svg
Initialize micromail project with basic structure and functionality
2025-05-16 23:06:10 +02:00
package.json
Add package.json to define project dependencies and versioning
2025-05-16 23:16:59 +02:00
README.md
Update README and example.py for clarity and consistency in message writing
2025-05-17 20:10:14 +02:00
README.md
micromail
Tiny SMTP client for Micropython. See
examples
for usage.
Inspired from
shawwwn/uMail
.