mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-20 07:16:03 +00:00
MSG, MSGFile, MSGMail: Remove unnecessary dependency
git-svn-id: https://svn.fhem.de/fhem/trunk@8531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
d7bcc7d6e2
commit
ff90a0209a
@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
use MIME::Lite;
|
use MIME::Lite;
|
||||||
use Net::SMTP::SSL;
|
use Net::SMTP::SSL;
|
||||||
my %sets = (
|
my %sets = (
|
||||||
|
@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
my %sets = (
|
my %sets = (
|
||||||
"add" => "MSGFile",
|
"add" => "MSGFile",
|
||||||
"clear" => "MSGFile",
|
"clear" => "MSGFile",
|
||||||
|
@ -5,7 +5,6 @@ package main;
|
|||||||
|
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
use Switch;
|
|
||||||
my %sets = (
|
my %sets = (
|
||||||
"add" => "MSGMail",
|
"add" => "MSGMail",
|
||||||
"clear" => "MSGMail",
|
"clear" => "MSGMail",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user