]> git.proxmox.com Git - pmg-docs.git/blame - gen-fetchmail.conf.5-opts.pl
bump version to 5.1-2
[pmg-docs.git] / gen-fetchmail.conf.5-opts.pl
CommitLineData
8538d9a2
DM
1#!/usr/bin/perl
2
3use lib '.';
4use strict;
5use warnings;
6use PVE::RESTHandler;
7
8use Data::Dumper;
9
10use PMG::API2::Fetchmail;
11
12my $properties = $PMG::API2::Fetchmail::fetchmail_create_properties;
13
14print PVE::RESTHandler::dump_properties($properties);
15
16exit(0);