1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-12-13 09:56:01 +00:00

Merge pull request #6211 from jan-oratowski/patch-1

Fix missing property in Create Sync Job request
This commit is contained in:
FreddleSpl0it
2025-01-14 12:18:29 +01:00
committed by GitHub

View File

@@ -1531,6 +1531,9 @@ paths:
port1:
description: the smtp port of the target mail server
type: string
user1:
description: the username of the mailbox
type: string
password:
description: the password of the mailbox
type: string