mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-04 15:07:02 +03:00
Centralize some argument parsing
Improved parser error handling Fix Sieve Vacation extension
This commit is contained in:
parent
55178016a0
commit
68fc9f21bd
7 changed files with 131 additions and 168 deletions
|
|
@ -31,7 +31,7 @@ class StringType /*extends String*/
|
|||
this._value = value;
|
||||
}
|
||||
|
||||
length()
|
||||
get length()
|
||||
{
|
||||
return this._value.length;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue