Search found 4 matches

by haydenyoung
Tue Aug 27, 2019 5:00 am
Forum: Administrators
Topic: Exporting mail with fmt=json via REST API truncates message body
Replies: 0
Views: 1594

Exporting mail with fmt=json via REST API truncates message body

I'm using the REST API to export mailboxes and retrieve the to, from, subject and body from messages (https://wiki.zimbra.com/wiki/Zimbra_REST_API_Reference). To easily parse the data I am exporting as json. However, I notice the body ("fr") is truncated for messages longer than ~50 chars....
by haydenyoung
Tue Aug 27, 2019 4:27 am
Forum: Administrators
Topic: zmmailbox getRestURL not honouring startTime and endTime
Replies: 1
Views: 2580

zmmailbox getRestURL not honouring startTime and endTime

I am using zmmailbox to export out the inbox but would like to constrain the export to a particular start and end time. However, regardless whether I specify a startTime and endTime for my export I always get back the entire inbox. For example, if I export the contents of my inbox from 2019/08/26 I ...
by haydenyoung
Wed Aug 14, 2019 3:32 pm
Forum: Developers
Topic: Index mail messages to a Solr index
Replies: 1
Views: 4204

Re: Index mail messages to a Solr index

Okay so some progress. First thing was to roll back and use Lucene 3.5. That allowed me to develop a small java class which I used to interrogate the Lucene index. However, while I was able to pull out fields and field values, I could only retrieve a subset of what should be in there. For example, I...
by haydenyoung
Wed Aug 07, 2019 4:36 pm
Forum: Developers
Topic: Index mail messages to a Solr index
Replies: 1
Views: 4204

Index mail messages to a Solr index

I am running Solr and indexing information from a number of apps to produce a federated search. One of the those apps is Zimbra mail. Currently I'm using Solr's mail data import handler but this requires the mailbox's username and password. Because I'm indexing multiple mailboxes and because new use...