Roundcube Community Forum

 

Bad view eml

Started by Albat_r, January 27, 2009, 03:28:37 AM

Previous topic - Next topic

Albat_r

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"
Return-Path: <[email protected]>
Delivered-To: [email protected]
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: <[email protected]>
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; <[email protected]>
To: <[email protected]>

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"
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 ?

Albat_r

Anyone can help me ? :/

rosali

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

rosali

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 [email protected] secretpass
s1 etc.
s1 etc.
Regards,
Rosali