18b24aaee29db8f29bf45cae3b1b60c1f1a43758 |
|
14-Feb-2018 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
lib-imap-storage: imap-msgpart-url: Perform the check for a proper messagepart URL in imap_msgpart_url_create().
Before, this was an assert in imap_msgpart_url_create(). The actual check was
performed only in imap_msgpart_url_parse(), meaning that
imap_msgpart_url_create() would fail with an assertion when provided with an
inappropriate URL.
This surfaced as a problem for the submission BURL command. |