Ticket #1484065 (closed Feature Requests: worksforme)
Server profiles
| Reported by: | dolmen | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | IMAP connection | Version: | 0.1-beta2 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Arrays in config/mail.inc.php should be transformed in true server profiles. In particular, folder names are usually server-dependent.
$rcmail_config['host_profiles'] = array(
'Free.fr' => array(
'host' => 'imap.free.fr',
'port' => 143,
'username_domain' => 'free.fr',
'mail_domain' => 'free.fr',
'sent_mbox' => 'sent-mail',
'junk_mbox' => 'spam',
'drafts_mbox' => 'drafts',
'trash_mbox' => 'trash',
'default_folders' => array('sent-mail', 'spam', 'draft', 'trash')
),
'Orange' => array(
'host' => 'imap.orange.fr'
'username_domain' => 'orange.fr',
'mail_domain' => 'orange.fr'
)
);
Change History
Note: See
TracTickets for help on using
tickets.
