Ouvre un mini serveur SMTP en local avec inbox dans une interface web.
Project description
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](https://drone.io/bitbucket.org/m_clement/pylocalsmtp/status.png)](https://drone.io/bitbucket.org/m_clement/pylocalsmtp/latest)
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
peewee==2.2.2
tornado==3.2
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file pylocalsmtp-1.0.0.tar.gz
.
File metadata
- Download URL: pylocalsmtp-1.0.0.tar.gz
- Upload date:
- Size: 176.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 70b532b30acd996a0de4646b352c674a5ffc2be90de208f06c065020e0f131e8 |
|
MD5 | 06d575c2393721e8b5ccd719b55a0b3a |
|
BLAKE2b-256 | ca3c98ccba7de63d717c2e6951a96da1c640c652a88d97416e765e8ec7f584ac |
File details
Details for the file pylocalsmtp-1.0.0-py2.py3-none-any.whl
.
File metadata
- Download URL: pylocalsmtp-1.0.0-py2.py3-none-any.whl
- Upload date:
- Size: 186.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0f60478b681d477123ac59b2ddc0690bee541c1db6db22b9ee5271e2bc3ccd9d |
|
MD5 | 29d45371a5989c87a578b2506649d145 |
|
BLAKE2b-256 | 8550be05efcccc6f9a57d4863838ab90e804e8d6db4ee431dbd7ab8401e8e1d2 |