Re: Email Component Minor Fix in 1.2

2007-10-31 Thread biesbjerg

Hi MikeK,

Register yourself on the trac site. https://trac.cakephp.org/register

You'll then be able to submit tickets.



On Oct 31, 2:13 am, MikeK [EMAIL PROTECTED] wrote:
 I use the email component and it was driving me nuts inserting a
 newline in the front of every email (any 1.2 version including pre
 beta). I finally traced it to this:

 file cake/lib/controller/component/email.php on or around line 477:
 $this-__header .= 'Content-Transfer-Encoding: 7bit' . $this-

 _newLine;

 This is the final line in the __createHeader routine and the linefeed
 here causes every email to have a linefeed at the top. I tried to
 write a ticket but didn't have permission in Trac.

 WHat do I need to do to be able to submit prs?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---



Email Component Minor Fix in 1.2

2007-10-30 Thread MikeK

I use the email component and it was driving me nuts inserting a
newline in the front of every email (any 1.2 version including pre
beta). I finally traced it to this:

file cake/lib/controller/component/email.php on or around line 477:
$this-__header .= 'Content-Transfer-Encoding: 7bit' . $this-
_newLine;

This is the final line in the __createHeader routine and the linefeed
here causes every email to have a linefeed at the top. I tried to
write a ticket but didn't have permission in Trac.

WHat do I need to do to be able to submit prs?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups Cake 
PHP group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/cake-php?hl=en
-~--~~~~--~~--~--~---