Source: mail2redmine
Maintainer: Serghei Mihai <smihai@entrouvert.com>
Section: python
Priority: optional
Build-Depends: debhelper-compat (= 12),
    python3-setuptools,
    python3-all,
    dh-python
Standards-Version: 3.9.6


Package: mail2redmine
Architecture: all
Depends: ${python:Depends},
    ${misc:Depends},
    python3-setuptools
Description: Converts incoming exim emails to tickets
 mail2redmine converts incoming email from Exim to Redmine tracker tickets by
 using mail subject and body as ticket title and description respectively.
 .
 Ticket owner is detected from sender's address if a corresponding account
 exists on Redmine. The email is sent to a fallback address if account doesn't
 exist.
 .
 Email attachment are joined to the ticket.
