Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/lavabit/magma.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'res/pages/json/responses/search.json')
-rw-r--r--res/pages/json/responses/search.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/pages/json/responses/search.json b/res/pages/json/responses/search.json
new file mode 100644
index 00000000..bb4e51c2
--- /dev/null
+++ b/res/pages/json/responses/search.json
@@ -0,0 +1,33 @@
+[{
+ "result": [{
+ "messageID": 1024,
+ "flags": ["seen", "flagged"],
+ "from": "William Adama",
+ "to": "Apallo",
+ "addressedTo": "apallo@lavabit.com",
+ "replyTo": "bill@lavabit.com",
+ "returnPath": "bill@lavabit.com",
+ "subject": "Pegasus",
+ "utc": 1109749011,
+ "arrivalUtc": 1109749011,
+ "snippet": "Go the the gym softy",
+ "bytes": 487479772
+ }, {
+ "messageID": 1023,
+ "attachment": true,
+ "from": "Douglas Crockford",
+ "to": "John Resig",
+ "addressedTo": "jresig@lavabit.com",
+ "replyTo": "dcrock@lavabit.com",
+ "returnPath": "dcrock@lavabit.com",
+ "carbon": "mozilla@lavabit.com",
+ "subject": "jQuery cruft",
+ "utc": 1266415038183,
+ "arrivalUtc": 1020030,
+ "snippet": "jQuery is too crufty. YUI is much leaner.",
+ "bytes": 895625721,
+ "tags": ["Javascript"]
+ }]
+}, {
+ "error": true
+}]