use JSON;
use Convert::Base64;
use File::LibMagic;
use Carp qw(confess);
use Data::Dumper;
our $VERSION = '0.17';
our $CLIENT = "Mail-JMAPTalk";
our $AGENT = "$CLIENT/$VERSION";
our $JSON = JSON->n
er and mapping between Perl hashes and JSON on the wire.
It doesn't do anything smart with specific JMAP objects.
Example:
use Mail::JMAPTalk;
use JSON;
# using basic auth
my $jtal
obId => $data->{blobId},
keywords => { '$seen' => JSON::true },
mailboxIds => { $byname{Inbox} => JSON::true },
},
},
}, "R1"], ["Email/get", {