mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Resolved Issue #97
This commit is contained in:
parent
2a44aeaf07
commit
abd9e58cc7
1 changed files with 2 additions and 1 deletions
|
|
@ -74,7 +74,8 @@ class Api
|
||||||
\MailSo\Config::$ImapTimeout =
|
\MailSo\Config::$ImapTimeout =
|
||||||
(int) static::Config()->Get('labs', 'imap_timeout', 300);
|
(int) static::Config()->Get('labs', 'imap_timeout', 300);
|
||||||
|
|
||||||
\MailSo\Config::$BoundaryPrefix = '_SnappyMail_';
|
\MailSo\Config::$BoundaryPrefix =
|
||||||
|
\trim(static::Config()->Get('labs', 'boundary_prefix', ''));
|
||||||
|
|
||||||
\MailSo\Config::$SystemLogger = static::Logger();
|
\MailSo\Config::$SystemLogger = static::Logger();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue