<feed xmlns='http://www.w3.org/2005/Atom'>
<title>sellevate/fancy_bear, branch develop</title>
<subtitle>[Automatic] priority email sorting | AngelHack 2014.06</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/'/>
<entry>
<title>JSON API for individual messages</title>
<updated>2014-06-08T16:41:16+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T16:41:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=dbdf6a3486a3456b6a6d4fc4f2c5973113015109'/>
<id>dbdf6a3486a3456b6a6d4fc4f2c5973113015109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>messages.json: add labels field to JSON output</title>
<updated>2014-06-08T16:30:08+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T16:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=d9fb8accb78af12c544c81cb13ea35bbbebf0bac'/>
<id>d9fb8accb78af12c544c81cb13ea35bbbebf0bac</id>
<content type='text'>
(NOTE: this includes all other folders that the message belongs to,
including 'INBOX' for example).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
(NOTE: this includes all other folders that the message belongs to,
including 'INBOX' for example).
</pre>
</div>
</content>
</entry>
<entry>
<title>Create JSON route for message list</title>
<updated>2014-06-08T16:19:48+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T16:19:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=bf52bc3a520bff96be32cfb815738660a607f3ab'/>
<id>bf52bc3a520bff96be32cfb815738660a607f3ab</id>
<content type='text'>
Create a route to get a list of messages in JSON, tied to a hard-coded
email account for now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a route to get a list of messages in JSON, tied to a hard-coded
email account for now.
</pre>
</div>
</content>
</entry>
<entry>
<title>Get label creation working by shelling out to python</title>
<updated>2014-06-08T15:36:38+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T15:36:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=8806e3a676d2fbe1397b0079318ca279851e476e'/>
<id>8806e3a676d2fbe1397b0079318ca279851e476e</id>
<content type='text'>
Dammit Context.IO Ruby SDK
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Dammit Context.IO Ruby SDK
</pre>
</div>
</content>
</entry>
<entry>
<title>FancyBear::ContextIO::Auth: move initializer to Base class</title>
<updated>2014-06-08T11:16:49+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T11:16:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=9f033f1558c67484c545ff3610b2c866603a6eef'/>
<id>9f033f1558c67484c545ff3610b2c866603a6eef</id>
<content type='text'>
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.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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.
</pre>
</div>
</content>
</entry>
<entry>
<title>fancy_bear/: use relative requires</title>
<updated>2014-06-08T06:24:02+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T06:24:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=16acafde8f0639cc2cbb5818f6f0af1df8441440'/>
<id>16acafde8f0639cc2cbb5818f6f0af1df8441440</id>
<content type='text'>
I can't import fancy_bear in app.rb without using relative requires
here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I can't import fancy_bear in app.rb without using relative requires
here.
</pre>
</div>
</content>
</entry>
<entry>
<title>auth.rb: fix authentication method</title>
<updated>2014-06-08T06:22:14+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T06:22:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=9f7dfa9233003cb496499dbbcd51ba10d31d3484'/>
<id>9f7dfa9233003cb496499dbbcd51ba10d31d3484</id>
<content type='text'>
* Fix incorrect variable name
* Rename authenticate method because that's not quite what it's doing.
  It's more like starting the auth process.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Fix incorrect variable name
* Rename authenticate method because that's not quite what it's doing.
  It's more like starting the auth process.
</pre>
</div>
</content>
</entry>
<entry>
<title>fancy_bear.rb: remove test code</title>
<updated>2014-06-08T06:09:53+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T06:09:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=555ea34da891b0a017dce6e6f2b5c636126a7e37'/>
<id>555ea34da891b0a017dce6e6f2b5c636126a7e37</id>
<content type='text'>
Delete lines to test the auth functionality.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Delete lines to test the auth functionality.
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename Sellevate to Fancy Bear</title>
<updated>2014-06-08T05:29:54+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2014-06-08T05:29:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/sellevate/commit/?id=0e0ba946430e1792eff9a1146df4e759cb33947b'/>
<id>0e0ba946430e1792eff9a1146df4e759cb33947b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
