mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-21 01:46:08 +00:00
remove newline in decoded subject
git-svn-id: https://svn.fhem.de/fhem/trunk@4390 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
parent
c735699abd
commit
b25100618a
@ -405,6 +405,7 @@ mailcheck_Read($)
|
||||
|
||||
$entity->head->decode();
|
||||
$subject = $entity->head->get('Subject');
|
||||
chomp( $subject );
|
||||
Log3 $name, 4, "subject decoded: $subject";
|
||||
|
||||
} elsif( my $accept_from = AttrVal($name, "accept_from", "" ) ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user