Commit Graph

7 Commits

Author SHA1 Message Date
slidingshade 405d988d2f
Merge 3acfc416bf into e69f5c182a 2024-06-20 04:29:33 +00:00
aroberts6 eef0335ea5 using epub now, and fixed title of the books. 2022-10-21 23:12:53 -06:00
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
Jan Losinski 74dc6a3b5b Fix message generation for picky amazon.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 16:17:17 +01:00
Jan Losinski daffe1eb22 Fix detached instance issue in sender 2018-03-22 02:42:32 +01:00
Jan Losinski 8a9246114c Warn if token refresh fails
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-22 01:00:55 +01:00
Jan Losinski 8b7821bcb0 Move all in its own package.
Signed-off-by: Jan Losinski <losinski@wh2.tu-dresden.de>
2018-03-21 06:47:44 +01:00