pym: Python Mail Very small text-only tools for email.

Peter Wiehe e139f313b9 0.10 2 周之前
.gitignore e139f313b9 0.10 2 周之前
agpl-3.0.txt e7206fa5a6 0.5 2 周之前
install.sh e7206fa5a6 0.5 2 周之前
pymget e139f313b9 0.10 2 周之前
pymsend c23ccdedbb 0.1 2 周之前
readme.txt e139f313b9 0.10 2 周之前

readme.txt

pym: Python Mail, very small text-only Python tools for email.
Version 0.10
(C) Copyright 2024 Peter Wiehe

License: AGPL 3 See agpl-3.0.txt

This program is a text only mail client, written in Python3.

------------------------------------
Run "install.sh".

Create an empty text file with the name "pymget-conf.txt" and put it into the directory "~/pym".

Then write into this conf file (each on a line):
server-address
username
password

Same for "pymsend-conf.txt".

--------------------------------------
Subdir:
.git Internal data for Git.

Files:
.gitignore Internal helper file for Git.
agpl-3.0.txt License text.
install.sh Installation script.
pymget Python sourcecode for getting email.
pymsend Python sourcecode for sending email.
readme.txt This help file.