Re: [Components] [ezc website] the ezc down?

2008-07-26 Thread Derick Rethans
On Sat, 26 Jul 2008, Derick Rethans wrote: > On Sat, 26 Jul 2008, Piotrek Karas wrote: > > > I haven't been able to access ezc website nor use pear installation all > > day today. Is it just my problem, or is the website actually down? > > It was working earlier, but it does seem to be down now

Re: [Components] [ezc website] the ezc down?

2008-07-26 Thread Derick Rethans
On Sat, 26 Jul 2008, Piotrek Karas wrote: > I haven't been able to access ezc website nor use pear installation all > day today. Is it just my problem, or is the website actually down? It was working earlier, but it does seem to be down now. I'll try to investigate. regards, Derick -- Compone

[Components] [ezc website] the ezc down?

2008-07-26 Thread Piotrek Karas
Hi there, I haven't been able to access ezc website nor use pear installation all day today. Is it just my problem, or is the website actually down? Cheers, Piotrek -- Components mailing list Components@lists.ez.no http://lists.ez.no/mailman/listinfo/components

Re: [Components] using fetchFromOffset when there are 0 messages

2008-07-26 Thread Dave Fischetti
. On Jul 26, 2008, at 5:04 AM, Derick Rethans wrote: > On Fri, 25 Jul 2008, Dave Fischetti wrote: > >> I figure I can check to see if there are messages first, is that a >> good idea? which is the better way to do that? > > Yes, you should check for this first. > >> $messages = $pop3->listMessage

Re: [Components] using fetchFromOffset when there are 0 messages

2008-07-26 Thread Derick Rethans
On Fri, 25 Jul 2008, Dave Fischetti wrote: > I figure I can check to see if there are messages first, is that a > good idea? which is the better way to do that? Yes, you should check for this first. > $messages = $pop3->listMessages(); > and check the length of the array > > or using > > $po