You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
324 B
8 lines
324 B
define('IMAP_SERVER', 'localhost');
|
|
define('IMAP_PORT', {$imap{'TCPPort'} || '143'});
|
|
define('IMAP_OPTIONS', '/notls/norsh');
|
|
define('IMAP_DEFAULTFROM', '');
|
|
define('IMAP_SENTFOLDER', '{$sogod{'SentFolder'} || 'Sent';}');
|
|
define('IMAP_INLINE_FORWARD', false);
|
|
define('IMAP_USE_IMAPMAIL', true);
|
|
|
|
|