From 6171439b37afbf0e71bd0145ae25ed5907a56c18 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 22 Jul 2025 23:44:22 -0500 Subject: updating all calibre config --- dotfiles/system/.config/calibre/smtp.py.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 dotfiles/system/.config/calibre/smtp.py.json (limited to 'dotfiles/system/.config/calibre/smtp.py.json') diff --git a/dotfiles/system/.config/calibre/smtp.py.json b/dotfiles/system/.config/calibre/smtp.py.json new file mode 100644 index 0000000..e4f8419 --- /dev/null +++ b/dotfiles/system/.config/calibre/smtp.py.json @@ -0,0 +1,18 @@ +{ + "accounts": { + "cjennings_paperwhite@kindle.com": [ + "EPUB", + true, + true + ] + }, + "aliases": {}, + "encryption": "TLS", + "from_": "c@cjennings.net", + "relay_host": "127.0.0.1", + "relay_password": "306c5275546b4e3766396f556d4d4342584d65786567", + "relay_port": 1025, + "relay_username": "c@cjennings.net", + "subjects": {}, + "tags": {} +} \ No newline at end of file -- cgit v1.2.3