Source: libmail-jmaptalk-perl Maintainer: Debian Perl Group Uploaders: Edmund Lodewijks Section: perl Testsuite: autopkgtest-pkg-perl Build-Depends: debhelper-compat (= 14), dh-sequence-single-binary Build-Depends-Indep: libjson-perl , libtest-simple-perl , perl Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libmail-jmaptalk-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libmail-jmaptalk-perl.git Homepage: https://metacpan.org/release/Mail-JMAPTalk Package: libmail-jmaptalk-perl Architecture: all Depends: ${perl:Depends}, libjson-perl Recommends: libfile-libmagic-perl Description: client library for talking to JMAP servers Mail::JMAPTalk is a small JMAP client: it authenticates against a JMAP endpoint, issues method calls in batches, and returns the responses as Perl data structures. . It also handles blob upload and download, which makes it useful for driving a JMAP server from test suites as well as from applications. An upload with no explicit content type is typed with File::LibMagic where that is installed, and falls back to application/octet-stream where it is not.