diff --git a/docs/Account.html b/docs/Account.html
index 896ef9622..70bd75e94 100644
--- a/docs/Account.html
+++ b/docs/Account.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Account
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/account.coffee"
---
Summary
@@ -35,22 +36,22 @@ labels.
usesLabels()
-
+
The current organization_unit used by the account.
-
-
+
+
displayProvider()
-
+
-
-
+
+
Returns
@@ -60,4 +61,3 @@ labels.
like Gmail, Exchange, or Outlook 365
-
diff --git a/docs/Calendar.html b/docs/Calendar.html
index 719d01951..e58853674 100644
--- a/docs/Calendar.html
+++ b/docs/Calendar.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Calendar
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/calendar.coffee"
---
Summary
@@ -18,8 +19,3 @@ For more information about Calendar on the Nylas Platform, read the
-
-
-
-
-
diff --git a/docs/Contact.html b/docs/Contact.html
index 2fb5a20d4..706f1bc4f 100644
--- a/docs/Contact.html
+++ b/docs/Contact.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Contact
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/contact.coffee"
---
Summary
@@ -34,12 +35,12 @@ grow as the needs of a contact become more complex.
toString()
-
+
-
-
+
+
Returns
@@ -52,12 +53,12 @@ grow as the needs of a contact become more complex.
isMe()
-
+
-
-
+
+
Returns
@@ -68,4 +69,3 @@ grow as the needs of a contact become more complex.
the account email, since it is case-insensitive and future-proof.
-
diff --git a/docs/File.html b/docs/File.html
index 6151d7880..acac5b60f 100644
--- a/docs/File.html
+++ b/docs/File.html
@@ -1,6 +1,7 @@
---
layout: docs
title: File
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/file.coffee"
---
Summary
@@ -31,24 +32,24 @@ is a string that matches a cid: found in the HTML body of a Returns the extension without the leading '.' (ex: 'png', 'pdf')
|
-
diff --git a/docs/Folder.html b/docs/Folder.html
index 90dc9bb78..b9faf8555 100644
--- a/docs/Folder.html
+++ b/docs/Folder.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Folder
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/folder.coffee"
---
Summary
@@ -39,8 +40,3 @@ boolean values on messages and threads.
-
-
-
-
-
diff --git a/docs/Label.html b/docs/Label.html
index c9ffc18b4..6fb4b6011 100644
--- a/docs/Label.html
+++ b/docs/Label.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Label
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/label.coffee"
---
Summary
@@ -39,8 +40,3 @@ boolean values on messages and threads.
-
-
-
-
-
diff --git a/docs/Message.html b/docs/Message.html
index bbc93a06c..039103e4b 100644
--- a/docs/Message.html
+++ b/docs/Message.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Message
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/message.coffee"
---
Summary
@@ -53,12 +54,12 @@ All messages are part of a thread, even if that thread has only one message.
participants()
-
+
-
-
+
+
Returns
@@ -71,12 +72,12 @@ All messages are part of a thread, even if that thread has only one message.
participantsForReplyAll()
-
+
-
-
+
+
Returns
@@ -90,12 +91,12 @@ All messages are part of a thread, even if that thread has only one message.
participantsForReply()
-
+
-
-
+
+
Returns
@@ -109,12 +110,12 @@ All messages are part of a thread, even if that thread has only one message.
fileIds()
-
+
-
-
+
+
Returns
@@ -126,12 +127,12 @@ All messages are part of a thread, even if that thread has only one message.
isFromMe()
-
+
-
-
+
+
Returns
@@ -145,12 +146,12 @@ All messages are part of a thread, even if that thread has only one message.
plainTextBody()
-
+
-
-
+
+
Returns
@@ -163,12 +164,12 @@ All messages are part of a thread, even if that thread has only one message.
replyAttributionLine()
-
+
-
-
+
+
Returns
@@ -179,4 +180,3 @@ All messages are part of a thread, even if that thread has only one message.
ie "On Dec. 12th, 2015 at 4:00PM, Ben Gotow wrote:"
-
diff --git a/docs/Model.html b/docs/Model.html
index 147dc25a7..6b1793743 100644
--- a/docs/Model.html
+++ b/docs/Model.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Model
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/model.coffee"
---
Summary
@@ -38,12 +39,12 @@ object.
attributes()
-
+
-
-
+
+
Returns
@@ -55,13 +56,13 @@ object.
toJSON([options])
-
+
Deflates the model to a plain JSON object. Only attributes defined
on the model are included in the JSON.
-
+
Parameters
@@ -75,11 +76,11 @@ object.
Optional
An Object with additional options. To skip joined data attributes in the toJSON representation, pass the joined:false
-
+
|
-
+
Returns
@@ -91,12 +92,12 @@ object.
matches(criteria)
-
+
Evaluates the model against one or more Matcher objects.
-
+
Parameters
@@ -108,13 +109,13 @@ object.
criteria
-
+
An Array of Matchers to run on the model.
-
+
|
-
+
Returns
@@ -123,4 +124,3 @@ object.
Returns true if the model matches the criteria.
|
-
diff --git a/docs/Thread.html b/docs/Thread.html
index 9b1d5ddae..b98f912de 100644
--- a/docs/Thread.html
+++ b/docs/Thread.html
@@ -1,6 +1,7 @@
---
layout: docs
title: Thread
+edit_url: "https://github.com/nylas/N1/blob/master/src/flux/models/thread.coffee"
---
Summary
@@ -37,11 +38,11 @@ For more information about Threads on the Nylas Platform, read the
categoryNamed(id)
-
+
-
+
Parameters
@@ -53,13 +54,13 @@ For more information about Threads on the Nylas Platform, read the
id
-
+
A String {Category} name
-
+
|
-
+
Returns
@@ -70,4 +71,3 @@ For more information about Threads on the Nylas Platform, read the
names
-