RoundCube Webmail Forum  

Go Back   RoundCube Webmail Forum > Release Support > Older Versions > Release Candidate 1

For more information about the ads and why they're here, please see the FAQ
Reply
  #1  
Old 10-16-2007, 06:54 PM
Registered User
 
Join Date: Oct 2007
Posts: 2
Downloads: 0
Uploads: 0
Default One Bug Fixed and One problem

FIRST PROBLEM

I found a bug, or maybe its not a bug, but at least I had a problem and I fix it.

In the File sendmail.inc line 336 we have:

Code:
$sent = smtp_mail($from, $a_recipients, $MAIL_MIME->txtHeaders($send_headers);, $msg_body, $smtp_response);
So when I uses the SMTP option to send emails, that line was givingme this problem:

Quote:
[15-Oct-2007 17:08:18] PHP Fatal error: Only variables can be passed by reference in /usr/local/apache2/htdocs/webmail/program/steps/mail/sendmail.inc on line 336
What I did to fix it:

Code:
$aa = $MAIL_MIME->txtHeaders($send_headers);
$sent = smtp_mail($from, $a_recipients, $aa, $msg_body, $smtp_response);
By the way Im using PHP 5.0.5
I hope this can help someone.

SECOND PROBLEM

In the oder hand I still have a problem with a different thing.
I have this email:

Quote:
Return-path: <asterisk@ip-208-121-21-33.ip.secureserver.net>
Envelope-to: myuser@mailhost.cl
Delivery-date: Tue, 16 Oct 2007 08:45:54 -0700
Received: from localhost ([127.0.0.1]:35077 helo=ip-208-121-21-33.ip.secureserver.net)
by ip-208-121-21-33.ip.secureserver.net with esmtps (TLSv1:AES256-SHA:256)
(Exim 4.63)
(envelope-from <asterisk@ip-208-121-21-33.ip.secureserver.net>)
id 1IhocD-0000u9-Om
for myuser@mailhost.cl; Tue, 16 Oct 2007 08:45:54 -0700
Received: (from asterisk@localhost)
by ip-208-121-21-33.ip.secureserver.net (8.14.1/8.14.1/Submit) id l9GFjrvu003477;
Tue, 16 Oct 2007 08:45:53 -0700
Date: Tue, 16 Oct 2007 08:45:53 -0700
Message-Id: <200710161545.l9GFjrvu003477@ip-208-121-21-33.ip.secureserver.net>
To: myuser@mailhost.cl
Subject: Lan Virtual - Inscripción de un nuevo piloto
From:Marcelo<marcelo.cantergiani@123.cl>


Lan Virtual - Inscripción de un nuevo piloto ,


Callsign: LAN1893
Nombre: Marcelo
Apellidos: Cantergiani
Edad: 1963-04-11
Pais: CL
Ciudad: Santiago
Tiempo Volando en Flight Simulator: 2 años
Pid: 1036841
Versión de simulador que usa: FS 2006
Ocupación: Ingeniero
Como conociste a Lan Virtual.cl: por ACC Virtual
E-mail: marcelo.cantergiani@123.cl
The problem is that when I open the mail using RoundCube, I can only see up to this part:

Quote:
Lan Virtual - Inscripci
Any idea?

I hope someone can help me.

Thanks in advance

Regards

Tomas.


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

For more information about the ads and why they're here, please see the FAQ

All times are GMT. The time now is 04:24 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0
Copyright © 2006-2008 RoundCube Webmail Community