| | |
| | | // the mail host chosen to perform the log-in |
| | | // leave blank to show a textbox at login, give a list of hosts |
| | | // to display a pulldown menu or set one host as string. |
| | | // To use SSL connection, enter ssl://hostname:993 |
| | | // To use SSL/TLS connection, enter hostname with prefix ssl:// or tls:// |
| | | $rcmail_config['default_host'] = ''; |
| | | |
| | | // TCP port used for IMAP connections |
| | |
| | | $rcmail_config['date_today'] = 'H:i'; |
| | | |
| | | // add this user-agent to message headers when sending |
| | | $rcmail_config['useragent'] = 'RoundCube Webmail/0.2-beta'; |
| | | $rcmail_config['useragent'] = 'RoundCube Webmail/0.2.2'; |
| | | |
| | | // use this name to compose page titles |
| | | $rcmail_config['product_name'] = 'RoundCube Webmail'; |