Florian
20e9f567a0
Update eMail.py
...
Fixing if-condition for TLS
2017-01-16 21:22:22 +01:00
Florian
8cdfef4bce
Update eMail.py
...
Using only SMTP via SSL can lead to errors depending on the configuration of the mail server
As there is no switch in the config file (which is good so) the approach is to use SSL first and, if this fails, switch to non-SSL connection.
Due to the importance of this plugin the pull request is affecting the master-branch.
2017-01-16 21:20:14 +01:00
Florian
7ad21a7a6d
Update eMail.py
...
Fixing wrong variable - globals to globalVars
2017-01-16 13:08:17 +01:00
Bastian Schroll
78cecc7ef5
Merge remote-tracking branch 'refs/remotes/origin/master'
...
Conflicts:
plugins/eMail/eMail.py
2016-10-27 22:11:19 +02:00
fwmarcel
cf0ab3de28
Update eMail.py
2016-10-26 20:48:02 +02:00
Bastian Schroll
e938cdcd6d
rename globals. call to globalVars.
2016-10-03 12:02:18 +02:00
Bastian Schroll
f8fcda94b6
rename globals to globalVars
...
to prevent to redifine an builtin function
2016-10-03 11:56:27 +02:00
Bastian Schroll
77fb7fb44f
remove trailing whitespaces
...
to improve codacy rating
2016-10-02 21:28:04 +02:00
Bastian Schroll
6e6a0a4a45
edit interface.txt info
...
information now in plugins/readme.md
2016-10-02 12:38:47 +02:00
JHCD
e7b5bffdd3
add data['timestamp'] #72
...
to make sure, that all Plugins use the same timestamp
2015-07-31 19:09:27 +02:00
JHCD
19653e5515
add line break to eMail plugin #71
2015-07-28 19:44:14 +02:00
JHCD
6520edea4c
change replace wildcards to helper-function
2015-07-24 19:52:18 +02:00
JHCD
e936298ed6
change send eMail to UTF-8 #63
2015-07-14 17:35:58 +02:00
Bastian Schroll
ae0fd40e06
fix timeHandler problem in eMail plugin
2015-07-14 16:59:02 +02:00
Schrolli
c19a89859b
change encoding
...
- change code encoding from cp1252 to UTF-8 (Issue #60 )
2015-07-13 10:19:45 +02:00
Schrolli
76686e016c
insert configHandler.checkConfig() helper in all plugins so save always same code
2015-07-09 07:52:21 +02:00
JHCD
6a1c77b916
solve issue #41 : support more than one recipient
2015-07-03 23:43:22 +02:00
Schrolli
48c4d1e354
remove trailing whitespace
2015-07-02 09:02:49 +02:00
Schrolli
29873c5ec3
use helper function curtime() and split date and time in eMail plugin
2015-07-01 14:35:44 +02:00
JHCD
09b9cc5f7d
change pluginLoader and exception-handling
...
- if the function plugin.onLoad() throws an exception the plugin will skipped
- change exception-handling for pluginLoader
2015-06-29 23:24:48 +02:00
JHCD
407e22e1e4
resolve small bug in onLoad()
2015-06-29 17:06:11 +02:00
Schrolli
6371d1cf3c
replace the return with an else: statement after config reading
2015-06-29 12:25:21 +02:00
Schrolli
95d2d2f119
insert onLoad() routine in plugins
2015-06-29 12:19:44 +02:00
JHCD
d6b9174112
change exception-handling
...
- only error-msg instead of logging.exception
- second logging.debug with exec-trace
2015-06-23 22:27:48 +02:00
JHCD
f1f6503198
new functionality: lookUp description in a given csv-file for FMS, ZVEI and POC
...
you have the possibility to set a discription for every FMS, ZWEI oder RIC address
descriptions will be imported via csv-files
if enabled BOSWatch will look up the description and could be used in the plugins
eMail-plugin extended wildcards to use describtion %DESC%
2015-06-05 21:49:51 +02:00
JHCD
300675a0e3
move creation of ric-sub as char to poc-decoder
2015-06-05 11:26:01 +02:00
JHCD
fedf879a06
undo docu in case of parsing-error :-/
2015-06-05 09:47:17 +02:00
JHCD
7c5e223579
undo docu in case of parsing-error :-/
2015-06-05 09:43:15 +02:00
JHCD
baa9b47983
small documentation
2015-06-04 20:26:46 +02:00
JHCD
f71cbc10ca
disable debugging
2015-06-04 20:21:36 +02:00
JHCD
5499f6e3e0
add eMail-plugin for fms, zvei and pocsag
...
plugin dispatch messages via eMail/SMTP
supports: tls, user/password, wildcards in subject and message-text
2015-06-04 20:18:44 +02:00