femto-email / client

A simple, extendable mail client written in Node.JS
http://femto.email
MIT License
28 stars 4 forks source link

Threading should use message UIDs, not database IDs. #24

Closed popey456963 closed 7 years ago

popey456963 commented 7 years ago

This is in case a message is re-obtained and it's _id changes but it's UID will not.

popey456963 commented 7 years ago

Implemented in pull request #25