Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pylocalsmtp

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pylocalsmtp

Ouvre un mini serveur SMTP en local avec inbox dans une interface web.

  • 1.0.0
  • PyPI
  • Socket score

Maintainers
1

PyLocalSmtp

PyLocalSMTP permet de recevoir les emails envoyés lors de dévelopement local sur une interface web. L'avantage est de pouvoir lire plus facilement les messages envoyés que dans le terminal.

Initialement inspiré de python -m smtpd -n -c DebuggingServer localhost:1025 cette application utilise Tornado, smtpd.SMTPServer, sockjs, SQLite et AngularJS.

Build Status

Install

pip install pylocalsmtp

Run

Lancer la commande suivante :

pylocalsmtpd
  • Le serveur SMTP sera lancé en localhost sur le port 1025
  • Tornado sera lancé sur l'adresse : http://127.0.0.1:8888/

Plus d'options à venir.

Requirements

Ces prérequis sont installés automatiquement

LICENCE

The MIT License (MIT)

Copyright (c) 2013 Martyn CLEMENT

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.

CONTRIBUTION

Si cette idée vous plait ou vous déplait, vous pouvez contribuer ou m'envoyer des bières.

CHANGES

2014-04-09 - 1.0.0

  • Refactored all the client side
  • Use of AngularJS instead of jQuery
  • Use PureCSS framework and awesome inbox template
  • Fixed a sqlite crash with multithread
  • Fixed the multithread kill when pressing Ctrl+C

2014-04-08 - 0.5.0

  • Updated requirements versions (tornado and peewee)

2013-08-28 - 0.4.1

  • Added this CHANGE file
  • The mail Queue is now empty once, not through the ioloop
  • The sqlite database is now stored under ~/.pylocalsmtp/inbox.db
  • Fix : 404 error favicon
  • Removed unnecessary mail primary key on the mail list

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc