Mercurial > libervia-backend
comparison src/plugins/plugin_misc_imap.py @ 1220:f91e7028e2c3
memory (params), tools (xml_tools), plugins, frontends: add "int" parameter type with "min" and "max" attributes
author | souliane <souliane@mailoo.org> |
---|---|
date | Fri, 03 Oct 2014 12:27:43 +0200 |
parents | 301b342c697a |
children | 72f25d671368 |
comparison
equal
deleted
inserted
replaced
1219:16484ebb695b | 1220:f91e7028e2c3 |
---|---|
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="IMAP Port" value="10143" type="string" /> | 54 <param name="IMAP Port" value="10143" type="int" min="143" max="65535" /> |
55 </category> | 55 </category> |
56 </general> | 56 </general> |
57 </params> | 57 </params> |
58 """ | 58 """ |
59 | 59 |