Skip to content

Commit 2910781

Browse files
author
tchapi
committed
chore
1 parent 23f2c78 commit 2910781

File tree

4 files changed

+873
-44
lines changed

4 files changed

+873
-44
lines changed

.env

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,7 @@ AUTH_REALM=SabreDAV
4848
# "Basic", "IMAP", or "LDAP"
4949
AUTH_METHOD=Basic
5050

51-
# In case of IMAP Auth, you must specify the url of the mailbox in the following format {host[:port][/flag1/flag2...]}.
52-
# See https://www.php.net/manual/en/function.imap-open.php for more details
51+
# In case of IMAP Auth, you must specify the url of the mailbox in the following format {host[:port]}.
5352
IMAP_AUTH_URL=null
5453
IMAP_AUTH_USER_AUTOCREATE=false
5554

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@
3737
"symfony/twig-bundle": "^7.3",
3838
"symfony/validator": "^7.3",
3939
"symfony/web-link": "^7.3",
40-
"symfony/yaml": "^7.3"
40+
"symfony/yaml": "^7.3",
41+
"webklex/php-imap": "^6.2"
4142
},
4243
"require-dev": {
4344
"doctrine/doctrine-fixtures-bundle": "^3.5",

0 commit comments

Comments
 (0)