Re: CFPOP unknown error

2001-02-13 Thread Jennifer

At 10:35 AM 2/14/01 +1300, you wrote:
>Hi people,
>
>I've been trying to fix my long-standing CFPOP problem by writing a page to
>remove the bad messages from the mailbox. However, it seems unknown errors
>cannot be caught by try and catch. Hmmm...

Do you mean in general or specifically with CFPop? What exactly is the 
error that you are trying to correct?

>The only thing I can think of is relying upon client side Javascript to
>autorefresh to a "delete message" page if the page isn't fully output. Can
>anyone better this?
>
>I find this horribly ugly because I can't schedule it, I'd have to run it
>manually. Anybody... an alternative please???

Now announcing my newly updated website
http://www.blivit.org/mr_urc/index.cfm
Resume: http://www.blivit.org/mr_urc/resume.cfm


~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP unknown error

2001-02-13 Thread JustinMacCarthy

Use cfx_pop or cfx_imap

Justin

>-Original Message-
>From: David Cummins [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 13, 2001 9:35 PM
>To: CF-Talk
>Subject: CFPOP unknown error
>
>
>Hi people,
>
>I've been trying to fix my long-standing CFPOP problem by writing a page to
>remove the bad messages from the mailbox. However, it seems unknown errors
>cannot be caught by try and catch. Hmmm...
>
>The only thing I can think of is relying upon client side Javascript to
>autorefresh to a "delete message" page if the page isn't fully output. Can
>anyone better this?
>
>I find this horribly ugly because I can't schedule it, I'd have to run it
>manually. Anybody... an alternative please???
>
>David Cummins
>--
>David Cummins
>Systems Developer
>Ubiquity Software Ltd.
>Ph: (09) 309-1921
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP unknown error

2001-02-13 Thread Dylan Bromby

depending on the error you get, you might need to look into COM-based mail
objects. we've had as many issues with CFPOP as you could possible imagine
at www.planetaccess.com. in the end, it looks like we found a COM solution.
we've tried all the available CFX-based solutions. currently, we run
CF4.5.1SP2ENT.

-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 13, 2001 1:34 PM
To: CF-Talk
Subject: RE: CFPOP unknown error


Use cfx_pop or cfx_imap

Justin

>-Original Message-
>From: David Cummins [mailto:[EMAIL PROTECTED]]
>Sent: Tuesday, February 13, 2001 9:35 PM
>To: CF-Talk
>Subject: CFPOP unknown error
>
>
>Hi people,
>
>I've been trying to fix my long-standing CFPOP problem by writing a page to
>remove the bad messages from the mailbox. However, it seems unknown errors
>cannot be caught by try and catch. Hmmm...
>
>The only thing I can think of is relying upon client side Javascript to
>autorefresh to a "delete message" page if the page isn't fully output. Can
>anyone better this?
>
>I find this horribly ugly because I can't schedule it, I'd have to run it
>manually. Anybody... an alternative please???
>
>David Cummins
>--
>David Cummins
>Systems Developer
>Ubiquity Software Ltd.
>Ph: (09) 309-1921
>
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP unknown error

2001-02-13 Thread David Cummins

What is the COM solution you found? How is it speed-wise?

David

Dylan Bromby wrote:
> 
> depending on the error you get, you might need to look into COM-based mail
> objects. we've had as many issues with CFPOP as you could possible imagine
> at www.planetaccess.com. in the end, it looks like we found a COM solution.
> we've tried all the available CFX-based solutions. currently, we run
> CF4.5.1SP2ENT.
> 
> -Original Message-
> From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 13, 2001 1:34 PM
> To: CF-Talk
> Subject: RE: CFPOP unknown error
> 
> Use cfx_pop or cfx_imap
> 
> Justin
> 
> >-Original Message-
> >From: David Cummins [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, February 13, 2001 9:35 PM
> >To: CF-Talk
> >Subject: CFPOP unknown error
> >
> >
> >Hi people,
> >
> >I've been trying to fix my long-standing CFPOP problem by writing a page to
> >remove the bad messages from the mailbox. However, it seems unknown errors
> >cannot be caught by try and catch. Hmmm...
> >
> >The only thing I can think of is relying upon client side Javascript to
> >autorefresh to a "delete message" page if the page isn't fully output. Can
> >anyone better this?
> >
> >I find this horribly ugly because I can't schedule it, I'd have to run it
> >manually. Anybody... an alternative please???
> >
> >David Cummins

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP unknown error

2001-02-13 Thread David Cummins

I have been looking for CFX_POP, and haven't managed to find it. In addition, I
have heard it has its own problems anyway!

Any info?

David

JustinMacCarthy wrote:
> 
> Use cfx_pop or cfx_imap
> 
> Justin
> 
> >-Original Message-
> >From: David Cummins [mailto:[EMAIL PROTECTED]]
> >Sent: Tuesday, February 13, 2001 9:35 PM
> >To: CF-Talk
> >Subject: CFPOP unknown error
> >
> >
> >Hi people,
> >
> >I've been trying to fix my long-standing CFPOP problem by writing a page to
> >remove the bad messages from the mailbox. However, it seems unknown errors
> >cannot be caught by try and catch. Hmmm...
> >
> >The only thing I can think of is relying upon client side Javascript to
> >autorefresh to a "delete message" page if the page isn't fully output. Can
> >anyone better this?
> >
> >I find this horribly ugly because I can't schedule it, I'd have to run it
> >manually. Anybody... an alternative please???
> >
> >David Cummins
> >--
> >David Cummins
> >Systems Developer
> >Ubiquity Software Ltd.
> >Ph: (09) 309-1921
> >
> >
> 
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP unknown error

2001-02-13 Thread David Cummins

Possibly just in the case of CFPOP, but I'm guessing any tag that generates an
"unknown error" can't be caught.

CFPOP is causing an unknown error when I try to use "GetAll" on certain messages
in my mail queue, but its not easy to track down exactly where in the queue!

David

Jennifer wrote:
> 
> At 10:35 AM 2/14/01 +1300, you wrote:
> >Hi people,
> >
> >I've been trying to fix my long-standing CFPOP problem by writing a page to
> >remove the bad messages from the mailbox. However, it seems unknown errors
> >cannot be caught by try and catch. Hmmm...
> 
> Do you mean in general or specifically with CFPop? What exactly is the
> error that you are trying to correct?
> 
> >The only thing I can think of is relying upon client side Javascript to
> >autorefresh to a "delete message" page if the page isn't fully output. Can
> >anyone better this?
> >
> >I find this horribly ugly because I can't schedule it, I'd have to run it
> >manually. Anybody... an alternative please???

~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP unknown error

2001-02-14 Thread lsellers



> What is the COM solution you found? How is it speed-wise?

Hmm. You could always use the tcpclient com. :) I rewrote the base64 mime
and uu routines a while back. Someone else is apparently working on some cf
connection pooling code with it which might be useful for smtp code to go
along with.

The last rewrite increased it's speed by 30x in some tests moving around
very large attachments etc.

--min




~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists