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

Cleanly close imap connection #75

Closed brknkfr closed 5 years ago

brknkfr commented 5 years ago

Signed-off-by: Sebastian bash2@momou.ch

When using user_external over imap with imapproxy (imapproxy.org) there are a lot of 'IMAP_Line_Read(): connection closed prematurely.' messages, because user_external doesn't close imap connection cleanly.

Changes proposed in this pull request: