From: kardiac <kar...@kr...> - 2004-10-17 18:50:08
|
Martin Mewes wrote: > Hi, > > kardiac wrote: > >> Martin Mewes wrote: >> >>> If you need help in translating this module to at least german, >>> please come back to me :-) >> >> Thanks, i will remember it if i finish this module (i hope :-) > > > Can you please give me a hint on what kind of module your are working > on? Maybe there is something in place and it may would be more easier > for you to join a particular development instead of reinventing the > wheel. > >> I will like some input on forged values in form submission too. I use >> that actually: >> >> unless ($value =~ m#^([\w.-_]+)$#) { error( >> "$value has invalid characters.\n"); >> } >> >> It's enough ? Best way to do it exist ? > > > I am just a translator and a lousy programmer, so I may leave this to > the coders here. > > bis dahin - kind regards > > Martin Mewes > I work on a module for Cyrus-imap. I have started from IMAPv4 Server module but i have mostly completely rewrited it. I needed internationalization support (French specially) and more features(support for different hierarchy separator, cascading delete, editing configuration file...) . I don't needed to rewrite all but i have a lot of fun to do it :-). Actually internationalization and hierarchy separator are ok. I have changed to Cyrus::IMAP::Admin instead NET::IMAP::Admin perl module ( maybe a not so good idea but i will see now). kind regards Kardiac |