, April 14, 2010 11:24 PM
To: [email protected]
Subject: Embperl::Mail not using the proper Date: Header format (2.1.0)
$smtp->datasend("Date: " . _quote_hdr(Embperl::get_date_time(), $enc) .
"\n") or die "smtp datasend failed" ;
That'
$smtp->datasend("Date: " . _quote_hdr(Embperl::get_date_time(), $enc) .
"\n") or die "smtp datasend failed" ;
That's returning something with the format:
April 14, 2010 5:12:12 PM EDT
The correct format for email is
Wed, 14 Apr 2010 17:12:12 -0400
Gerald Richter wrote:
I have made a similar version of your patch, that moves the date generation
into C code, because a similar routine is already there. It also handles the
timezone.
It's in the CVS and will be in 2.0.1
Thanks for patching it - I'm back from holiday just to do
languages have opted to gain POSIX
> compliance, though they weren't C. I wouldn't know what
> those languages are, however.
>
> On Sun, 2 Oct 2005, Gerald Richter wrote:
>
> > Hi,
> >
> > I have made a similar version of your patch, that moves the da
ain POSIX compliance, though they weren't C. I
wouldn't know what those languages are, however.
On Sun, 2 Oct 2005, Gerald Richter wrote:
> Hi,
>
> I have made a similar version of your patch, that moves the date
> generation into C code, because a similar routine is alr
Hi,
I have made a similar version of your patch, that moves the date generation
into C code, because a similar routine is already there. It also handles the
timezone.
It's in the CVS and will be in 2.0.1
G
Hi,
as I reported, I have problems with mails sent from Embperl::Mail and
Thunderbird/Netscape - mails are dated 1.1.1970. I don't know what deep
cause of the problem is butI fixed it simply by adding Date: header
manually. I guess more people will have similar problem so I propose
>
> Embperl::Mail::Execute({ ..., mailheaders => [ "Date: $date" ] });
>
> If other people have similar problem, could this be added to
> the Embperl::Mail as default header?
>
I put it on the TODO list
Gerald
-
Hi,
I have problem with the mails sent from Embperl::Mail::Execute,
because Thunderbird thinks the email is dated '1.1.1970 1:00'. I have to
manually add Date to the mail headers on every page with something like
($sec,$min,$hour,$mday,$mon,$year,$wday,$yday,$isdst) = localtime
Hi,
Embperl::Mail doesn't send Date header which makes the mail look dated
'1.1.1970' in Mozilla based clients. I add it manually like this
($year,$month,$day, $hour,$min,$sec) = Today_and_Now();
$date =
Day_of_Week_Abbreviation(Day_of_Week($y
Hi
> Use
> '\fieldname'=> "'2003-1-31' + interval '1 month'",
> That tells it not to quote the value, but rely on you to do it.
My Goodness! It works!
Thanks :-)
--
Kaare Rasmussen--Linux, spil,--Tlf:3816 2582
Kaki Datatshirts, merchandize
At 5:43 PM + 12/23/02, Kaare Rasmussen wrote:
Hi
I would like to let the database calculate the correct date, so
something like this should go into the date column:
date '2003-1-31' + interval '1 month'
but DBIx::Recordset does not like this syntax.
Is it at all possible
Hi
I would like to let the database calculate the correct date, so something
like this should go into the date column:
date '2003-1-31' + interval '1 month'
but DBIx::Recordset does not like this syntax.
Is it at all possible with DBIx::Recordset?
--
Kaare Rasmusse
I need to set a date time stamp using DBIx. I tried to pass the oracle
function sysdate, but that did not work because DBIx says that the
logged_datetime field is of a differenent type. I then used javascript to
create me a date time stamp, but it is in two peices mm/dd/ hh:mm:ss and
this
On Fri, Sep 08, 2000 at 01:32:48PM +0200, Andre Landwehr wrote:
> does anybody know if there are up-to-date (meaning 1.3b5) binary
> packages for Debian Linux (Alpha) somewhere out there? The .deb
> included in the distribution (Potato) is Embperl 1.2.1, which among other
> things
Hi,
does anybody know if there are up-to-date (meaning 1.3b5) binary
packages for Debian Linux (Alpha) somewhere out there? The .deb
included in the distribution (Potato) is Embperl 1.2.1, which among other
things is not even compatible to the also distributed
Apache::Session 1.53 ...
Andre
> does anybody here knows why i sometimes get a 16 hrs delay when i use this
> code below to get the date?
>
> ($sec, $min, $hour, $mday, $mon, $year, $wday) =
> (localtime(time))[0,1,2,3,4,5,6]
Just writing
($sec, $min, $hour, $mday, $mon, $year, $wday) = localtime ;
has the
does anybody here knows why i sometimes get a 16 hrs delay when i use this
code below to get the date?
($sec, $min, $hour, $mday, $mon, $year, $wday) =
(localtime(time))[0,1,2,3,4,5,6]
$year += 1900;
here are my outputs...
July 6, 2000:14:18:38
July 5, 2000:22:18:38
July 6, 2000:15:58:8
July 6
18 matches
Mail list logo