aboutsummaryrefslogtreecommitdiff
path: root/pigeon.json.example
diff options
context:
space:
mode:
authorJordan <me@jordan.im>2023-02-04 23:54:03 -0700
committerJordan <me@jordan.im>2023-02-04 23:54:03 -0700
commitc4159d895ac399ca55326f7b4ff8bfbf8402e654 (patch)
tree45340ca429c16f683b375695d01e03d65ebf22b0 /pigeon.json.example
downloadpigeon-c4159d895ac399ca55326f7b4ff8bfbf8402e654.tar.gz
pigeon-c4159d895ac399ca55326f7b4ff8bfbf8402e654.zip
initial commit
Diffstat (limited to 'pigeon.json.example')
-rw-r--r--pigeon.json.example14
1 files changed, 14 insertions, 0 deletions
diff --git a/pigeon.json.example b/pigeon.json.example
new file mode 100644
index 0000000..dcd91e6
--- /dev/null
+++ b/pigeon.json.example
@@ -0,0 +1,14 @@
+{
+ "from-email": "john@example.com",
+ "from-name": "John Doe",
+ "subject": "On vacation! :)",
+ "imap-server": "example.com:993",
+ "imap-email": "john@example.com",
+ "imap-pass": "password",
+ "smtp-server": "example.com:587",
+ "smtp-email": "john@example.com",
+ "smtp-pass": "password",
+ "cooldown": "24h",
+ "ignore-alias": true,
+ "message": "Hello,\r\n\r\nSorry I missed you!\r\n\r\nJohn",
+}