emersion / hydroxide

A third-party, open-source ProtonMail CardDAV, IMAP and SMTP bridge
MIT License
1.63k stars 126 forks source link

IMAP logging out unexpectedly #185

Closed muni-corn closed 3 years ago

muni-corn commented 3 years ago
~/.c/nixpkgs $ hydroxide imap
2021/07/28 20:29:53 IMAP server listening on 127.0.0.1:1143
2021/07/28 20:30:12 User "harrisonthorne" logged in via IMAP
2021/07/28 20:30:12 Synchronizing mailbox INBOX...
2021/07/28 20:30:13 Synchronizing mailbox INBOX: done.
2021/07/28 20:30:13 Synchronizing mailbox All Mail...
2021/07/28 20:31:20 Synchronizing mailbox All Mail: done.
imap/server: 2021/07/28 20:31:20 cannot send response:  write tcp 127.0.0.1:1143->127.0.0.1:33392: write: broken pipe
imap/server: 2021/07/28 20:31:27 cannot send response:  write tcp 127.0.0.1:1143->127.0.0.1:33392: write: broken pipe
2021/07/28 20:31:27 User "harrisonthorne" logged out via IMAP

I believe I'm running the latest version of hydroxide (the fix with the old auth API is working)

For some reason, I'm being logged out of IMAP after (?) syncing with something like mbsync -a

emersion commented 3 years ago

That's expected, it just means the client has closed the connection.

muni-corn commented 3 years ago

i feel stupid lmao