MSG, MSGFile, MSGMail: Remove unnecessary dependency
git-svn-id: svn://svn.code.sf.net/p/fhem/code/trunk@8531 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
use MIME::Lite;
|
||||
use Net::SMTP::SSL;
|
||||
my %sets = (
|
||||
|
||||
@@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
my %sets = (
|
||||
"add" => "MSGFile",
|
||||
"clear" => "MSGFile",
|
||||
|
||||
@@ -5,7 +5,6 @@ package main;
|
||||
|
||||
use strict;
|
||||
use warnings;
|
||||
use Switch;
|
||||
my %sets = (
|
||||
"add" => "MSGMail",
|
||||
"clear" => "MSGMail",
|
||||
|
||||
Reference in New Issue
Block a user