blob: 62c04793c707dd6d29c57ae8d1509f9caca8332c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://liguros.gitlab.io/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>julien@jroy.ca</email>
<name>Julien Roy</name>
</maintainer>
<longdescription>Python library to parse and format email threads. Give it a list of emails that are part of the same thread and it'll build a tree of responses to the original message.</longdescription>
<upstream>
<maintainer>
<email>contact@emersion.fr</email>
<name>Simon Ser</name>
</maintainer>
<changelog>https://github.com/emersion/python-emailthreads/releases</changelog>
<bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to>
</upstream>
<origin>gentoo-guru-overlay</origin>
</pkgmetadata>
|