The program is a solution to the task from the first laboratory on the subject "Network Information Technologies".
This program is a mail client. Its main functionality:
- Reading mail (uses IMAP4);
- Sending mail (uses SMTP);
- Ability to send letters anonymously (if the mail host supports it);
- Possibility of mass mailing of letters;
- All background information and documentation is described in script files;
- And a lot of other important little things.
The full text of the license can be found at the following link.
Copyright © 2022 Kalynovsky Valentin. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
To start the program, just run main.pyw.
But it is also possible to run the program through the console:
python main.pyw
If the program gives a missing modules' error at startup, install Qt:
pip install PyQt6
# or
pip install pyqt6
There is a compiled version of the program. To use it, simply download the archive in the binaries' section under the latest version release. Unzip the archive and then use it as a regular program.
Kalynovsky Valentin "Ideological inspirer and Author" |