Opened 3 years ago

Closed 3 years ago

#1486627 closed Bugs (duplicate)

IMAP authentication failure

Reported by: e.p.m.smid Owned by:
Priority: 5 Milestone: 0.4-beta
Component: IMAP connection Version: 0.3.1
Severity: normal Keywords:
Cc:

Description

Changing "imap_auth_type" in main.inc.php does not work.
Problem:
In the files "program/include/rcmail.php" and "program/include/rcube_imap.php" "auth_method" is now used instead of "imap" in the $options array.

However in the file "program/lib/imap.inc" "imap" is still used in the $options array.

I solved it by changing the line

if ($optkey == 'imap') {

to

if ($optkey == 'auth_method') {

Change History (2)

comment:1 Changed 3 years ago by e.p.m.smid

  • Milestone changed from later to 0.4-beta

comment:2 Changed 3 years ago by alec

  • Resolution set to duplicate
  • Status changed from new to closed

This has been fixed long time ago in svn-trunk version.

Note: See TracTickets for help on using tickets.