Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion modules/imap/handler_modules.php
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,9 @@ public function process() {
} else {
$folder = hex2bin($parts[2]);
}


$details['password'] = "";
$details['username'] = $details['user'];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is still not the correct place to fix it. Here, we are reading already saved details. Who is writing these details and why they are written in this way? You should find out this and fix there...

$mailbox = Hm_IMAP_List::get_mailbox_without_connection($details);
$label = $mailbox->get_folder_name($folder);
if(!$label) {
Expand Down