From 8beadebc55072e234bacde5c7e900bbc44422ed0 Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Mon, 12 Apr 2021 08:50:33 +0200 Subject: [PATCH] mail/fetchmail: cleanups and sync --- README.md | 1 + .../src/opnsense/mvc/app/models/OPNsense/Fetchmail/General.php | 2 +- .../src/opnsense/mvc/app/models/OPNsense/Fetchmail/Mailbox.xml | 2 +- mail/fetchmail/src/opnsense/scripts/OPNsense/Fetchmail/setup.sh | 0 4 files changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 mail/fetchmail/src/opnsense/scripts/OPNsense/Fetchmail/setup.sh diff --git a/README.md b/README.md index 80ca24530..6debfb375 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ dns/dnscrypt-proxy -- Flexible DNS proxy supporting DNSCrypt and DoH dns/dyndns -- Dynamic DNS Support dns/rfc2136 -- RFC-2136 Support emulators/qemu-guest-agent -- QEMU Guest Agent for OPNsense (development only) +mail/fetchmail -- Remote-mail retrieval utility (development only) mail/postfix -- SMTP mail relay mail/rspamd -- Protect your network from spam misc/theme-cicada -- The cicada theme - dark grey diff --git a/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/General.php b/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/General.php index 7c5a75d76..5ec3f1dd2 100644 --- a/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/General.php +++ b/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/General.php @@ -24,7 +24,7 @@ *ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE * POSSIBILITY OF SUCH DAMAGE. */ - + namespace OPNsense\Fetchmail; use OPNsense\Base\BaseModel; diff --git a/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/Mailbox.xml b/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/Mailbox.xml index fe711b2c1..adc2e8a4f 100644 --- a/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/Mailbox.xml +++ b/mail/fetchmail/src/opnsense/mvc/app/models/OPNsense/Fetchmail/Mailbox.xml @@ -38,7 +38,7 @@ N /^[A-Fa-f0-9\:]$/ - + diff --git a/mail/fetchmail/src/opnsense/scripts/OPNsense/Fetchmail/setup.sh b/mail/fetchmail/src/opnsense/scripts/OPNsense/Fetchmail/setup.sh old mode 100644 new mode 100755