Karim Hamidou

Results 21 comments of Karim Hamidou

Did you start redis too? It's a (relatively recent) dependency of the sync-engine.

Hi @lawcus. Thanks for the pull request! This pull request looks good to me; I only have three concerns: 1. It would be nice if `getDeltas` returned a list of...

Hi @gurpreet2013, No, the Nylas PHP SDK doesn't support deltas (yet). Implementing this is in our backlog, but this is going to take some time. In the meantime, have you...

Hi @lawcus, > Can we create folders/labels in email? You can, using our [REST API](https://nylas.com/docs/platform#creating_a_label). Our PHP SDK doesn't support it yet (the [Ruby](https://github.com/nylas/nylas-ruby), [Python](https://github.com/nylas/nylas-python), and [NodeJS](https://github.com/nylas/nylas-nodejs) SDKs do, though!)...

It looks like with POP3 there's no way to retrieve a message without removing it from the server. We'd have to take some time to think about this before implementing...

Hi @roobre, thank you for opening this bug report. Could you give us the exact stack trace please? Thanks!

Oh, this shouldn't be happening! Can you give us more details about your email server: which IMAP server are you using, the list of folders, your locale, etc.? It would...

Ah. The sync-engine doesn't create folders if you don't ask it to. However, it should be able to pick up new folders automatically. What happen if you let the sync...

Hi Thomas. Thanks for the detailed bug report. This bug is an unintended consequence of this line: https://github.com/nylas/sync-engine/blob/master/inbox/mailsync/backends/imap/common.py#L228 . It was added because there's a very annoying interaction with the...