pmg-docs/gen-fetchmail.conf.5-opts.pl
2018-01-09 12:25:57 +01:00

17 lines
260 B
Perl
Executable File

#!/usr/bin/perl
use lib '.';
use strict;
use warnings;
use PVE::RESTHandler;
use Data::Dumper;
use PMG::API2::Fetchmail;
my $properties = $PMG::API2::Fetchmail::fetchmail_create_properties;
print PVE::RESTHandler::dump_properties($properties);
exit(0);