aboutsummaryrefslogtreecommitdiffstats
path: root/fancy_bear
AgeCommit message (Collapse)Author
2014-06-08JSON API for individual messagesTeddy Wing
2014-06-08messages.json: add labels field to JSON outputTeddy Wing
(NOTE: this includes all other folders that the message belongs to, including 'INBOX' for example).
2014-06-08Create JSON route for message listTeddy Wing
Create a route to get a list of messages in JSON, tied to a hard-coded email account for now.
2014-06-08Get label creation working by shelling out to pythonTeddy Wing
Dammit Context.IO Ruby SDK
2014-06-08FancyBear::ContextIO::Auth: move initializer to Base classTeddy Wing
I need a ContextIO instance in another module class so let's create a base class so I don't have to keep doing it.
2014-06-08fancy_bear/: use relative requiresTeddy Wing
I can't import fancy_bear in app.rb without using relative requires here.
2014-06-08auth.rb: fix authentication methodTeddy Wing
* Fix incorrect variable name * Rename authenticate method because that's not quite what it's doing. It's more like starting the auth process.
2014-06-08fancy_bear.rb: remove test codeTeddy Wing
Delete lines to test the auth functionality.
2014-06-08Rename Sellevate to Fancy BearTeddy Wing