Alejandro Mery wrote:
> pop give the mails right, the files are right, but on 6 different MUAs via
> imap i get specific mails corrupted.

Please try this patch and see if it helps.

-- 
Jerry Lundström, System Developer
The Division of IT and media, Stockholm University, Sweden
+46 (0)8 16 19 99 / http://www.it.su.se
Index: bincimap-1.3.4/src/mime-printdoc.cc
===================================================================
--- bincimap-1.3.4/src/mime-printdoc.cc (revision 347)
+++ bincimap-1.3.4/src/mime-printdoc.cc (working copy)
@@ -58,7 +58,7 @@
   }
 
   mimeSource->reset();
-  mimeSource->seek(headerstartoffsetcrlf);
+  mimeSource->seek(headerstartoffsetcrlf + startoffset);
 
   char c;
   for (unsigned int i = 0; i < length; ++i) {

Reply via email to