nextcloud / user_external

👥 External user authentication methods like IMAP, SMB and FTP
https://apps.nextcloud.com/apps/user_external
108 stars 64 forks source link

Fix Issue #56: Undefined Indices in Logs #83

Closed sshambar closed 5 years ago

sshambar commented 5 years ago

Add ssl_mode and force_caps to connection params, and correctly handle AUTHENTICATE PLAIN in putLineC to reduce warnings in logs.

Signed-off-by: Scott Shambarger devel@shambarger.net

Fixes #56

violoncelloCH commented 5 years ago

@sshambar thank you very much for your contribution! I'll look into it as soon as possible!

violoncelloCH commented 5 years ago

so the changes to imap.php look good... as I don't really understand what this line in imap_rcube.php I can't really say anything; but it seems to work like that and doesn't produce the errors any more... I just added a file to keep track of our changes to imap_rcube.php versus upstream, so it's easier to keep track of them...