wallabag-kindle-consumer/wallabag_kindle_consumer
slidingshade 3acfc416bf
Fix for smtp-servers using SSL
Fix for smtp-servers using SSL, works with gmail.com, yandex.ru and other public servers with ssl. Variant with smtplib.SMTP doesn't work with smtp.yandex.ru (popular public mail provider in Russia, something like google, but local) returning "SMTPServerDisconnected: Connection unexpectedly closed" error, same with gmail. Seems like SSL is everywhere nowdays, so should work most modern smtp servers.
2020-04-09 17:34:42 +03:00
..
static/css Add basic UI templates. 2018-03-21 12:56:51 +01:00
templates Add simple navication to UI 2018-03-22 00:36:37 +01:00
__init__.py Move all in its own package. 2018-03-21 06:47:44 +01:00
config.py Change config to use dataclasses 2019-02-05 21:20:55 +01:00
consumer.py Allow ggracefl stop of consumer 2019-01-26 21:49:59 +01:00
interface.py Allow interface to get stopped gracefully 2019-01-26 22:15:23 +01:00
models.py Add option to ctreate the db 2018-03-22 03:42:12 +01:00
refresher.py Add missing ensure_future 2019-01-26 22:23:20 +01:00
sender.py Fix for smtp-servers using SSL 2020-04-09 17:34:42 +03:00
wallabag.py Fix bug in token refresh 2018-03-22 02:42:55 +01:00