go-imap icon indicating copy to clipboard operation
go-imap copied to clipboard

go-imap v2 Backend interface work

Open foxcpp opened this issue 5 years ago • 6 comments

See messages for individual commits.

Closes #323.

foxcpp avatar Jul 26 '20 18:07 foxcpp

Speaking of backendutil helpers, I extracted https://github.com/foxcpp/go-imap-sequpdate from my go-imap-maildir experiments. I am not putting it into this PR as I believe it is not polished out enough yet.

foxcpp avatar Jul 26 '20 22:07 foxcpp

Note to self: go-imap-namespace needs updating for the new Interface

foxcpp avatar Aug 02 '20 08:08 foxcpp

Note to self: SendUpdate might need synchronization.

foxcpp avatar Aug 03 '20 17:08 foxcpp

Another note to self: Need to somehow workaround sending of updates in response to CLOSE. This is potentially harmful deviation from RFC 3501.

foxcpp avatar Aug 03 '20 23:08 foxcpp

TODO: Documentation should be cleaned from Updater, etc references.

foxcpp avatar Jul 16 '21 21:07 foxcpp

Just rebased it onto master. If we synchronize dev with master conflicts should be gone.

foxcpp avatar Jan 05 '22 16:01 foxcpp

Closing because this is superseded by go-imap v2.

emersion avatar Apr 04 '23 14:04 emersion