<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask-dev.git/tests/integration/mail/incoming, branch master</title>
<subtitle>[bitmask-dev] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/'/>
<entry>
<title>[bug] strip leap headers before processing the icnomming mails</title>
<updated>2017-10-26T16:37:05+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-10-24T10:46:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=ec01098129d885911715260f5bffb701fa65028c'/>
<id>ec01098129d885911715260f5bffb701fa65028c</id>
<content type='text'>
- Resolves: #9030
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #9030
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] replace content-type after removing the signature</title>
<updated>2017-08-25T08:29:22+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-08-22T11:00:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=5292016becad94bfe603cdb7c4833b82ac07723a'/>
<id>5292016becad94bfe603cdb7c4833b82ac07723a</id>
<content type='text'>
- Resolves: #9003
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Resolves: #9003
</pre>
</div>
</content>
</entry>
<entry>
<title>[feat] push private key updates into nicknym</title>
<updated>2017-06-12T18:34:15+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2017-06-08T09:14:38+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f0117969b19e05d568a108b12390c47a011576f6'/>
<id>f0117969b19e05d568a108b12390c47a011576f6</id>
<content type='text'>
Deal as well with sending key if key is outdated in the providers nicknym.

- Resolves: #8819, #8832
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Deal as well with sending key if key is outdated in the providers nicknym.

- Resolves: #8819, #8832
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] remove listener test</title>
<updated>2017-05-16T17:28:39+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-15T14:42:28+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b667facfe3c36e44396193a12748aaa9efbd718b'/>
<id>b667facfe3c36e44396193a12748aaa9efbd718b</id>
<content type='text'>
I've removed the add_listener method because it's not used anywhere.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I've removed the add_listener method because it's not used anywhere.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] Log error in case JSON parsing fails for decrypted doc</title>
<updated>2017-03-31T16:48:56+00:00</updated>
<author>
<name>Sriram Viswanathan</name>
<email>sriramv@thoughtworks.com</email>
</author>
<published>2017-03-17T20:39:46+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=606289c43713414b0b9ffdb4f233362a8f214243'/>
<id>606289c43713414b0b9ffdb4f233362a8f214243</id>
<content type='text'>
In addition to the UnicodeError exception in _process_decrypted_doc
function, we have added ValueError to the exception list so that we can
catch any error in JSON parsing, specially a 'NODATA' error that we were
getting with some of the emails.

This is in reference to issues -
https://github.com/pixelated/pixelated-user-agent/issues/908 &amp;
https://github.com/pixelated/pixelated-user-agent/issues/981 - to ignore
documents that have this problem and not have Soledad try to sync them
again and again.

with @deniscostadsc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In addition to the UnicodeError exception in _process_decrypted_doc
function, we have added ValueError to the exception list so that we can
catch any error in JSON parsing, specially a 'NODATA' error that we were
getting with some of the emails.

This is in reference to issues -
https://github.com/pixelated/pixelated-user-agent/issues/908 &amp;
https://github.com/pixelated/pixelated-user-agent/issues/981 - to ignore
documents that have this problem and not have Soledad try to sync them
again and again.

with @deniscostadsc
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] fix errBack in _decrypt_doc in incoming mail service</title>
<updated>2017-03-31T16:47:16+00:00</updated>
<author>
<name>Sriram Viswanathan</name>
<email>sriramv@thoughtworks.com</email>
</author>
<published>2017-03-16T20:06:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=b553c65d1d114f2a3a4cb3282b4505838f537421'/>
<id>b553c65d1d114f2a3a4cb3282b4505838f537421</id>
<content type='text'>
with @deniscostadsc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with @deniscostadsc
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] move tests to root folder</title>
<updated>2016-09-01T04:06:52+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-09-01T04:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask-dev.git/commit/?id=f826bc473a0c50fcf55f4e8609aa07622814f902'/>
<id>f826bc473a0c50fcf55f4e8609aa07622814f902</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
