Halla Moore
|
d0666540b9
|
Added syncback tasks for folders
|
2016-06-30 11:54:12 -07:00 |
|
Ben Gotow
|
4d4a4cec32
|
Fix backwards logic preventing thread creation!
|
2016-06-30 11:04:51 -07:00 |
|
Ben Gotow
|
a1419a65a5
|
Update folderId => folderImapUID, rename messageI to uid
|
2016-06-30 09:33:04 -07:00 |
|
Ben Gotow
|
b033b94091
|
Break Category into Folder, Label, populate Gmail lables for messages
|
2016-06-30 09:29:21 -07:00 |
|
Ben Gotow
|
c9c52fae1b
|
Stop sqlite errors - guess N1 version didn't support Node 6
|
2016-06-30 00:29:46 -07:00 |
|
Ben Gotow
|
5a6daf9556
|
Stop sqlite from waiting 1sec to retry table locks
|
2016-06-30 00:19:57 -07:00 |
|
Jackie Luo
|
b3b5a5106c
|
Add endpoint for file downloads
|
2016-06-29 19:14:04 -07:00 |
|
Halla Moore
|
fd7570f6c8
|
Add various syncback tasks for messages
|
2016-06-29 18:52:58 -07:00 |
|
Halla Moore
|
80d80eb306
|
Added StarThread and UnstarThread imap tasks
|
2016-06-29 17:36:34 -07:00 |
|
Halla Moore
|
2a77196fd9
|
Merge branch 'master' of github.com:nylas/k2
|
2016-06-29 17:23:27 -07:00 |
|
Halla Moore
|
ef11508b38
|
Added MarkThreadAsUnread task
|
2016-06-29 17:23:18 -07:00 |
|
Evan Morikawa
|
4d7f728a75
|
categoryUID -> categoryImapUID and messageId -> messageHeaderId
|
2016-06-29 17:10:34 -07:00 |
|
Halla Moore
|
d3fd671ff6
|
Update MarkThreadAsRead task
|
2016-06-29 17:01:30 -07:00 |
|
Evan Morikawa
|
6cb67e417c
|
Fix to use Imap BOX and simplify move helper
|
2016-06-29 16:25:51 -07:00 |
|
Halla Moore
|
c7fa9a782f
|
Merge branch 'master' of github.com:nylas/k2
|
2016-06-29 16:12:44 -07:00 |
|
Halla Moore
|
825ce2eba3
|
Use categoryUID instead of categoryId, change default value to match node-imap
|
2016-06-29 16:12:29 -07:00 |
|
Ben Gotow
|
b00b1e6d21
|
Add replyTo to message model
|
2016-06-29 16:10:45 -07:00 |
|
Halla Moore
|
da27959009
|
Changed some variables so that first letter is lowercase
|
2016-06-29 15:07:29 -07:00 |
|
Evan Morikawa
|
fc3796ff66
|
Fix transaction case issue
|
2016-06-29 14:58:38 -07:00 |
|
Evan Morikawa
|
5a56c9a4e4
|
AccountId -> accountId
|
2016-06-29 14:43:20 -07:00 |
|
Evan Morikawa
|
9ba3ac1bfd
|
Merge branch 'syncback'
|
2016-06-29 14:25:52 -07:00 |
|
Evan Morikawa
|
905d797fd2
|
Remove comments
|
2016-06-29 14:25:42 -07:00 |
|
Evan Morikawa
|
124f0a9579
|
Add sigterm
|
2016-06-29 14:19:04 -07:00 |
|
Halla Moore
|
a45306729f
|
Merge branch 'syncback' of github.com:nylas/k2 into syncback
|
2016-06-29 14:01:01 -07:00 |
|
Halla Moore
|
bf39b51e08
|
Correct some function names/params
|
2016-06-29 14:00:47 -07:00 |
|
Evan Morikawa
|
6a6e1f4f60
|
Remove loggin in api
|
2016-06-29 12:29:21 -07:00 |
|
Halla Moore
|
2721617665
|
Use CategoryId instead of messageId
|
2016-06-29 12:28:22 -07:00 |
|
Evan Morikawa
|
0e80bce433
|
readonly false
|
2016-06-29 12:26:45 -07:00 |
|
Evan Morikawa
|
3753d9743a
|
Fix return
|
2016-06-29 12:25:38 -07:00 |
|
Evan Morikawa
|
d26824771d
|
Clean up loggin
|
2016-06-29 12:08:31 -07:00 |
|
Halla Moore
|
bdfee404e5
|
Add move imap wrapper, make sure wrapper methods are called
|
2016-06-29 12:07:28 -07:00 |
|
Evan Morikawa
|
7cf59c3c11
|
Fix retrun value in MoveToFolderIMAP task
|
2016-06-29 12:04:46 -07:00 |
|
Ben Gotow
|
a25c399652
|
Downcase remaining model names
|
2016-06-29 12:04:22 -07:00 |
|
Ben Gotow
|
53d6c6284e
|
Support for /threads?view=count/expanded, thread & message JSON includes folders
|
2016-06-29 12:02:31 -07:00 |
|
Evan Morikawa
|
941180c1df
|
Syncback WIP
|
2016-06-29 11:44:30 -07:00 |
|
Ben Gotow
|
9ff7d3aea5
|
Add folders and labels to /threads response, version numbers to all models
|
2016-06-29 11:22:38 -07:00 |
|
Ben Gotow
|
6ecacdd591
|
Add account_id to all responses, downcase model ref columns
|
2016-06-29 10:36:35 -07:00 |
|
Evan Morikawa
|
ab19133b20
|
Add SyncbackTask super class
|
2016-06-29 10:13:56 -07:00 |
|
Evan Morikawa
|
cf87325c5d
|
Fix syncback request object
|
2016-06-29 10:13:56 -07:00 |
|
Halla Moore
|
8a53dca755
|
Merge branch 'master' of github.com:nylas/k2
|
2016-06-29 10:10:49 -07:00 |
|
Evan Morikawa
|
ba2d865a5d
|
Cleanup syncback request
|
2016-06-28 19:07:49 -07:00 |
|
Evan Morikawa
|
11a3a8f58e
|
Cleanup syncback task
|
2016-06-28 19:02:24 -07:00 |
|
Ben Gotow
|
c7422ffaea
|
Fix bug where always closing connection after sync
|
2016-06-28 18:43:53 -07:00 |
|
Ben Gotow
|
0189e3e77d
|
Break Gmail mailboxes into folders and labels
|
2016-06-28 18:31:40 -07:00 |
|
Evan Morikawa
|
7180ebbb70
|
PUT route works on threads to create SyncbackRequests
|
2016-06-28 18:17:11 -07:00 |
|
Ben Gotow
|
ad484e8ae1
|
Add object key to all JSON responses
|
2016-06-28 18:14:54 -07:00 |
|
Evan Morikawa
|
306086091d
|
syncbackMessageActions refactor
|
2016-06-28 18:13:49 -07:00 |
|
Halla Moore
|
f5af9c0cb5
|
Added a syncback task to mark a thread as read, untested
|
2016-06-28 18:13:49 -07:00 |
|
Ben Gotow
|
222c68a598
|
Deprecate thread.cleanedSubject, since the only subject is the clean one
|
2016-06-28 18:11:55 -07:00 |
|
Ben Gotow
|
1d1186cb34
|
Add more attributes to /threads, move processor to it's own process
|
2016-06-28 18:10:52 -07:00 |
|