RE: Embperl::Mail not using the proper Date: Header format (2.1.0)

2010-04-14 Thread Gerald Richter - ECOS
, 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'

Embperl::Mail not using the proper Date: Header format (2.1.0)

2010-04-14 Thread Kee Hinckley
$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

Re: Date patch for Embperl::Mail

2005-10-05 Thread RobertCZ
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

RE: Date patch for Embperl::Mail

2005-10-03 Thread Gerald Richter
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

RE: Date patch for Embperl::Mail

2005-10-03 Thread Ed Grimm
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

RE: Date patch for Embperl::Mail

2005-10-02 Thread Gerald Richter
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

Date patch for Embperl::Mail

2005-09-15 Thread RobertCZ
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

RE: Embperl::Mail - Missing Date header

2005-04-04 Thread Gerald Richter
> > 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 -

Embperl::Mail - Missing Date header

2005-04-01 Thread RobertCZ
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

Embperl::Mail question: no Date in headers

2004-12-22 Thread RobertCZ
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

Re: Date function w/ DBIx::Recordset

2002-12-24 Thread Kaare Rasmussen
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

Re: Date function w/ DBIx::Recordset

2002-12-23 Thread Kee Hinckley
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

Date function w/ DBIx::Recordset

2002-12-23 Thread Kaare Rasmussen
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

DBIx - setting a date time stamp

2001-10-11 Thread Boyd, David
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

Re: up to date debian-alpha packages of embperl?

2000-09-09 Thread Angus Lees
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

up to date debian-alpha packages of embperl?

2000-09-08 Thread Andre Landwehr
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

RE: date

2000-07-06 Thread Gerald Richter
> 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

date

2000-07-06 Thread Randy Nivales
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