Changeset 4a7ed02 in github
- Timestamp:
- May 4, 2011 2:35:28 PM (2 years ago)
- Children:
- ba9c7b4
- Parents:
- a9251be2
- Files:
-
- 2 edited
-
CHANGELOG (modified) (1 diff)
-
program/include/rcube_imap_generic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
CHANGELOG
ra9251be2 r4a7ed02 2 2 =========================== 3 3 4 - Fix PHP warning on mistaken in_array() usage (#1487901) 5 6 RELEASE 0.5.2 7 ------------- 4 8 - TinyMCE 3.4.2 now compatible with IE9 5 9 - PEAR::Net_SMTP 1.5.2, fixed timeout issue (#1487843) -
program/include/rcube_imap_generic.php
rd310537 r4a7ed02 777 777 // Now we're secure, capabilities need to be reread 778 778 $this->clearCapability(); 779 }780 781 // Use best (for security) supported authentication method782 foreach (array('DIGEST-MD5', 'CRAM-MD5', 'CRAM_MD5', 'PLAIN', 'LOGIN') as $auth_method) {783 if (in_array($auth_method, $auth_methods)) {784 break;785 }786 779 } 787 780 }
Note: See TracChangeset
for help on using the changeset viewer.
