jfrank14
jfrank14
5.5 years later and no fix or workaround?
Has this ever been fixed? I just ran into it now, 9 years later!
Why does it have to be at the end of the file? Wouldn't it work the same if it came right after the To: line?
Thanks. I will check it out. On 8/26/2014 9:19 AM, Andrew Davey wrote: > I recommend taking a look here: https://github.com/andrewdavey/postal/blob/409617d49b5489e2d6c927b596171e2035299704/src/Postal/EmailParser.cs#L55 > It should be possible to add some extra...
Ah, perfect. Thanks!
How do you apply the severity setting? I've tried various syntaxes like `extend({ minLength: 2, maxLength: 10, severity: 2 })` but the code doesn't seem to be doing anything with...
Thanks for the speedy response. But I'm still not sure of the syntax I'm supposed to use. Suppose I have this code: //validations on the password field ko.getObservable(this, "password"). extend({...
I am using your fork, but I don't have code specifying the severity because I can't find any sample of what that's supposed to look like. Can you post a...
Ah, I see thanks. But I'm now I'm still a bit confused because the generated html for the warning doesn't indicate the severity in any way, so there's no way...
I'll see about doing that, but at a minimum it would mean a lot of repeated code, changing only the field name. How hard would it be to implement in...