femto-email / client

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

Stop using so many global functions #17

Closed popey456963 closed 7 years ago

popey456963 commented 7 years ago

We're not in primary school here, we need to move away from polluting the global namespace.

popey456963 commented 7 years ago

This has mostly been handled in the 15 commits to the node-imap branch, where we rewrite the entire application to use a more OOP view. We just need to handle threading & then we can merge to master.

popey456963 commented 7 years ago

Implemented in #25.