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);