diff --git a/fhem/FHEM/32_mailcheck.pm b/fhem/FHEM/32_mailcheck.pm
index d3acdab1b..8abf86ca3 100755
--- a/fhem/FHEM/32_mailcheck.pm
+++ b/fhem/FHEM/32_mailcheck.pm
@@ -355,7 +355,10 @@ mailcheck_Read($)
mailcheck
- Watches a mailbox with imap idle.
+ Watches a mailbox with imap idle and for each new mail triggers an event with the subject of this mail.
+ This can be used to send mails *to* FHEM and react to them from a notify. Application scenarios are for example
+ a geofencing apps on mobile phones, networked devices that inform about warning or failure conditions by e-mail or
+ (with a little logic in FHEM) the absence of regular status messages from such devices and so on.
Notes:
@@ -369,7 +372,7 @@ mailcheck_Read($)
define <name> mailcheck <host> <user> [<folder>]
- Defines a mailcheck device that waits for new messages and triggers an event with the mail subject.
+ Defines a mailcheck device.
Examples: