Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions gmail/gmail.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
import re
import imaplib
import kv_mail
# kv_mail is simplest python module to send mail this in oneline code
kv_mail.mail(user,pswd,rec,sub,body)


from mailbox import Mailbox
from utf import encode as encode_utf7, decode as decode_utf7
Expand Down