mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 11:20:48 -04:00
20 lines
842 B
XML
20 lines
842 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/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>
|
|
<name>Simon Ser</name>
|
|
<email>contact@emersion.fr</email>
|
|
</maintainer>
|
|
<changelog>https://github.com/emersion/python-emailthreads/releases</changelog>
|
|
<bugs-to>https://github.com/emersion/python-emailthreads/issues</bugs-to>
|
|
<remote-id type="github">emersion/python-emailthreads</remote-id>
|
|
<remote-id type="pypi">emailthreads</remote-id>
|
|
</upstream>
|
|
</pkgmetadata>
|