jstedfast / gmime

A C/C++ MIME creation and parser library with support for S/MIME, PGP, and Unix mbox spools.
GNU Lesser General Public License v2.1
111 stars 36 forks source link

Some urls add params without a / #151

Closed bellegarde-c closed 1 year ago

bellegarde-c commented 1 year ago

See https://gitlab.gnome.org/GNOME/geary/-/issues/1493

jstedfast commented 1 year ago

Just to test what GitHub markdown does (which likely is indicative of what GNOME-Terminal, etc would do):

https://www.google.com?uuid=1024

...and it looks like it does handle the ? without a preceding / (even tho according to the spec, there is supposed to be a / before the ?).

I'll accept the patch.