<feed xmlns='http://www.w3.org/2005/Atom'>
<title>bitmask_thunderbird.git/tests/integration/mail, branch 0.10.1</title>
<subtitle>[bitmask_thunderbird] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/'/>
<entry>
<title>[bug] send UIDNEXT on select</title>
<updated>2017-09-13T16:42:56+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2017-08-24T21:46:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=6173c99fa3b705814ade642ea4c900b8421283dc'/>
<id>6173c99fa3b705814ade642ea4c900b8421283dc</id>
<content type='text'>
node-mail chokes if we don't.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
node-mail chokes if we don't.
</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_thunderbird.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_thunderbird.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] fix tests</title>
<updated>2017-05-24T12:59:55+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-05-24T12:25:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=cf610930f7a9b56b0378920bfdd4263f490b5cb3'/>
<id>cf610930f7a9b56b0378920bfdd4263f490b5cb3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</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_thunderbird.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] fix notification for incoming mail with several listeners registered</title>
<updated>2017-05-16T17:28:35+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-27T13:20:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=c980cae46d101c0def23bf3398b65b2e0c614d2a'/>
<id>c980cae46d101c0def23bf3398b65b2e0c614d2a</id>
<content type='text'>
When setting the listeners in the IMAP Folder, we avoid setting more
than one listener for the same imap mailbox (because in some situations
we were registering way too many listeners).

this was making the pixelated inbox registering the notification and
therefore the imap mailbox not being registered.

this MR also refactors the way pixelated is initialized, so that it
avoid creating a second Account instance. In this way, we make sure that
the pixelated mua and the imap server share the same collections for a
given mailbox, and therefore any of the two is able to get a
notification whenever the other adds a message to the mailbox.

- Resolves: #8846, #8798
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When setting the listeners in the IMAP Folder, we avoid setting more
than one listener for the same imap mailbox (because in some situations
we were registering way too many listeners).

this was making the pixelated inbox registering the notification and
therefore the imap mailbox not being registered.

this MR also refactors the way pixelated is initialized, so that it
avoid creating a second Account instance. In this way, we make sure that
the pixelated mua and the imap server share the same collections for a
given mailbox, and therefore any of the two is able to get a
notification whenever the other adds a message to the mailbox.

- Resolves: #8846, #8798
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] fix tests</title>
<updated>2017-04-27T17:33:30+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2017-04-26T16:56:49+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=13760d78fba87570c91c0a2e702980d2ec45a0ed'/>
<id>13760d78fba87570c91c0a2e702980d2ec45a0ed</id>
<content type='text'>
mock a renamed method.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
mock a renamed method.
</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_thunderbird.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_thunderbird.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>[test] add script for checking the mail</title>
<updated>2016-12-26T13:55:42+00:00</updated>
<author>
<name>Kali Kaneko (leap communications)</name>
<email>kali@leap.se</email>
</author>
<published>2016-12-22T14:40:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/bitmask_thunderbird.git/commit/?id=0f5eb825c5654a718c1f4f2fd3a9ac2f0efad395'/>
<id>0f5eb825c5654a718c1f4f2fd3a9ac2f0efad395</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
