Jordan West

Results 9 issues of Jordan West

A message is no longer considered 'Recent' after ~~a mailbox has been selected~~ the message has been fetched

A `CHECK` should be the same as a `NOOP`, but also call a function on the Mailstore to prompt it to do any cleanup, refreshing, re-caching etc. as required

enhancement

Test code is starting to get messy, look into switching to [Ginkgo](http://onsi.github.io/ginkgo/) or similar

enhancement

Request Example: `UID FETCH 20 (BODY.PEEK[] BODYSTRUCTURE)`

enhancement

`STORE` command is not recognised when Apple Mail tries to store it's own user defined flags, partly because of a `$` character in the flag name. Should support storage of...

enhancement

Some mail clients do unusual things - eg Apple mail uses it's own flags which are currently not recognised by the server. Create test specs of sample conversations for various...

enhancement

A `NOOP` command from the client currently does not do anything. However a `NOOP` should trigger the server to check the mailbox for new messages and notify the client using...

enhancement

cc @andreypopp re the chat on Discord `./node_modules/.bin/bsb -w` works fine, however running `ocaml` or `ocamlmerlin` both fail: ``` ➜ ocaml -version /Users/jordan/.nvm/versions/node/v6.10.3/bin/ocaml: line 121: cd: /Users/jordan/.esy/store-3.x.x/_install/ocaml-4.02.3-90ad951bb234c3b1e1b5a03e3a5a261a84da222c/bin/../actualInstall: No such file...