Otherwise we login as admin
Details
Details
- Reviewers
- None
- Group Reviewers
Restricted Project
Diff Detail
Diff Detail
- Repository
- rK kolab
- Branch
- dev/mollekopf
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 48879 Build 18354: arc lint + arc unit
Event Timeline
Comment Actions
Not really a full patch, but this seems to be necessary so we actually log in as user and not admin, which then also results in the folders being represented as INBOX instead of user/$name/INBOX@domain.
I vaguely remember this having been an issue in some connection?
src/app/Backends/IMAP.php | ||
---|---|---|
736 | It does not make sense. Line 733 should take care of it. And what if $login_as=null? |
Comment Actions
Nevermind, I misread the code. You're setting $config['user'] to $login_as and then pass $config['user'], which of course leads to the same.