Changeset 3819 in subversion
- Timestamp:
- Jul 21, 2010 3:55:20 AM (3 years ago)
- Location:
- trunk/roundcubemail
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcmail.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/CHANGELOG
r3795 r3819 2 2 =========================== 3 3 4 - Fix default IMAP port configuration (#1486864) 5 - Create Sent folder when starting to compose a new message (#1486802) 4 6 - Fix handling of messages with Content-Type: application/* and no filename (#1484050) 5 7 - Improved compose screen: resizable body and attachments list, vertical splitter, options menu -
trunk/roundcubemail/program/include/rcmail.php
r3724 r3819 586 586 if(!empty($a_host['port'])) 587 587 $imap_port = $a_host['port']; 588 else if ($imap_ssl && $imap_ssl != 'tls' )588 else if ($imap_ssl && $imap_ssl != 'tls' && (!$config['default_port'] || $config['default_port'] == 143)) 589 589 $imap_port = 993; 590 590 }
Note: See TracChangeset
for help on using the changeset viewer.
