Dmitry Timshin

Results 1 issues of Dmitry Timshin

Hello, how I can sort email by FROM criteria? **Tried to use** `imap.search(["ALL", ["FROM", "[email protected]"]], function(err, arr) { // some stuff }` And got error `Unsupported search criterion: FROM` **Tried...