sup-heliotrope / sup

A curses threads-with-tags style email client (mailing list: supmua@googlegroups.com)
http://sup-heliotrope.github.io
GNU General Public License v2.0
900 stars 97 forks source link

add a test case for sources with invalid URI characters #599

Closed danc86 closed 2 years ago

danc86 commented 2 years ago

Since commit 3dbb5444 sup-add will just pass through the invalid URI characters and emit them in sources.yaml. The path component will be URI encoded/decoded at runtime through sup's convoluted handling of source URIs.

Relates to #545.