Giter Site home page Giter Site logo

authurexcalbern / violet Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 93 KB

Violet: A console - based client. You can use Violet to see your mails or send text mail. Violet is so simple that it only has 250 lines.

License: The Unlicense

Python 100.00%

violet's Introduction

Violet

I love Violet. And inspired by wendyltan/Violet-Evergarden, I decide to do this Violet project.

If you are interesting in who is Violet. You can click here: Violet Evergarden.

Reference book:Programming Python, 4th Edition

Display

  • First: Violet will get your mailList and show your mail index. Violet1
  • Second: You can use ? to see "helpText". Violet2

Notice

In the Violet, we use Tencent QQ mail. Both pop server and smpt server should use SSL. And the smpt server should login. If you want to use other e-mail services, the code may need to be modified.

Installation

  • First: Change mailInit.ini.
# -*- coding: utf-8 -*-
[DEFAULT]
popServerName=pop.qq.com
[email protected]

smtpServerName=smtp.qq.com

sender=your-qq-number
mailPassWd=your_qq_mailbox_apikey

saveMailFile=./mailBox

codingFetch=utf-8
  • Second: Run by $ python3 Violat.py

License

See the LICENSE file for license rights and limitations.

violet's People

Contributors

authurexcalbern avatar

Watchers

 avatar

violet's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.