If you face any problem please follow this process to install the library
-
smtplib
For install smtp lib run
pip install smtplib
-
email
For install email run
pip install email
-
getpass
For install getpass run
pip install getpass
-
imaplib
For install imaplib run
pip install imaplib
-
playsound
For install playsound run
pip install playsound
-
threading
For install threading run
pip install threading
-
ctypes
For install ctypes run
pip install ctypes
-
Sendmail.py is the main file for sending mail. All send function is under that file. No need to run
-
Sendy.py can send mail. It is depandent on Sendmail.py
-
ReceiveMail.py is the main file for reciving mail. All reciving function is under that file No need to run
-
CheckMail.py is check a number of file from server. It is depandent on ReceiveMail.py
-
Server.py send connection request to server in every 15 sec and notify user if there is new email. It is depandent on ReceiveMail.py
In py
file getpass.getpass()
function is not working on my windows terminal. So I remove them from py
file.
It will work well in .ipynb
file. Try your terminal that it works your pc or not.
getpass.getpass()
is working on qpython 2 and Linux
MIT License
Copyright (c) 2017 Shahariar Rabby
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.