mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 20:42:19 +08: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 =
|
||||
(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();
|
||||
|
||||
|
|
Loading…
Reference in a new issue