A module to send or recieve emails
Project description
srml
Author: Jeefy
Email: jeefy163@163.com
Url: Github, PyPI
Connections
SMTPConnect
A easy smtp connect class to connect smtp host.
Initialize with four params:
host: refers to the connect host, such as 'smtp.qq.com'.
mails: refers to the user's info, format in ('email@some.com', 'password').
Notice:
The password is the password for login the smtp, imap, pop hosts.
ssl: decide whether use ssl to connect or not.
port: the connect port of the host.
- login
login(email, passwd), if param email or passwd if not given, use the info recieve when create the instance. - send
send(msg), bind with Message class. - close
close(), disconnect with the host and quit.
Can use
with SMTPConnect(...) as conn.
Ifwithis used, this would automatic use.loginmethod.
IMAPConnect
Almost the same as SMTPConnect.
- login
login(email, passwd), the same as SMTPConnect. - select_folder
select_folder('Folder name'), select folder accordng tolist_folders() - list_folders
list_folders(), return all exists folders can be select. - close_folder
close_folder(), close the current select folder.if need to unselect, use
.client.unselect_folder() - search
search(types=['ALL']), search the emails according to the types, default 'ALL' - fetch
fetch(uid, types='BODY[]'), fetch the message according to the search returned uids. - fetchall
fetchall(types='BODY[]'), return all message. - quit
exit the connection.
POPConnect
See also srml.popclient.POPClient. Like poplib.POP or poplib.POP_SSL. more infomation, see python standard library
Parse
Parse the MIME message according to the bytes in.
shown body see Parse.body.
plain text see Parse.text.
params or files see Parse.get_params().
more see Parse.dict
File
A class help to save the file.
MailBox
The mix class for all connection
use help(MailBox) for more details.
srml.mailG
the GUI version to use the email objects.
srml.mailCli
The cli version to use the email objects.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file jsrml-0.0.2.linux-armv7l.tar.gz.
File metadata
- Download URL: jsrml-0.0.2.linux-armv7l.tar.gz
- Upload date:
- Size: 19.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ac59df0380150aa10fd26a18df6eddddd6a9204d0ae2f0b67b461a69ec7a50d1
|
|
| MD5 |
17cc61ae5a38fae279646428b8c72add
|
|
| BLAKE2b-256 |
76949c6a9f6ab852a9633ac43384f03da7b7299f1e7a237c7622c8363168e695
|
File details
Details for the file jsrml-0.0.2-py3-none-any.whl.
File metadata
- Download URL: jsrml-0.0.2-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.50.2 CPython/3.8.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
54e8c9485f4081d7a3e1c328cb2643f031899b1ff55df5cad83776d2ca49e104
|
|
| MD5 |
a559776d16749d7285643c6457919ae4
|
|
| BLAKE2b-256 |
227a6b5942eedec3117c3c10915242dae358d20172a588d9f0de7d76c62d6f1d
|