Skip to content

Latest commit

 

History

History
28 lines (14 loc) · 1.66 KB

README.md

File metadata and controls

28 lines (14 loc) · 1.66 KB

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

PyMR

A tiny tool for desktop remote control via IMAP and SMTP.

ILLUSTRATION

#Features:

-In a situation where you need to keep an eye on projects or procedures going on your laptop which you are not alowed to bring to work however you still have access to most of web mail services for work computer, this tiny code can help especially if you tend to avoid using API and/or hardlife mail services.

-This simple tool can be improved simultaneously while in use since we have access to the windows cmdline and pyautogui library for luxury.

-Multiple client controling possibility is available for single or multiple file transfer, in this case name each subject for a particular client or create subInboxes to keep track of your transactions.

***Sugested improvements :

-Exceptions management can be imporved especially for delays errors.

-Procedures could be more efficient and the code away more clean.

-Inner security is not yet audited ( Evaluation of the dreaded events and the severity of impact).