<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/src/leap/bitmask/mail, branch 0.9.4</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[tests] fix keymanager tests after refactor and merge</title>
<updated>2016-11-22T14:57:05+00:00</updated>
<author>
<name>Zara Gebru</name>
<email>zgebru@thoughtworks.com</email>
</author>
<published>2016-11-18T15:51:27+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=1baa817b567cc234e76faafc5ec92cfa75222ba6'/>
<id>1baa817b567cc234e76faafc5ec92cfa75222ba6</id>
<content type='text'>
- some pep8 problems
- some confusion with old and new code after merging
from old keymanager
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- some pep8 problems
- some confusion with old and new code after merging
from old keymanager
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] change update period with environment variable</title>
<updated>2016-11-06T16:20:49+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-11-01T13:38:07+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=d90aa43945a304efdf632ace329c2b8c9aea2377'/>
<id>d90aa43945a304efdf632ace329c2b8c9aea2377</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[doc] fix typo</title>
<updated>2016-11-04T13:24:11+00:00</updated>
<author>
<name>Tulio Casagrande</name>
<email>tcasagra@thoughtworks.com</email>
</author>
<published>2016-11-02T16:00:43+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4d46bc572da22d8b7e759ff4cd20f8a77bf5ac72'/>
<id>4d46bc572da22d8b7e759ff4cd20f8a77bf5ac72</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] message can also be a BytesIO</title>
<updated>2016-11-03T13:28:15+00:00</updated>
<author>
<name>Victor Shyba</name>
<email>victor1984@riseup.net</email>
</author>
<published>2016-10-31T03:12:34+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b160ee5776f16b4ea59e5c07918b21b14550ad71'/>
<id>b160ee5776f16b4ea59e5c07918b21b14550ad71</id>
<content type='text'>
Twisted 16.5 sends a BytesIO as message, which was unexpected in this
types list.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Twisted 16.5 sends a BytesIO as message, which was unexpected in this
types list.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] capture the exception value properly</title>
<updated>2016-10-21T21:17:42+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-21T21:10:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=db8567e5035978dc16fd5bbac9aecb73b600d41e'/>
<id>db8567e5035978dc16fd5bbac9aecb73b600d41e</id>
<content type='text'>
this looks like a careless migration to twisted failures.
who knows how long this was like this, this should be covered by tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this looks like a careless migration to twisted failures.
who knows how long this was like this, this should be covered by tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix yet another logger syntax error</title>
<updated>2016-10-21T21:17:42+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-10-21T21:10:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=9903239f74602ddaa909aedadc82d65132cebcdd'/>
<id>9903239f74602ddaa909aedadc82d65132cebcdd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Fix warning logging.</title>
<updated>2016-10-19T20:55:50+00:00</updated>
<author>
<name>Denis Costa</name>
<email>deniscostadsc@gmail.com</email>
</author>
<published>2016-10-19T16:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=4cee83f733238e5ebed6b8083158c6df3ad98f54'/>
<id>4cee83f733238e5ebed6b8083158c6df3ad98f54</id>
<content type='text'>
Following Twisted documentation, I found out that the warning method
doesn't exist on logger class. That class has warn method instead. And I
got a error because of that.

https://twistedmatrix.com/documents/16.4.1/api/twisted.logger.Logger.html
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Following Twisted documentation, I found out that the warning method
doesn't exist on logger class. That class has warn method instead. And I
got a error because of that.

https://twistedmatrix.com/documents/16.4.1/api/twisted.logger.Logger.html
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] leap.mail: expose content charset as a separated attribute</title>
<updated>2016-10-19T20:48:57+00:00</updated>
<author>
<name>NavaL</name>
<email>ayoyo@thoughtworks.com</email>
</author>
<published>2016-10-19T13:23:17+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=0329b242c851ea1f05e795102638b01bbac7c231'/>
<id>0329b242c851ea1f05e795102638b01bbac7c231</id>
<content type='text'>
Before we used to have content_doc.content_type = 'text/plain;
charset="utf-8"'.
Currently, we have content_doc.content_type = 'text/plain'.

This change will give us, on top of that: content_doc.charset = 'utf-8'.
One can reconstruct the original one using .content_type and .charset.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Before we used to have content_doc.content_type = 'text/plain;
charset="utf-8"'.
Currently, we have content_doc.content_type = 'text/plain'.

This change will give us, on top of that: content_doc.charset = 'utf-8'.
One can reconstruct the original one using .content_type and .charset.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] use twisted.logger and fix logging namespace</title>
<updated>2016-10-17T23:38:21+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-10-13T15:08:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=c8eba064959310e44bdc2a4f0df49a534e761d04'/>
<id>c8eba064959310e44bdc2a4f0df49a534e761d04</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] improve mail service log messages</title>
<updated>2016-10-10T16:36:51+00:00</updated>
<author>
<name>drebs</name>
<email>drebs@riseup.net</email>
</author>
<published>2016-10-10T16:09:10+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=a041d186bad1bf40a40c44da46087285aa04ff2d'/>
<id>a041d186bad1bf40a40c44da46087285aa04ff2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
