[lcd4linux @ 2004-04-08 11:59:26 by reinelt]

added plugin_pop3 from Javi

git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@411 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
This commit is contained in:
reinelt
2004-04-08 11:59:26 +00:00
parent 9164b31d32
commit ca96fa0676
5 changed files with 362 additions and 9 deletions

View File

@@ -109,6 +109,14 @@ Plugin MySQL {
database 'lcd4linux' # MUST be specified
}
Plugin Pop3 {
server1 'localhost'
port1 110
user1 'michael'
password1 'secret'
}
Widget OS {
class 'Text'
expression '*** '.uname('sysname').' '.uname('release').' ***'