Comment 2 for bug 1546062

Revision history for this message
Ralph Plawetzki (purejava) wrote :

The RFC822Error is thrown as the mime part with the content-id "<email address hidden>." (the image) can not be found.

This happens in rfc822-message.vala:736
if (part != null && part.get_content_id() == mime_id) {

mime_id is set correctly: "<email address hidden>.", but part.get_content_id() returns "<email address hidden>" (without the trailing period).

This is where my knowledge ends as I do not know C very well and GMimePart is used here.
I read RFC 2392, but it does not make clear if trailing periods are allowed in domain names or not.