Created
October 9, 2014 14:13
-
-
Save rposbo/beff2edce910302ae4f1 to your computer and use it in GitHub Desktop.
hoodiecrow storage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"INBOX":{ | |
"messages": [ | |
{"raw": "Subject: hello 1\r\n\r\nWorld 1!", "internaldate": "14-Sep-2013 21:22:28 -0300"}, | |
{"raw": "Subject: hello 2\r\n\r\nWorld 2!", "flags": ["\\Seen"]}, | |
{"raw": "Subject: hello 3\r\n\r\nWorld 3!"}, | |
{"raw": "From: sender name <[email protected]>\r\nTo: Receiver name <[email protected]>\r\nSubject: hello 4\r\nMessage-Id: <abcde>\r\nDate: Fri, 13 Sep 2013 15:01:00 +0300\r\n\r\nWorld 4!"}, | |
{"raw": "Subject: hello 5\r\n\r\nWorld 5!"}, | |
{"raw": "Subject: hello 6\r\n\r\nWorld 6!"} | |
] | |
}, | |
"":{ | |
"separator": "/", | |
"folders":{ | |
"[Gmail]":{ | |
"flags": ["\\Noselect"], | |
"folders": { | |
"All Mail":{ | |
"messages": [ | |
{"raw": "Subject: hello 1\r\n\r\nWorld 1!", "internaldate": "14-Sep-2013 21:22:28 -0300"}, | |
{"raw": "Subject: hello 2\r\n\r\nWorld 2!", "flags": ["\\Seen"]}, | |
{"raw": "Subject: hello 3\r\n\r\nWorld 3!"}, | |
{"raw": "From: sender name <[email protected]>\r\nTo: Receiver name <[email protected]>\r\nSubject: hello 4\r\nMessage-Id: <abcde>\r\nDate: Fri, 13 Sep 2013 15:01:00 +0300\r\n\r\nWorld 4!"}, | |
{"raw": "Subject: hello 5\r\n\r\nWorld 5!"}, | |
{"raw": "Subject: hello 6\r\n\r\nWorld 6!"} | |
], | |
"special-use": "\\All" | |
}, | |
"Drafts":{ | |
"special-use": "\\Drafts" | |
}, | |
"Important":{ | |
"special-use": "\\Important" | |
}, | |
"Sent Mail":{ | |
"special-use": "\\Sent" | |
}, | |
"Spam":{ | |
"special-use": "\\Junk" | |
}, | |
"Starred":{ | |
"special-use": "\\Flagged" | |
}, | |
"Trash":{ | |
"special-use": "\\Trash" | |
} | |
} | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment