Comment 1 for bug 525892

Revision history for this message
Jeff Stedfast (fejj) wrote :

Do these messages have a Content-Length header? If not, there's no fix for this :-(

If they do have a Content-Length header, then mail-notification/src/mn-base-mbox-mailbox-backend.gob could be patched to call g_mime_parser_set_respect_content_length (parser, TRUE); which will fix the problem.