<feed xmlns='http://www.w3.org/2005/Atom'>
<title>leap_mail.git/src/leap/mail/tests, branch 0.4.0-alpha</title>
<subtitle>[leap_mail] 
</subtitle>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/'/>
<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>
<entry>
<title>fix MessageTestCase: keep ref to inserted mbox uuid</title>
<updated>2015-03-03T18:22:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-26T16:59:37+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=c49b378efdf61b7f06f3596e6ecf4ac0d27128fa'/>
<id>c49b378efdf61b7f06f3596e6ecf4ac0d27128fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix delete_msg test</title>
<updated>2015-03-03T18:22:15+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-02-25T18:08:01+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=e8ca689b9eaf4ea39f15ea0ff172dda4dd29a9b2'/>
<id>e8ca689b9eaf4ea39f15ea0ff172dda4dd29a9b2</id>
<content type='text'>
bug: delete_msg was still passing the mbox_name instead of the mbox_uuid
as it should.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
bug: delete_msg was still passing the mbox_name instead of the mbox_uuid
as it should.
</pre>
</div>
</content>
</entry>
<entry>
<title>update mail/imap tests</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-15T19:50:20+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=26034f854a3b1cc4a39b2e46b57140af27a08ddc'/>
<id>26034f854a3b1cc4a39b2e46b57140af27a08ddc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Complete IMAP implementation, update tests</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-07T16:12:24+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=9c40103a3c3dcdb3e4c4edae9f466f1701e022fc'/>
<id>9c40103a3c3dcdb3e4c4edae9f466f1701e022fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use mailbox uuids</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-13T00:47:29+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=f7030295a936cc5da33f50411b5ff60ae0eec7cc'/>
<id>f7030295a936cc5da33f50411b5ff60ae0eec7cc</id>
<content type='text'>
The previous implementation is naive, since it imposes a burden when
renaming mailboxes. We're using uuids in the local uid tables instead,
which is more cryptic but way more efficient.

* receive mbox uuid instead of name
* use mailbox uuid in identifiers
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The previous implementation is naive, since it imposes a burden when
renaming mailboxes. We're using uuids in the local uid tables instead,
which is more cryptic but way more efficient.

* receive mbox uuid instead of name
* use mailbox uuid in identifiers
</pre>
</div>
</content>
</entry>
<entry>
<title>tests for mail.mail module: Account</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-06T06:19:02+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=9e2cf40db51889ec43cd4e27b55c7f14e0436c01'/>
<id>9e2cf40db51889ec43cd4e27b55c7f14e0436c01</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests for mail.mail module: MessageCollection</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-06T05:31:26+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=ce6008a326dfc8020b341904308115917eabd7de'/>
<id>ce6008a326dfc8020b341904308115917eabd7de</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tests for mail.mail module: Message</title>
<updated>2015-02-11T18:05:43+00:00</updated>
<author>
<name>Kali Kaneko</name>
<email>kali@leap.se</email>
</author>
<published>2015-01-04T07:37:18+00:00</published>
<link rel='alternate' type='text/html' href='https://leap.se/git/leap_mail.git/commit/?id=84888155b09b3af6a755262b28728de2f851c8cb'/>
<id>84888155b09b3af6a755262b28728de2f851c8cb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
