Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Developer tools
.idea

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
Expand Down
2 changes: 0 additions & 2 deletions config.schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
smtp_accounts:
description: "SMTP accounts"
type: "array"
required: true
items:
type: "object"
required: true
Expand Down Expand Up @@ -42,7 +41,6 @@ smtp_accounts:
imap_accounts:
description: "IMAP accounts"
type: "array"
required: true
items:
type: "object"
required: true
Expand Down