1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Source: imap-tools
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Mechtilde Stehmann <mechtilde@debian.org>
Build-Depends: debhelper-compat (=13)
, dh-python
, python3-all
, python3-setuptools
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/imap-tools.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/imap-tools
Homepage: https://github.com/ikvk/imap_tools
Package: python3-imap-tools
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Work with email by IMAP
Tool to use IMAP in Python packages
- Basic message operations: fetch, uids, numbers
- Parsed email message attributes
- Query builder for searching emails
- Actions with emails: copy, delete, flag, move, append
- Actions with folders: list, set, get, create, exists,
rename, subscribe, delete, status
- Exceptions on failed operations
- No external dependencies
|