-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Filters by date #61
Comments
Hello, Thanks for your interest in jmap-client ! First question I need to ask is: what is your JMAP backend? As you may know, JMAP is a fairly new protocol that very few email backends implement, and when they do they do so on a subset of the specification. The most advanced implementation as of writing is Apache James, a Java mail server from the Apache foundation that is maintained by Linagora. Other things you may check include:
I hope this helps, and I'm looking forward to hear back from you on this. David |
Hello, Unfortunately no, If you want to help, we'll welcome your contribution :) Regards,
|
I did implemented it successfully in your library :)
my backend is a perl jmap proxy and it works good.
… Il giorno 20 feb 2017, alle ore 10:34, David DOLCIMASCOLO ***@***.***> ha scritto:
Hello,
Unfortunately no, getMessageListUpdates and other related getXXXUpdates are not implemented yet, and the states mechanism isn't either. On the other hand, I don't think you can find a JMAP backend implementing this already...
If you want to help, we'll welcome your contribution :)
Regards,
I was wondering if getMessageListUpdates is implemented, it would help alot fetching only new messages.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#61 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADVAjNeB4J3zTJDT3qFA28KRbFgU664Wks5reV4zgaJpZM4L9eJs>.
|
Excellent ! |
sure, actually it was pretty simple, I have to figure out how to contribute via github..
as far as I have some free time I’ll commit it
… Il giorno 20 feb 2017, alle ore 10:40, David DOLCIMASCOLO ***@***.***> ha scritto:
Excellent !
I hope you'll contribute this code :)
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#61 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADVAjCkFIFwh0w5waZ-PGFFptYEvhRp-ks5reV93gaJpZM4L9eJs>.
|
Hey @smallbitt, Do you need help for your contribution? Regards, |
Within the getMessageList request I'm trying this pattern:
filter: {
inMailboxes: [5],
after: [lastMsgDate]
}
but I get an error.
isn't "after" parameter supported yet?
if No, how can I retreive only new records without download whole list and checkdates with a loop?
The text was updated successfully, but these errors were encountered: