<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/src/leap/mail/tests, branch 0.4.2</title>
<subtitle>[leap_mail] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/'/>
<entry>
<title>[bug] Adds user_id to Account</title>
<updated>2016-04-15T20:10:42+00:00</updated>
<author>
<name>Caio Carrara</name>
<email>ccarrara@thoughtworks.com</email>
</author>
<published>2016-04-13T19:12:09+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=d8ee6357c518a17a243840e42aeeae948bc03b2f'/>
<id>d8ee6357c518a17a243840e42aeeae948bc03b2f</id>
<content type='text'>
Previously Account used user id from the store, but this attribute is
optional and None by default. This caused the collection_mapping to be
unable to distinct between multiple users message collections.

This chance adds a non optional user_id attribute to Account and use it
to index the collection_mapping.

- Resolves: https://github.com/pixelated/pixelated-user-agent/issues/674
- Releases: 0.4.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Previously Account used user id from the store, but this attribute is
optional and None by default. This caused the collection_mapping to be
unable to distinct between multiple users message collections.

This chance adds a non optional user_id attribute to Account and use it
to index the collection_mapping.

- Resolves: https://github.com/pixelated/pixelated-user-agent/issues/674
- Releases: 0.4.0
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] fix missing pycryptopp dependency and mock async calls</title>
<updated>2016-02-09T12:08:11+00:00</updated>
<author>
<name>Folker Bernitt</name>
<email>fbernitt@thoughtworks.com</email>
</author>
<published>2016-02-09T09:29:52+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=27f1a84897bf60135820a99f92bfdd36e97450e5'/>
<id>27f1a84897bf60135820a99f92bfdd36e97450e5</id>
<content type='text'>
- leap_mail still uses pycryptopp and therefore still needs the
  dependency
- Keymanager calls to async HTTPClient had not been mocked, causing
  a test to fail
- fixed a pep8 warning
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- leap_mail still uses pycryptopp and therefore still needs the
  dependency
- Keymanager calls to async HTTPClient had not been mocked, causing
  a test to fail
- fixed a pep8 warning
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] don't extract openpgp header if valid attached key</title>
<updated>2015-09-22T16:58:00+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-09-22T15:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=e2b3cc5c88dd8f66ec02fe644944218d58e996d8'/>
<id>e2b3cc5c88dd8f66ec02fe644944218d58e996d8</id>
<content type='text'>
The key extract should check first for attached keys and if this fails
then should try the OpenPGP header.

- Resolves: #7480
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The key extract should check first for attached keys and if this fails
then should try the OpenPGP header.

- Resolves: #7480
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] properly skip not implemented tests, do not raise</title>
<updated>2015-08-21T04:02:06+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-21T03:45:19+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=da03f8933a59bde6b9c928416ca333630f04819a'/>
<id>da03f8933a59bde6b9c928416ca333630f04819a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[style] pep8 fixes + pep8 script</title>
<updated>2015-08-04T16:18:50+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-08-04T16:18:50+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=5a97000032cf9cdb8dee5310126f6de11b09d942'/>
<id>5a97000032cf9cdb8dee5310126f6de11b09d942</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] Skipped tests that were not implemented</title>
<updated>2015-08-03T22:18:31+00:00</updated>
<author>
<name>Bruno Wagner</name>
<email>bwgpro@gmail.com</email>
</author>
<published>2015-08-03T22:18:31+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=4777ad0d3ec5378de8b0c7ffbcecf2e19ad9c180'/>
<id>4777ad0d3ec5378de8b0c7ffbcecf2e19ad9c180</id>
<content type='text'>
Functionality that is not implemented should not fail, instead
it should be skipped until it is implemented.

Added a return to test_imap_store_fetch setup to make sure the deferred
is being handled
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Functionality that is not implemented should not fail, instead
it should be skipped until it is implemented.

Added a return to test_imap_store_fetch setup to make sure the deferred
is being handled
</pre>
</div>
</content>
</entry>
<entry>
<title>[tests] new sample mail added</title>
<updated>2015-07-13T15:55:31+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-07-10T15:57:48+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=91269c0305b7f7d562f27fd93c94a8d601219ea1'/>
<id>91269c0305b7f7d562f27fd93c94a8d601219ea1</id>
<content type='text'>
For #7244, this is needed for regression tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
For #7244, this is needed for regression tests
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] tear down of leap.common.events properly in tests</title>
<updated>2015-07-02T22:39:25+00:00</updated>
<author>
<name>Ruben Pollan</name>
<email>meskio@sindominio.net</email>
</author>
<published>2015-07-02T22:39:25+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=844c9633b7cf24c5cf5785ed7b6a176142b75447'/>
<id>844c9633b7cf24c5cf5785ed7b6a176142b75447</id>
<content type='text'>
The tests where writting their own implementation of env tear down
instead of using leap.common's one. Using it fixes many tests.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The tests where writting their own implementation of env tear down
instead of using leap.common's one. Using it fixes many tests.
</pre>
</div>
</content>
</entry>
<entry>
<title>[bug] re-add fix for multiple headers</title>
<updated>2015-03-30T18:48:07+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-03-23T16:59:12+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=f97104e25fe504993615f194825a757d4c381a24'/>
<id>f97104e25fe504993615f194825a757d4c381a24</id>
<content type='text'>
This fix stores as multi-line headers that are repeated, and that were
being discarded when storing them in a regular dict.

It had been removed during the last refactor.

I also store headers now as a case-insensitive dict, which solves other
problems with the implementation of the twisted imap.

Releases: 0.4.0
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This fix stores as multi-line headers that are repeated, and that were
being discarded when storing them in a regular dict.

It had been removed during the last refactor.

I also store headers now as a case-insensitive dict, which solves other
problems with the implementation of the twisted imap.

Releases: 0.4.0
</pre>
</div>
</content>
</entry>
<entry>
<title>fix rename_mailbox implementation, make test pass</title>
<updated>2015-03-03T18:27:03+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-26T17:10:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=63a252fb5dadb8b57212ea6d5e09737ea22d470f'/>
<id>63a252fb5dadb8b57212ea6d5e09737ea22d470f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
