You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/11/05 01:48:51 UTC

[2/2] incubator-ponymail git commit: More missing doc types

More missing doc types

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/a5365b1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/a5365b1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/a5365b1e

Branch: refs/heads/master
Commit: a5365b1ee544e57c1ab5f857725989bc65333abf
Parents: 2182f5e
Author: Sebb <se...@apache.org>
Authored: Sat Nov 5 01:48:06 2016 +0000
Committer: Sebb <se...@apache.org>
Committed: Sat Nov 5 01:48:06 2016 +0000

----------------------------------------------------------------------
 tools/setup.py | 85 +++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/a5365b1e/tools/setup.py
----------------------------------------------------------------------
diff --git a/tools/setup.py b/tools/setup.py
index 14551a4..e08e981 100755
--- a/tools/setup.py
+++ b/tools/setup.py
@@ -276,6 +276,91 @@ if not args.noi:
               "type" : "string"
             }
           }
+        },
+        "account" : {
+          "properties" : {
+            "cid" : {
+              "type" : "string"
+            },
+            "credentials" : {
+              "properties" : {
+                "altemail" : {
+                  "type" : "object"
+                },
+                "email" : {
+                  "type" : "string"
+                },
+                "fullname" : {
+                  "type" : "string"
+                },
+                "uid" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "internal" : {
+              "properties" : {
+                "cookie" : {
+                  "type" : "string"
+                },
+                "ip" : {
+                  "type" : "string"
+                },
+                "oauth_used" : {
+                  "type" : "string"
+                }
+              }
+            },
+            "request_id" : {
+              "type" : "string"
+            }
+          }
+        },
+        "notifications" : {
+          "properties" : {
+            "date" : {
+              "type" : "date",
+              "store" : True,
+              "format" : "yyyy/MM/dd HH:mm:ss"
+            },
+            "epoch" : {
+              "type" : "double"
+            },
+            "from" : {
+              "type" : "string"
+            },
+            "in-reply-to" : {
+              "type" : "string"
+            },
+            "list" : {
+              "type" : "string"
+            },
+            "message-id" : {
+              "type" : "string",
+              "index" : "not_analyzed"
+            },
+            "mid" : {
+              "type" : "string"
+            },
+            "private" : {
+              "type" : "boolean"
+            },
+            "recipient" : {
+              "type" : "string"
+            },
+            "seen" : {
+              "type" : "long"
+            },
+            "subject" : {
+              "type" : "string"
+            },
+            "to" : {
+              "type" : "string"
+            },
+            "type" : {
+              "type" : "string"
+            }
+          }
         }
     }