Stephen Paul Weber

Results 228 comments of Stephen Paul Weber
trafficstars

the advantage is that there may (and indeed are) other things that need to be done. RSA typically has some extra padding that is constant / based on the size...

No problem. I can do things less-polymorphically for now. I'm just a big fan of more polymorphism if we can do it :)

@mimbert `passff` doesn't integrate with Firefox's password management, but rather provides its own duplicate UI and functionality.

I just had to downgrade due to a related issue choking on this header: `Content-Type: multipart/related;boundary=1_62BC61B6_29AF2480;Start="";Type="application/smil"`

>@singpolyma Can you please provide more context? What program is producing >this message, and how widespread are these non-conformant messages? I would say over half the MMS our system sees...

I could pre-massage but I'd basically need a header parser to do that with I guess. I think the MMS messages are forwarded mostly-unmodified from various carriers, so convincing Verizon...

[mms1.txt](https://github.com/purebred-mua/purebred-email/files/10561088/mms1.txt) This is an example message, with phone numbers scrubbed. I've found another spec violation that comes from specifically Google Voice they send like this example: [mms2.txt](https://github.com/purebred-mua/purebred-email/files/10561101/mms2.txt) This Content-Type header...

Do updates work with BB10 for anyone else? Editing seems to not work... it seems that when I edit a contact BB10 first does a PROPFIND and then does a...

Seems this is likely the result of sending the header: ``` 'HTTP_IF_MATCH': '"417df693767b12517efa320f2f1b59a6"' ```

Ok, so the problem is that BB10 is sending up an edit with a new UID and URL, but with an etag, which of course fails. Blergh.