Author Topic: Bad view eml  (Read 3964 times)

Offline Albat_r

  • Newbie
  • *
  • Posts: 2
Bad view eml
« on: January 27, 2009, 03:28:37 AM »
Hello,

Sorry for my english.

I downloaded roundcube on this link "http://sourceforge.net/project/showfiles.php?group_id=139281" (the first link)

I work locally !

I use hmailserver.

But I have a real problem.
In fact, When I connect on the webmail (roundcube), It doesn't show all mails. Some messages are good and other wrong !

In Subject, it write : "(pas de sujet)" instead of the real subject.
And In the message, it write nothing instead of the real message.

Look this exemple which doesn't work ! "wrong.eml"
Code: [Select]
Return-Path: <fbondsgrgdno@domain2.fr>
Delivered-To: 4-m.jamai@domain.info
Content-class: urn:content-classes:message
Subject: FTP
MIME-Version: 1.0
Content-Type: multipart/related;
   boundary=&quot;----_=_NextPart_001_01C8BF44.5F79A03B&quot;;
   type=&quot;multipart/alternative&quot;
Date: Mon, 26 May 2008 17:22:55 +0200
Message-ID: <BBE9A87650A2D74DB2E2AE2AF14213E5DE10E8@demeter.intertek.fr>
X-MimeOLE: Produced By Microsoft Exchange V6.5
X-MS-Has-Attach: yes
X-MS-TNEF-Correlator:
Thread-Topic: FTP
Thread-Index: Aci/RF8ynLRnVL2hRvy2iXJu5P3X2A==
From: &quot;Frafsfgnck BONGDGDINO&quot; <fbondsgrgdno@domain2.fr>
To: <m.jamai@domain.info>

This is a multi-part message in MIME format.

------_=_NextPart_001_01C8BF44.5F79A03B
Content-Type: multipart/alternative;
   boundary=&quot;----_=_NextPart_002_01C8BF44.5F79A03B&quot;


------_=_NextPart_002_01C8BF44.5F79A03B
Content-Type: text/plain;
   charset=&quot;iso-8859-1&quot;
Content-Transfer-Encoding: quoted-printable

1/ vous procurer un client ftp (Filzilla)

=20

2/ vous connecter =E0 ftp.info =

Sur le port 21 (v=E9rifier avec votre service informatique que ce port =
n'est
pas bloqu=E9), avec comme identifiant :=20

Login :

Mot de passe :

=20

Tr=E8s cordialement,


I use different format of mail.
This exemple is good "good.eml"
Code: [Select]
From: mePostmaster
Subject: Message undeliverable or not
Date: Mon, 26 Jan 2009 13:33:45 +0100

hello my webmail !!!!

toto



Can you help me please ?

Offline Albat_r

  • Newbie
  • *
  • Posts: 2
Bad view eml
« Reply #1 on: January 28, 2009, 04:52:03 AM »
Anyone can help me ? :/

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Bad view eml
« Reply #2 on: January 29, 2009, 12:56:35 AM »
Can't confirm a bug. Message is displayed fine here. I use MyRoundCube (MyRoundCube - RoundCube Webmail Forum) but I can not recall that I made changes in the code regarding message mime parsing.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
Bad view eml
« Reply #3 on: January 29, 2009, 01:00:28 AM »
Sometimes this kind of problems are caused by the IMAP server backend. If the IMAP server backend returns wrong stuff then RoundCube will display the message wrong.

To see what your IMAP server really returns first check the IMAP server logs and then telnet the commands sent by RoundCube from the windows console:

telnet localhost 143
s1 login me@my.com secretpass
s1 etc.
s1 etc.
Regards,
Rosali
__________________
MyRoundcube Project (commercial)