Mercurial > libervia-backend
comparison src/plugins/plugin_misc_smtp.py @ 1226:72f25d671368
memory (params): use more generic param attribute "constraint" instead of "min" and "max"
author | souliane <souliane@mailoo.org> |
---|---|
date | Mon, 06 Oct 2014 11:18:37 +0200 |
parents | f91e7028e2c3 |
children | 3265a2639182 |
comparison
equal
deleted
inserted
replaced
1225:82dabb442e2e | 1226:72f25d671368 |
---|---|
49 | 49 |
50 params = """ | 50 params = """ |
51 <params> | 51 <params> |
52 <general> | 52 <general> |
53 <category name="Mail Server"> | 53 <category name="Mail Server"> |
54 <param name="SMTP Port" value="10125" type="int" min="25" max="65535" /> | 54 <param name="SMTP Port" value="10125" type="int" constraint="1;65535" /> |
55 </category> | 55 </category> |
56 </general> | 56 </general> |
57 </params> | 57 </params> |
58 """ | 58 """ |
59 | 59 |