RE: CFPOP

2000-10-19 Thread Warrick, Mark

After reading through the CFPOP documentation, it doesn't appear that you can control 
the sort order.  I believe you can use ParseDateTime to convert the date-time value to 
something that DateFormat can work with.

IE:  DateFormat(ParseDateTime(popdate), "dd/mm/")

Hope this helps.

---mark

--
Mark Warrick
Phone: (714) 547-5386
Efax.com Fax: (801) 730-7289
Personal Email: [EMAIL PROTECTED]
Personal URL: http://www.warrick.net 
Business Email: [EMAIL PROTECTED]
Business URL: http://www.fusioneers.com
ICQ: 346566
--


> -Original Message-
> From: Kevin Queen [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, October 19, 2000 1:35 PM
> To: CF-Talk
> Subject: CFPOP
> 
> 
> List,
> I am currently trying to create an e-mail client.  I have a couple of
> questions that I thought were easy but... First, is there a way to reverse
> the message header order, I am currently getting the oldest 
> message first, I
> would like to display the newest first.  Secondly, I would like to format
> the date down to just dd/mm/ but the dateformat function will 
> not work,
> am I going to have to trim out the extra information?
> TIA,
> Kevin Queen
> 
> --
> --
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists 
> or send a message with 'unsubscribe' in the body to 
> [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebarRsts or send a message with 
'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-10-19 Thread avex

use cfloop to step backwards through the output with step="-1"



messages



> List,
> I am currently trying to create an e-mail client.  I have a couple of
> questions that I thought were easy but... First, is there a way to reverse
> the message header order, I am currently getting the oldest message first,
I
> would like to display the newest first.  Secondly, I would like to format
> the date down to just dd/mm/ but the dateformat function will not
work,
> am I going to have to trim out the extra information?
> TIA,
> Kevin Queen
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]
>



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-11-02 Thread Howie Hamlin

Not all emails have a reply-to header so it's possible that this is blank.
What you might try is using the From var if the replyto is blank.

HTH,

Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc.
www.CoolFusion.com
631-737-4668 x101
inFusion Mail Server (iMS) - the World's most configurable mail server


- Original Message -
From: "Jake Hileman - Patmos" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 6:27 PM
Subject: CFPOP


> How can I get my CFPOP to actually display and use the reply-to address?
> the #replyto# var isn't working
>
> i'm using cf 4.5.1 sp1 on nt2k.
>
> thanks
>
> jake
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-11-02 Thread Max Paperno


Actually there IS (or was) a bug with CFPOP and ReplyTo header.  It's always blank, 
even if the email does contain it.  I dealt with this a year ago or so while trying to 
write a decent "webmail" system.  (Must be no one at Allaire thought that bug was 
important enough to fix  ;-)   I don't think I've tried it with 4.5.1, but the bug was 
definitely there in 4.01 and below.

My overall conclusion back then was that it's impossible to write a full-featured mail 
client using just CF due to bugs and tag limitations.  There are 3rd party POP3 and 
SMTP CFX tags available (but I never went that route).

Now I use Howie's iMS and have done away with CFPOP and CFMAIL altogether :)

Cheers,
-Max



At 11/2/2000 08:32 AM -0500, you wrote:
>Not all emails have a reply-to header so it's possible that this is blank.
>What you might try is using the From var if the replyto is blank.
>
>HTH,
>
>Howie Hamlin - inFusion Project Manager
>On-Line Data Solutions, Inc.
>www.CoolFusion.com
>631-737-4668 x101
>inFusion Mail Server (iMS) - the World's most configurable mail server
>
>
>- Original Message -
>From: "Jake Hileman - Patmos" <[EMAIL PROTECTED]>
>To: "CF-Talk" <[EMAIL PROTECTED]>
>Sent: Wednesday, November 01, 2000 6:27 PM
>Subject: CFPOP
>
>
>> How can I get my CFPOP to actually display and use the reply-to address?
>> the #replyto# var isn't working
>>
>> i'm using cf 4.5.1 sp1 on nt2k.
>>
>> thanks
>>
>> jake
>>


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-11-02 Thread Jake Hileman - Patmos

> Now I use Howie's iMS and have done away with CFPOP and CFMAIL altogether
:)

What's this?  where can I get?

jake


>
> Cheers,
> -Max
>
>
>
> At 11/2/2000 08:32 AM -0500, you wrote:
> >Not all emails have a reply-to header so it's possible that this is
blank.
> >What you might try is using the From var if the replyto is blank.
> >
> >HTH,
> >
> >Howie Hamlin - inFusion Project Manager
> >On-Line Data Solutions, Inc.
> >www.CoolFusion.com
> >631-737-4668 x101
> >inFusion Mail Server (iMS) - the World's most configurable mail server
> >
> >
> >- Original Message -
> >From: "Jake Hileman - Patmos" <[EMAIL PROTECTED]>
> >To: "CF-Talk" <[EMAIL PROTECTED]>
> >Sent: Wednesday, November 01, 2000 6:27 PM
> >Subject: CFPOP
> >
> >
> >> How can I get my CFPOP to actually display and use the reply-to
address?
> >> the #replyto# var isn't working
> >>
> >> i'm using cf 4.5.1 sp1 on nt2k.
> >>
> >> thanks
> >>
> >> jake
> >>
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP

2000-11-02 Thread Max Paperno

At 11/2/2000 02:59 PM -0500, you wrote:
>> Now I use Howie's iMS and have done away with CFPOP and CFMAIL altogether
>:)
>
>What's this?  where can I get?
>
>jake


iMS is a mail server that uses CF/Perl/ASP templates to actually process mail.  Check 
out www.CoolFusion.com.  They also make a cool POST-only server to augment/replace 
CF's hokey outgoing mail system.


Cheers,
-Max


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFPop

2001-02-15 Thread Stephen Kellogg

This may help


", "ALL")>
#newString#


Stephen

-Original Message-
From: Michael Gribbin [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 15, 2001 2:54 AM
To: CF-Talk
Subject: CFPop


Hi gang,

I'm using CFPop and downloading my email into a database. Is there a way,
when I display the body of the message later in "view message" mode, to get
the line breaks to actually work and to not be one long sentence? Tough to
read that way.

Thanks in advance,

Michael Gribbin
Digital Marketing Alliance
~~
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

2001-06-26 Thread Dylan Bromby

CFPOP has far more limitations that CFMAIL. CFPOP chokes on a number of
different multi-part mail formats for starters. We use a combination of COM
and JMS in place of anything CF/POP3 related. CFMAIL works great, however.

-Original Message-
From: Clint Tredway [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 26, 2001 6:59 AM
To: CF-Talk
Subject: CFPOP


I am just starting to use CFPOP, does this tag have limitations like CFMAIL
does or is it pretty good?

TIA,

Clint
~~
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

2002-01-13 Thread nagraj

Hi Bob,

Are you using proxy server or connected directly to Internet connected
system.

Rgds
Nagaraj
- Original Message -
From: "Bob Imperial" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Sunday, January 13, 2002 2:24 AM
Subject: CFPOP


> Anybody out there have any luck with ? I'm playing
> around with trying to build a webmail app just for the
> experience ... I keep getting a CF error:
> Connection Failure
>
>
> The error occurred while processing an element with a
> general identifier of (CFPOP),
>
> Here's the tag it craps out on:
>  PASSWORD="#password#"ACTION="GetHeaderOnly"
> NAME="inbox">
>
> Any help would be appreciated TIA
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP

2002-01-13 Thread Bob Imperial

Nagara,

I am on a T1 behind a FW at the office and on a direct cable
connection from my home office.

Bob
On Sun, 13 Jan 2002 16:26:55 +0530
 "nagraj" <[EMAIL PROTECTED]> wrote:
> Hi Bob,
> 
> Are you using proxy server or connected directly to
> Internet connected
> system.
> 
> Rgds
> Nagaraj
> - Original Message -
> From: "Bob Imperial" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Sunday, January 13, 2002 2:24 AM
> Subject: CFPOP
> 
> 
> > Anybody out there have any luck with ? I'm
> playing
> > around with trying to build a webmail app just for the
> > experience ... I keep getting a CF error:
> > Connection Failure
> >
> >
> > The error occurred while processing an element with a
> > general identifier of (CFPOP),
> >
> > Here's the tag it craps out on:
> >  > PASSWORD="#password#"ACTION="GetHeaderOnly"
> > NAME="inbox">
> >
> > Any help would be appreciated TIA
> >
> > 
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP

2002-01-13 Thread nagraj

Hi Bob,

I used the below code


Total Emails : #inbox.recordcount#

#from#--#subject#


It worked fine for me.If so please send a test email and check it,and als
o
make sure to find any problem with your mail server if so.


Rgds
Nagaraj
- Original Message -
From: "Bob Imperial" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, January 14, 2002 2:58 AM
Subject: Re: CFPOP


> Nagara,
>
> I am on a T1 behind a FW at the office and on a direct cable
> connection from my home office.
>
> Bob
> On Sun, 13 Jan 2002 16:26:55 +0530
>  "nagraj" <[EMAIL PROTECTED]> wrote:
> > Hi Bob,
> >
> > Are you using proxy server or connected directly to
> > Internet connected
> > system.
> >
> > Rgds
> > Nagaraj
> > - Original Message -
> > From: "Bob Imperial" <[EMAIL PROTECTED]>
> > To: "CF-Talk" <[EMAIL PROTECTED]>
> > Sent: Sunday, January 13, 2002 2:24 AM
> > Subject: CFPOP
> >
> >
> > > Anybody out there have any luck with ? I'm
> > playing
> > > around with trying to build a webmail app just for the
> > > experience ... I keep getting a CF error:
> > > Connection Failure
> > >
> > >
> > > The error occurred while processing an element with a
> > > general identifier of (CFPOP),
> > >
> > > Here's the tag it craps out on:
> > >  > > PASSWORD="#password#"ACTION="GetHeaderOnly"
> > > NAME="inbox">
> > >
> > > Any help would be appreciated TIA
> > >
> > >
> >
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP

2002-02-22 Thread Mike Townend

The from does contain an email address.. However if a friendly name is
included the email address is surrounded by angles <> and as such the
browser will process them out...

If you view the source of the page then you will see the email addres...
Or alternitavely use HTMLEditFormat() around the from address..

HTH



-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED]] 
Sent: 22 February 2002 14:51
To: CF-Talk
Subject: CFPOP


I have been building an on-line community that is driven by emails. 

I use CFPOP to check an email account and using the FROM I check the
database to see if they are a member. My problem is that the FROM does
not always contain an email address Just friendly name. Anyone know of
another solution or a work around?

Rick Eidson 
http://www.blueear.com 


__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP

2002-02-22 Thread Steven Salter

Just make sure email addresses are verified before you stuff 'em in the
database. You can't verify they are real email addresses but you can check
the format to ascertain that they appear to be real email addresses. Outside
of that, there isn't much else you can do to prevent user errors.



-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 22, 2002 9:51 AM
To: CF-Talk
Subject: CFPOP


I have been building an on-line community that is driven by emails.

I use CFPOP to check an email account and using the FROM I check the
database to see if they are a member. My problem is that the FROM does not
always contain an email address Just friendly name. Anyone know of another
solution or a work around?

Rick Eidson
http://www.blueear.com

__
__
Why Share?
  Dedicated Win 2000 Server · PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP

2002-02-22 Thread Howie Hamlin

I would check for the existance of a reply-to header.  If that header exists it should 
be the real email address of the sender.  If
it does not exist then fall back to using the from header.

HTH,

--
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com  - 631-737-4668 x101
inFusion Mail Server (iMS) - The Intelligent Mail Server
>>> Find out how iMS Stacks up to the competition: 
>http://www.coolfusion.com/imssecomparison.cfm

- Original Message -
From: "Rick Eidson" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, February 22, 2002 9:50 AM
Subject: CFPOP


> I have been building an on-line community that is driven by emails.
>
> I use CFPOP to check an email account and using the FROM I check the
> database to see if they are a member. My problem is that the FROM does not
> always contain an email address Just friendly name. Anyone know of another
> solution or a work around?
>
> Rick Eidson
> http://www.blueear.com
>
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP

2003-07-17 Thread Howie Hamlin
The UID is whatever the email server decides that it is.

Regards,

Howie

- Original Message - 
From: "Michael Dinowitz" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, July 17, 2003 4:17 PM
Subject: CFPOP


> Can someone using CFMX and updater 3 please do me a favor? Run a CFPOP and
> then check if the UID returned for a message is the Message-ID or the file
> name (as stored on the server) for the message.
> Thanks
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. 
http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFPOP

2003-07-17 Thread Michael Dinowitz
OK, then here's the problem. On CF 5 the UID is the email file name on the
server while on CFMX (post update 3) it's the message-id. I'd like to know
if the message-id is used in UD 3 and earlier.


> The UID is whatever the email server decides that it is.
>
> Regards,
>
> Howie
>
> - Original Message -
> From: "Michael Dinowitz" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Thursday, July 17, 2003 4:17 PM
> Subject: CFPOP
>
>
> > Can someone using CFMX and updater 3 please do me a favor? Run a CFPOP
and
> > then check if the UID returned for a message is the Message-ID or the
file
> > name (as stored on the server) for the message.
> > Thanks
> >
> >
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. 
http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFPOP Problems

2000-09-21 Thread Scott, Andrew

When deleting messages you have to remember one thing, for this example lets
say we have 5 messages retrieved. Now if we remove message number 5 then the
new number five becomes what was previoulsy as number 6. The best thing to
do is to remove the messages in reverse order, so using the cfloop
from=Total to=1 step=-1 will do the trick:-)

regards

Andrew Scott
ANZ eCommerce Centre
* Ph 9273 0693  
* [EMAIL PROTECTED]


-Original Message-
From: Jim McAtee [mailto:[EMAIL PROTECTED]]
Sent: 22 September 2000 12:13
To: CF-Talk
Subject: CFPOP Problems


I'm having two problems using CFPOP under CF 4.5.1 SP1:

First, I sometimes receive an error when deleting messages.  I do a
CFPOP, retrieve multiple messages, loop through them and do my thing.
Then when I try to use CFPOP to delete a message (I delete each one
inside the loop), I'll get this error (from memory).  For example, I
might retrieve 12 messages, and when I try to delete the 8th one, it'll
throw this error:

Message number out of range.

>From the CF 4.5 docs, I read the following, which makes no sense to me,
given the above error:

MESSAGENUMBER can contain individual message numbers or a
comma-separated
list of message numbers. Invalid message numbers will be ignored.

Second problem: (This worked fine under CF 4.0.1).  When I retrieve
messages containing a header of "Content-Type:
application/x-gm-impdata", CF does not retrieve the body of the message,
nor does it save an attachment.  It's as if the message were completely
blank.  Under 4.0.1, CFPOP apparently saw this as a message body, and
populated the 'body' column in the returned query.

Any help appreciated,
Jim






--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFPOP Problems

2000-09-21 Thread Jim McAtee

Ah makes sense, except for CF's documentation saying that an
improper message number is ignored (certainly wouldn't be the first time
the docs are blatantly wrong).  I need to process the messages in
chronological order.  If I'm deleting every one, then I suppose I could
simply delete message number 1 every time through the loop?

I also considered deleting them all at once, using a list of message
numbers, after the loop is finished, but that leaves open the
possibility that the program could crash before doing the deletions, and
subsequently re-read and duplicate data that's contained in the
messages.

Now, if I can find an explanation (and a fix) as to why CF doesn't 'see'
messages with the "Content-Type: application/x-gm-impdata"headers, I'll
be set.

Thanks,
Jim


-Original Message-
From: Scott, Andrew <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Date: Thursday, September 21, 2000 8:05 PM
Subject: RE: CFPOP Problems


>When deleting messages you have to remember one thing, for this example
lets
>say we have 5 messages retrieved. Now if we remove message number 5
then the
>new number five becomes what was previoulsy as number 6. The best thing
to
>do is to remove the messages in reverse order, so using the cfloop
>from=Total to=1 step=-1 will do the trick:-)
>
>regards
>
>Andrew Scott
>ANZ eCommerce Centre
>* Ph 9273 0693
>* [EMAIL PROTECTED]
>
>
>-Original Message-
>From: Jim McAtee [mailto:[EMAIL PROTECTED]]
>Sent: 22 September 2000 12:13
>To: CF-Talk
>Subject: CFPOP Problems
>
>
>I'm having two problems using CFPOP under CF 4.5.1 SP1:
>
>First, I sometimes receive an error when deleting messages.  I do a
>CFPOP, retrieve multiple messages, loop through them and do my thing.
>Then when I try to use CFPOP to delete a message (I delete each one
>inside the loop), I'll get this error (from memory).  For example, I
>might retrieve 12 messages, and when I try to delete the 8th one, it'll
>throw this error:
>
>Message number out of range.
>
>From the CF 4.5 docs, I read the following, which makes no sense to me,
>given the above error:
>
>MESSAGENUMBER can contain individual message numbers or a
>comma-separated
>list of message numbers. Invalid message numbers will be ignored.
>
>Second problem: (This worked fine under CF 4.0.1).  When I retrieve
>messages containing a header of "Content-Type:
>application/x-gm-impdata", CF does not retrieve the body of the
message,
>nor does it save an attachment.  It's as if the message were completely
>blank.  Under 4.0.1, CFPOP apparently saw this as a message body, and
>populated the 'body' column in the returned query.
>
>Any help appreciated,
>Jim
>
>
>
>
>
>---
-
>--
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
>http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or
>send a message to [EMAIL PROTECTED] with 'unsubscribe'
in
>the body.
>---
---
>Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
>To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk
or send a message to [EMAIL PROTECTED] with
'unsubscribe' in the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: cfpop appended

2003-06-09 Thread Jochem van Dieten
Michael Tangorre wrote:

> Sorry for the last post that was incomplete.. it was sent before I finished typing.
> 
> At anyrate, here is what I nticed when viewing the header information from the email 
> I retrieve:
> 
> Content-Type: multipart/mixed; boundary="PART.BOUNDARY.1055181506"
> 
> However, if I forward this message containing the attachments to itself, and then 
> use cfpop and pull the message in, I can see the attachments in the attachment 
> list... the header information from the forwarded message looks like this:
> 
> Content-Type: multipart/mixed;
>   boundary="=_NextPart_000_0005_01C32E8F.44385790"

Mail me the full message (all headers and the body) offlist and I will 
have a look.

Jochem


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
http://www.cfhosting.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: Cfpop problem

2003-01-29 Thread Randell B Adkins
Line monster ate your last line 



>>> [EMAIL PROTECTED] 01/29/03 03:41PM >>>
  A script that has been working great for years under cf3, then cf4
then 
cf5 now MX started throwing the error:


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




Re: Cfpop problem

2003-01-29 Thread Al Musella, DPM
>Line monster ate your last line

Sorry - here it is again...  (I must have used the line that Michael uses 
to check for the start of the footer:)
  A script that has been working great for years under cf4 then cf5 and MX 
for a few months, then it just now started throwing the error:
. . . .
An exception occurred when retrieving mails.
The cause of this exception was that: 
java.security.PrivilegedActionException <>.
The error occurred in .cfm: line 18

17 : 
18 : 
. . . .

   I tried deleting the first few messages in the mailbox (there are about 
500 baked up now in the mailbox), ad actually got it to work for about 10 
messages, then this error came back.  I deleted more messages, but couldn't 
get it to work again.
   I can retrieve the messages using a web based email program from the 
server, so I know it isn't a firewall or virus scanner issue.
   On macromedias page:
  http://www.macromedia.com/v1/Handlers/index.cfm?ID=23464&Method=Full
  it says there is a known issue with:

48798  cfpop produces a java.security.PrivilegedActionException error when 
retrieving bounced email messages.

What is meant by a bounced messages? How does it differ from a regular 
email?  Any work arounds for this?  This is a dedicated server, and there 
are no security restrictions on cfpop (or anything) set in the cf 
administrator.

Al





~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4




RE: CFPOP & Exchange

2002-07-24 Thread Dave Watts

> In doing a CF POP on exchange what would one user for 
> the username? The NT account associated with the mailbox?
> the alias?

I think you'd use the NT username and password.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP & Exchange

2002-07-24 Thread Dave Watts

> Thats what I thought to but it doesn't work. no such 
> mailbox?

Do you have POP enabled for each mailbox? I don't think that happens by
default in Exchange; usually, you use a native Exchange client like Outlook
or MS Mail.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP & Exchange

2002-07-25 Thread John Beynon

It's a little more complicated than that...

Here's a CFPOP I use:


The Username is in domain\username but the next bit is the Exchange mailbox
alias (which each mailbox with have-check in Exchange Admin)

HTH,

John.

> -Original Message-
> From: Dave Watts [mailto:[EMAIL PROTECTED]] 
> Sent: 24 July 2002 23:40
> To: CF-Talk
> Subject: RE: CFPOP & Exchange
> 
> 
> > In doing a CF POP on exchange what would one user for
> > the username? The NT account associated with the mailbox?
> > the alias?
> 
> I think you'd use the NT username and password.
> 
> Dave Watts, CTO, Fig Leaf Software
> http://www.figleaf.com/
> voice: (202) 797-5496
> fax: (202) 797-5444 
> 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP error

2002-08-27 Thread Owen Leonard

> It works fine for most users but on one account I
> get this (useless) error massage:
>
> unknown exception condition
> unknown error while executing a tag.

We had terrible problems with that same error not long ago, and never found
a fix.  I got a few suggestions from the list which didn't end up solving
the problem.  I got NO responses whatsoever from the Macromedia forum.  None
at all.  Others have confirmed that they've seen the error too.

Some have suggested (and it makes sense) that it has to do with the content
of one or more messages on the server--that CFPOP can't handle mail sent by
a particular mail program, or something like that.  I've never heard any
specifics, but I guess knowing the cause doesn't really help solve the
problem anyhow.

Our only recourse was to switch to a CFX tag, cfx_pop3, which has worked
wonderfully for us.

-- Owen

__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP error

2002-08-27 Thread John Beynon

CFPOPping into an Exchange Mailbox usually requires a special format for the
username - did you know that already? Infact this applies to accessing an
exchange mailbox in general via POP3. It was a MS tech article that solved
the problem for me.

The Username takes the form \\ 

The ExchangeMailboxAlias can be determined from the Exchange console. It's
on the right hand side in the General tab when you view a user's properties.


If you want to check if Exchange 5.5 is accepting POP requests telnet into
port 110 on the exchange server and you should see a ready prompt, although
individual users can be denied access via a certain protocol. You have to
check the PROTOCOLS tab on the individual mailbox to check if POP is enabled
for them.

HTH,

John.

-Original Message-
From: Chris Lofback [mailto:[EMAIL PROTECTED]] 
Sent: 26 August 2002 21:57
To: CF-Talk
Subject: CFPOP error


I'm using CFPOP (CF5 on Win2K) to retrieve mail from an MS Exchange 5.5
(SP2) running on NT 4.  It works fine for most users but on one account I
get this (useless) error massage:

unknown exception condition 
unknown error while executing a tag.

The account is valid and the user is getting mail fine using his Outlook
client, but I cannot get past this error when trying to get his mail using
CFPOP.  Here's the tag that throws the error:



This is just a plain vanilla request for mail headers and it works for all
other mail accounts.  I'm no Exchange admin so I don't know if there is some
option somewhere that locks out POP requests or something.  Any ideas?

Chris Lofback
Sr. Web Developer

TRX Integration
28051 US 19 N., Ste. C
Clearwater, FL  33761
www.trxi.com


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfpop alternitives

2002-05-02 Thread Douglas Brown

well you can check out what is available from
http://www.coolfusion.com







Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Craig Hadley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 4:54 PM
Subject: cfpop alternitives


> Hello,
>
> I have been trying to set up a application using cfpop and
finding it as bad
> as everyone says. The problems I am having center on attachments
of
> forwarded and sometimes twice forwarded emails. Ugh.
>
> Anyone know any "off the shelf" applications for using cf with a
web based
> POP interface?
>
> Thanks,
> Craig Hadley
> Madison, WI
>
>
__

> Structure your ColdFusion code with Fusebox. Get the official
book at http://www.fusionauthority.com/bkinfo.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
>

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfpop alternitives

2002-05-02 Thread Allan Pichler

They should actually rename the tag to 

@llan

-Original Message-
From: Douglas Brown [mailto:[EMAIL PROTECTED]] 
Sent: Friday, May 03, 2002 2:12 AM
To: CF-Talk
Subject: Re: cfpop alternitives

well you can check out what is available from
http://www.coolfusion.com







Douglas Brown
Email: [EMAIL PROTECTED]
- Original Message -
From: "Craig Hadley" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, May 02, 2002 4:54 PM
Subject: cfpop alternitives


> Hello,
>
> I have been trying to set up a application using cfpop and
finding it as bad
> as everyone says. The problems I am having center on attachments
of
> forwarded and sometimes twice forwarded emails. Ugh.
>
> Anyone know any "off the shelf" applications for using cf with a
web based
> POP interface?
>
> Thanks,
> Craig Hadley
> Madison, WI
>
>
__

> Structure your ColdFusion code with Fusebox. Get the official
book at http://www.fusionauthority.com/bkinfo.cfm
> FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe:
http://www.houseoffusion.com/index.cfm?sidebar=lists
>


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: cfpop alternatives

2002-05-03 Thread Owen Leonard

And speaking of CFPOP... Anyone know if they've worked on it (or CFMAIL)
in CFMX?  It'd be nice if these particular bugbears got some attention
this time.

-- Owen


__
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfpop error

2000-07-13 Thread Sean Renet

I only get that when its time to restart the CF Server service because I am
out of RAM
- Original Message -
From: "Jason Egan" <[EMAIL PROTECTED]>
To: "Cf-Talk" <[EMAIL PROTECTED]>
Sent: Thursday, July 13, 2000 7:28 AM
Subject: cfpop error


> I keep getting this error when retrieving mail with cfpop - sometimes
email
> is retrieved, (5, 2, 10, sometimes 30) then I get the error:
>
> unknown exception condition
>
> CFMLInterpreterImp::executePCode
>
> Anyone know why?
> thank you,
> je
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFPop alternative

2000-07-14 Thread Eron Cohen

Hi Michael,

I have alot to say about this.  I too am using Post.Office 3.5x (isn't that
what you use?) and have run into this same problem.  I have a mailing list
that I keep an archive for.  I used a Post.Office account to just "collect"
the messages just like you.  By the time I got around to downloading and
databasing them, the account had thousands of messages in it.   The main
problem that I found absolutely no way of getting around (programmatically)
was that NEITHER Cold Fusion CF_POP or CFX_iiPOP3 could seem to DELETE a
message from the server once it was read--this is a BIG problem :-).

What I actually wound up doing was setting up a temporary account on
Post.Office, then I just went to the server and manually transfered about
600 messages at a time by copying & deleting the individual mail files from
their original location to the IN folder for the new account.  Next I
"processed those files" with a Cold Fusion template that would download and
database from the temporary account.  Finally, I would delete the 600
messages from the temporary account and then start over.  Needless to say,
this did not make me happy.

Six hundered messages seemed to be optimum.  I discovered this by trying to
grab between 100 and 1000 messages at a time until I came up with a number
that seemed to work best.  Once I got the number of waiting messages down to
something reasonable, I just set up a scheduled task that frequently checked
this account.  The only time I really have problems is when there are more
than 100 messages waiting, so I just don't let that happen now.

I should note that the mail server machine I'm using is only a Pentium 100,
so this could be partly responsible for my troubles.

Hope this helps,

Eron

-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 11:41 AM
To: [EMAIL PROTECTED]
Subject: CFPop alternative


I've been saving all the lists at House of Fusion over to an archive account
on the mail server. The idea was to read out the mail into a DB and provide
it online. Problem is, the account has over 45,000 emails in it (way over).
CFPOP really doesn't like dealing with this and always returns errors, even
when asking for a single message. Does anyone have a CFPOP alternative?
Something that could possibly allow me to grab these messages. We're talking
a years worth of list data.

Alternatively, if anyone has a complete mail archive of CFTALK, I'd be quite
happy to convert that. One of the goals is to get a CD archive that people
can have. We missed the deadline for the CFUN2K conference, but the hope is
to get the Allaire conference.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFPop alternative

2000-07-14 Thread Chris Evans

news.fuseware.com has every message posted since 8/10/99, when the mirrored
newsgroup was started.  I am making great progress on an application to put
these on the web.


Chris Evans
[EMAIL PROTECTED]
http://www.fuseware.com


-Original Message-
From: Michael Dinowitz [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 14, 2000 11:41 AM
To: [EMAIL PROTECTED]
Subject: CFPop alternative


I've been saving all the lists at House of Fusion over to an archive account
on the mail server. The idea was to read out the mail into a DB and provide
it online. Problem is, the account has over 45,000 emails in it (way over).
CFPOP really doesn't like dealing with this and always returns errors, even
when asking for a single message. Does anyone have a CFPOP alternative?
Something that could possibly allow me to grab these messages. We're talking
a years worth of list data.

Alternatively, if anyone has a complete mail archive of CFTALK, I'd be quite
happy to convert that. One of the goals is to get a CD archive that people
can have. We missed the deadline for the CFUN2K conference, but the hope is
to get the Allaire conference.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFPop alternative

2000-07-14 Thread paul smith

Hmmm...  I had an email "file server" set up for a few years
where CF checked a mailbox every 15 minutes (CF Schedular, too)
and based on the Subject content returned the requested file
by email.  It deleted the messages no problem.  (Otherwise,
users would have received duplicate files every 15 minutes.
I think I might have heard about THAT ;-)

I used CF's native CFPOP (is this what you mean by CF_POP?)

best,  paul

PS> I shut it down about a year ago.  Perhaps THAT version
of CF did not have a problem current versions do.

At 12:47 PM 7/14/00 -0400, you wrote:
>The main
>problem that I found absolutely no way of getting around (programmatically)
>was that NEITHER Cold Fusion CF_POP or CFX_iiPOP3 could seem to DELETE a
>message from the server once it was read--this is a BIG problem :-).

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFPOP question

2003-12-18 Thread Howie Hamlin
That's an error from your email server.  Some servers store email in a single file and limit access to that file to a single process.  If the mailbox is being used by one process then the next process will receive a lock error.  It could be a matter of doing two CFPOPS at once but I'm not sure.

HTH,
-- 
Howie Hamlin - inFusion Project Manager
On-Line Data Solutions, Inc. - www.CoolFusion.com
inFusion Mail Server (iMS) - The Award-winning, Intelligent Mail Server
PrismAV - Virus scanning for ColdFusion applications
>>> Please vote for iMS here: http://www.sys-con.com/coldfusion/readerschoice2003/index.cfm 
>>> Find out how iMS Stacks up to the competition: http://www.coolfusion.com/imssecomparison.cfm

  - Original Message - 
  From: Burns, John 
  To: CF-Talk 
  Sent: Thursday, December 18, 2003 11:18 AM
  Subject: CFPOP question

  I'm getting an error trying to use CFPOP.  It seems to happen after I try to delete a mail item and it lasts for a few minutes and then seems to fix itself. Anyone have any suggestions or experience with this?  Here's the error I get.

  Error Occurred While Processing Request
  Error Diagnostic Information Can't get lock. Mailbox in use  The error occurred while processing an element with a general identifier of (CFPOP), occupying document position (2:2) to (2:107). Date/Time: Thu Dec 18 11:20:30 2003 Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1) 

  Thanks,

  John Burns
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]




Re: CFPOP Question

2002-05-10 Thread Sarah Skiba

Thanks, but I think my real problem is the often-complained-about CFPOP
attachments loop.
I was hoping to find an easier way to send attachments through. I can make
them viewable online with a hyperlink, but I can't seem to get cfmail to
loop through the list.

We are running CF 4.5.1 on Win2k.
Here is the code I am using: (Everything works except the attachment thing).





- Original Message -
From: "Chris Lofback <[EMAIL PROTECTED]>"
Subject: RE: CFPOP Question


Sarah: I assume the mail client is totally web-based? If so, I suppose you
could have the download template copy the attachment file to a temp
directory on the web server and then put an image link in the message that
points to the image.

 Chris Lofback Sr. Web Developer TRX Integration 28051 US 19 N., Ste. C
Clearwater, FL 33761
www.trxi.com

-Original Message-
From: Sarah Skiba [mailto:[EMAIL PROTECTED]] Sent: Thursday, May
09, 2002 11:37 AM To: CF-Talk Subject: CFPOP Question I'm developing a cfpop
application and am nearly finished but have hit a rut... Is there any way to
make an attachment, ie a .jpg file someone sent to grandma, appear in-line
in the message so it gets downloaded with the attachment? I was able to make
it embed as garbled text, and I am able to make it show up as an attachment,
but is there anyway to display it the way OE or Eudora do? Thanks. Sarah
Skiba 
__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Question

2002-05-21 Thread Benjamin S. Rogers

> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

ParseDateTime(Date, "POP")

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP Question

2002-05-21 Thread Owen Leonard

> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

I use a cfx tag, cfx_pop3date, for this.  As far as I know custom solutions
are the only solutions in this case.  cfx_pop3date will get both the date
and the time for you.  However, it doesn't *always* work, so I've had to
wrap it in  to prevent errors.

> 2. Any idea on how to grab the NEW MESSAGE and NOT
> the replied message. Meaning if this is a reply to
> an original message I do not want the original message
> but the NEW message.
> ANY IDEAS ON THIS?

I don't understand what you're asking here.  Can you elaborate?

-- Owen


Athens County Library Services
http://www.athenscounty.lib.oh.us

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Question

2002-05-21 Thread Randell B Adkins

Thanks.. any idea on the 2nd question?

>>> [EMAIL PROTECTED] 05/21/02 10:45 AM >>>
> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

ParseDateTime(Date, "POP")

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Question

2002-05-21 Thread Benjamin S. Rogers

Not off hand, sorry. :(

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057

-Original Message-
From: Randell B Adkins [mailto:[EMAIL PROTECTED]] 
Sent: Tuesday, May 21, 2002 10:48 AM
To: CF-Talk
Subject: RE: CFPOP Question


Thanks.. any idea on the 2nd question?

>>> [EMAIL PROTECTED] 05/21/02 10:45 AM >>>
> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

ParseDateTime(Date, "POP")

Benjamin S. Rogers
http://www.c4.net/
v.508.240.0051
f.508.240.0057



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP Question

2002-05-21 Thread Randell B Adkins

The 2nd question is when you send an email to 
someone and then they reply to that message,
it now contains their NEW message as well as
the original message such as:

THIS IS NEW

> THIS IS PART OF
> THE OLD MESSAGE

It will also contain the HEADER information.
What I am attempting is to parse the OLD stuff
out and just GRAB the new message in which they
are conveying.



Randy Adkins
>>> [EMAIL PROTECTED] 05/21/02 10:48 AM >>>
> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

I use a cfx tag, cfx_pop3date, for this.  As far as I know custom
solutions
are the only solutions in this case.  cfx_pop3date will get both the
date
and the time for you.  However, it doesn't *always* work, so I've had to
wrap it in  to prevent errors.

> 2. Any idea on how to grab the NEW MESSAGE and NOT
> the replied message. Meaning if this is a reply to
> an original message I do not want the original message
> but the NEW message.
> ANY IDEAS ON THIS?

I don't understand what you're asking here.  Can you elaborate?

-- Owen


Athens County Library Services
http://www.athenscounty.lib.oh.us


__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP Question

2002-05-21 Thread Owen Leonard

> What I am attempting is to parse the OLD stuff
> out and just GRAB the new message in which they
> are conveying.

Doesn't that depend entirely on how they reply to your message?  The
original message may or may not be included in their reply.  Or maybe I
still don't understand what you're describing.

  -- Owen


> > 2. Any idea on how to grab the NEW MESSAGE and NOT
> > the replied message. Meaning if this is a reply to
> > an original message I do not want the original message
> > but the NEW message.
> > ANY IDEAS ON THIS?


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Question

2002-05-21 Thread Philip Arnold - ASP

> I have two questions regarding the query columns
> returned from using CFPOP.
>
> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

This really depends on your mail server - but why not ParseDateTime() to
make it into a real Date type? Then you can use DateFormat() and
TimeFormat() as much as you want

> 2. Any idea on how to grab the NEW MESSAGE and NOT
> the replied message. Meaning if this is a reply to
> an original message I do not want the original message
> but the NEW message.
> ANY IDEAS ON THIS?

Why not store the messages in a database (read via CFPOP on a schedule)
and then you can do whatever you want with it...

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**


__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Question

2002-05-21 Thread Randell B Adkins

I only want to store the NEW Message in the
database as I would already have the original
message stored in the DB.

Since the BODY of the old message would contain
the headers and stuff, I was wondering if anyone
had done this before.

Randy Adkins
>>> [EMAIL PROTECTED] 05/21/02 13:13 PM >>>
> I have two questions regarding the query columns
> returned from using CFPOP.
>
> 1. The date field when it comes in is not a TRUE
> date field thus I can not use CreateODBCDate or
> DateFormat on this field to grab JUST THE DATE and
> then JUST the time. IDEAS???

This really depends on your mail server - but why not ParseDateTime() to
make it into a real Date type? Then you can use DateFormat() and
TimeFormat() as much as you want

> 2. Any idea on how to grab the NEW MESSAGE and NOT
> the replied message. Meaning if this is a reply to
> an original message I do not want the original message
> but the NEW message.
> ANY IDEAS ON THIS?

Why not store the messages in a database (read via CFPOP on a schedule)
and then you can do whatever you want with it...

Philip Arnold
Technical Director
Certified ColdFusion Developer
ASP Multimedia Limited
Switchboard: +44 (0)20 8680 8099
Fax: +44 (0)20 8686 7911

www.aspmedia.co.uk
www.aspevents.net

An ISO9001 registered company.

**
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.
**



__
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP Question

2002-05-21 Thread Randell B Adkins

This is true.

I have to look at the possibility that it would 
include the original in the body of the message.

Then parse it out.

Randy Adkins
>>> [EMAIL PROTECTED] 05/21/02 12:41 PM >>>
> What I am attempting is to parse the OLD stuff
> out and just GRAB the new message in which they
> are conveying.

Doesn't that depend entirely on how they reply to your message?  The
original message may or may not be included in their reply.  Or maybe I
still don't understand what you're describing.

  -- Owen


> > 2. Any idea on how to grab the NEW MESSAGE and NOT
> > the replied message. Meaning if this is a reply to
> > an original message I do not want the original message
> > but the NEW message.
> > ANY IDEAS ON THIS?



__
Get the mailserver that powers this list at http://www.coolfusion.com
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP weirdness

2002-06-25 Thread Dave Watts

> I'm trying to use CFPOP to delete some emails... but I 
> keep getting a "The specified message has been deleted" 
> message.
> 
> Anyone else seen that? I am calling CFPOP a few times 
> previously in the application -- first to grab the headers, 
> then to grab the actual messages in specific instances.
> 
> Could it be a locking problem?

If you delete a message, the other messages will be renumbered on the POP
server end, I think. So, you either have to track the message numbers
(either by re-fetching them, or by storing information on how they'd be
renumbered) or you have to delete messages in reverse order, from last to
first.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444
__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP weirdness

2002-06-25 Thread jon

Yup -- that's exactly what I'm doing... just creating a list and deleting
them at the end...

.. ran into that problem before. Putting locks on the app seems to have
slowed things way down, though.

-- jon

-Original Message-
From: Dave Watts [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, June 25, 2002 3:20 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'
Subject: RE: CFPOP weirdness


> I'm trying to use CFPOP to delete some emails... but I
> keep getting a "The specified message has been deleted"
> message.
>
> Anyone else seen that? I am calling CFPOP a few times
> previously in the application -- first to grab the headers,
> then to grab the actual messages in specific instances.
>
> Could it be a locking problem?

If you delete a message, the other messages will be renumbered on the POP
server end, I think. So, you either have to track the message numbers
(either by re-fetching them, or by storing information on how they'd be
renumbered) or you have to delete messages in reverse order, from last to
first.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444


__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP weirdness

2002-06-25 Thread Lewis Sellers

>If you delete a message, the other messages will be renumbered on the POP
>server end, I think. So, you either have to track the message numbers
>(either by re-fetching them, or by storing information on how they'd be
>renumbered) or you have to delete messages in reverse order, from last to
>first.

Yes, when you open a tcp connection to POP the number id's of all
messages will remain the same even after deleting several. Once the
connection is closed however the next time you open one the numbering
will be refreshed. 

Actually POP3 has extensions (and IMAP as well) that allow you to
reference unique ID numbers that never change for each email, but it's
been so many years since I've really used CFPOP itself I'm not sure if
they're supported or not. (I think they are aren't they?)

--min

__
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP Experts????

2000-10-04 Thread JustinMacCarthy

What version of CF?
~J

- Original Message -
From: "Randy Adkins" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 1:13 PM
Subject: CFPOP Experts


> I am having problems with CFPOP.
>
> I am attempting to POP the server and get a message. (See bottom for code)
> However I get the following error:
>
> Error Diagnostic Information
> unknown exception condition
> CFMLInterpreterImp::executePCode
> Date/Time: 10/03/00 13:40:49
> Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
>
>
> *** IP has been masked for this email ***
>  server="999.999.999.999" username="myname" password="mypass">
>
> NONE
> 
> #support_headers.from#
> 
>
> Thanks for any assistance you can give.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>

--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFPOP Experts????

2000-10-04 Thread Randy Adkins

Cold Fusion - 4.01


-Original Message-
From: JustinMacCarthy [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 04, 2000 8:18 AM
To: CF-Talk
Subject: Re: CFPOP Experts


What version of CF?
~J

- Original Message -
From: "Randy Adkins" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, October 04, 2000 1:13 PM
Subject: CFPOP Experts


> I am having problems with CFPOP.
>
> I am attempting to POP the server and get a message. (See bottom for code)
> However I get the following error:
>
> Error Diagnostic Information
> unknown exception condition
> CFMLInterpreterImp::executePCode
> Date/Time: 10/03/00 13:40:49
> Browser: Mozilla/4.0 (compatible; MSIE 5.5; Windows NT 5.0)
>
>
> *** IP has been masked for this email ***
>  server="999.999.999.999" username="myname" password="mypass">
>
> NONE
> 
> #support_headers.from#
> 
>
> Thanks for any assistance you can give.
>
> --

> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
>
>


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: cfpop authentication

2000-10-19 Thread Dave Watts

> I am trying to authenticate a user by using a local pop3 
> server, this way I can allow access to a (non mail) 
> application without the hassle of administrating a password 
> database.
> 
> As far as I can see the  tag only allows the facility 
> to query a pop server as if it were a data source, which 
> means an incorrect password redirects to an error page.
> 
> Is there any way I can attempt to login and get the status 
> returned to me, I can do this in ASP but I just cant bear to 
> swap Studio for Interdev. The only way I can think of is a 
> try catch; surely there is a better way?

You have a couple of options that I can think of, but none that are
especially palatable.

One is using an exception handler (try/catch); after reading the others, you
may decide that that is, in fact, the best way.

Another is to use Lewis Sellers' CFX_TCPCLIENT, which allows you to directly
communicate with the POP server, send it the username and password, and
parse the response. His CFX tags are available at
http://www.intrafoundation.com/.

Finally, you can use Studio to write ASP instead of Interdev! In fact,
Homesite is the ASP developer's editor of choice, according to the polls
I've seen.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
voice: (202) 797-5496
fax: (202) 797-5444

Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFPOP.... Help!

2000-10-26 Thread Randy Adkins

What mail server software are you using?

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 26, 2000 1:09 PM
To: CF-Talk
Subject: CFPOP Help!



I'm trying to download all the mail on a POP3 mailbox,
then delete it. I am currently using two CFPOP tags. It
seems to allow me to do each seperately, but when I put
them both on the same page, I get a bizarre error
message "[IN-USE] Maildrop locked by another
session"

Any ideas?

Thanks!

Norman Elton
Information Technology
College of William & Mary


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFPOP.... Help!

2000-10-26 Thread Steve Bernard

The mail server has either locked the account or the mailbox while
completing the previous task(s). I typically make the selection and deletion
processes separate to avoid this from occurring. If you know how long the
mail server keeps each connection open/active you could also create a wait
state before starting the next command, when using a single template
approach.

Steve

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Thursday, October 26, 2000 1:09 PM
To: CF-Talk
Subject: CFPOP Help!

I'm trying to download all the mail on a POP3 mailbox,
then delete it. I am currently using two CFPOP tags. It
seems to allow me to do each seperately, but when I put
them both on the same page, I get a bizarre error
message "[IN-USE] Maildrop locked by another
session"

Any ideas?

Thanks!

Norman Elton
Information Technology
College of William & Mary


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPop problems!

2001-09-07 Thread Richard Meredith-Hardy

1) In CF 3.1 there used to be a problem with deleting email No.1
(especially if it had an attachment).  I don't know if this has been
fixed in more recent versions of CF, but in any case I always pre-load
the mailbox with a "dummy" No. 1 and then manipulate all mails from no 2
onwards.

2) There is no need to loop through deletes in this way... CFPOP accepts
a list of index numbers to delete.




Tony Hicks wrote:
> 
> Allaire had a demo site that shipped with 4.5 called "Crazycab" it was a way
> to check emails from their site.. it was even on crazycab.com for a while..
> 
> Here's what I noticed.. on my computer and my host's server it would check
> every email address I had accept for my host's*.. And on an old host and a
> few friend's machines, it worked with all pop accounts.. I never did find
> the solution.
> 
> * It worked on every machine if there were no messages in the email box I
> was checking and only errored if there was an email message...
> 
> Thanks
> Tony Hicks
> --
> Search the Holy Bible: http://www.bibleclicks.com
> - Original Message -
> From: Neil H. <[EMAIL PROTECTED]>
> To: CF-Talk <[EMAIL PROTECTED]>
> Sent: Thursday, September 06, 2001 2:05 PM
> Subject: CFPop problems!
> 
> > I have a program, it will getall from a pop server and then loop through
> the
> > query that is returned.  I will then at the end of each iteration within
> the
> > loop delete messagenumber 1 since this always the first message.  I
> continue
> > to get no such message errors.  Sometimes it works perfectly, but other
> > times it doesn't.  I don't like CFPOP since it seems to be "sketchy".  If
> > you have any other suggestions please let me know.  With Imail I can write
> a
> > bat that writes a file and then have the server pole the directory and
> parse
> > the file and then delete it but that seems more cumbersome (not for me, I
> > could write it :) ) but for the server?
> >
> > Any insight?
> >
> > Thanks,
> >
> > Neil
> >
>
~~
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPop problems!

2001-09-07 Thread Tony Hicks

Allaire had a demo site that shipped with 4.5 called "Crazycab" it was a way
to check emails from their site.. it was even on crazycab.com for a while..

Here's what I noticed.. on my computer and my host's server it would check
every email address I had accept for my host's*.. And on an old host and a
few friend's machines, it worked with all pop accounts.. I never did find
the solution.

* It worked on every machine if there were no messages in the email box I
was checking and only errored if there was an email message...

Thanks
Tony Hicks
--
Search the Holy Bible: http://www.bibleclicks.com
- Original Message -
From: Neil H. <[EMAIL PROTECTED]>
To: CF-Talk <[EMAIL PROTECTED]>
Sent: Thursday, September 06, 2001 2:05 PM
Subject: CFPop problems!


> I have a program, it will getall from a pop server and then loop through
the
> query that is returned.  I will then at the end of each iteration within
the
> loop delete messagenumber 1 since this always the first message.  I
continue
> to get no such message errors.  Sometimes it works perfectly, but other
> times it doesn't.  I don't like CFPOP since it seems to be "sketchy".  If
> you have any other suggestions please let me know.  With Imail I can write
a
> bat that writes a file and then have the server pole the directory and
parse
> the file and then delete it but that seems more cumbersome (not for me, I
> could write it :) ) but for the server?
>
> Any insight?
>
> Thanks,
>
> Neil
>
~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP Error

2001-02-19 Thread Ron Anderson

Most likely in your query structure.
I usually get those errors around opening or closing a bracket near an IF
statement.

SELECT
*
FROM
foo
WHERE
fooID=#foo##bar#



-Original Message-
From: Mark [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 19, 2001 3:44 PM
To: CF-Talk
Subject: CFPOP Error


Can anyone direct me to the explanation
of this error message:

unknown exception condition
CFMLInterpreterImp::executePCode

It's generated while I'm running
CFPOP to collect email messages,
check them for a certain word, and
then send an email to a certain email
address if the word is contained in
the subject or body. Then another email
is generated with all the emails that
were found with that word. It's basically
looking for error emails from persons
that are trying to unsubscribe from a 
list, but did it incorrectly. Here is 
the code:











message goes here










")>



Following addresses were removed:
#addrem#



Can anyone advise? Thank you!

Mark
~~
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 Error

2001-02-19 Thread Mark

Hi Ron,

Thanks ... but I don't have that type
of query (the CFIF actually within the 
query) in this case. I'm querying the
POP account only, not a DB.

Any other thoughts? Thanks!!

Mark


--- Ron Anderson <[EMAIL PROTECTED]> wrote:
> Most likely in your query structure.
> I usually get those errors around opening or closing
> a bracket near an IF
> statement.
> 
>   SELECT
>   *
>   FROM
>   foo
>   WHERE
>   fooID=#foo##bar#
> 
> 
> 
> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 19, 2001 3:44 PM
> To: CF-Talk
> Subject: CFPOP Error
> 
> 
> Can anyone direct me to the explanation
> of this error message:
> 
> unknown exception condition
> CFMLInterpreterImp::executePCode
> 
> It's generated while I'm running
> CFPOP to collect email messages,
> check them for a certain word, and
> then send an email to a certain email
> address if the word is contained in
> the subject or body. Then another email
> is generated with all the emails that
> were found with that word. It's basically
> looking for error emails from persons
> that are trying to unsubscribe from a 
> list, but did it incorrectly. Here is 
> the code:
> 
>  SERVER="mail.server.com"
> USERNAME="[EMAIL PROTECTED]"
> PASSWORD="xxx"
> ACTION="GETALL"
> NAME="removemail">
> 
> 
> 
> 
> 
> 
> 
> 
>  FROM="[EMAIL PROTECTED]" Subject="unsubscribe">
> message goes here
> 
> 
> 
> 
> 
>  SERVER="mail.server.com"
> USERNAME="[EMAIL PROTECTED]"
> PASSWORD=""
> ACTION="DELETE"
> MESSAGENUMBER="#trim(messagenumber)#">
> 
> 
> 
> 
> ")>
> 
> 
>  FROM="[EMAIL PROTECTED]"
> Subject="removed 
> addresses">
> Following addresses were removed:
> #addrem#
> 
> 
> 
> Can anyone advise? Thank you!
> 
> Mark
>
~~
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 Error

2001-02-23 Thread Deb Dickerson

Are you running 4.5.1SP2? There were several CFPOP fixes in that release
that could possibly take care of your problem.

Debbie


> -Original Message-
> From: Mark [mailto:[EMAIL PROTECTED]]
> Sent: Monday, February 19, 2001 8:18 PM
> To: CF-Talk
> Subject: RE: CFPOP Error
>
>
> Hi Ron,
>
> Thanks ... but I don't have that type
> of query (the CFIF actually within the
> query) in this case. I'm querying the
> POP account only, not a DB.
>
> Any other thoughts? Thanks!!
>
> Mark
>
>
> --- Ron Anderson <[EMAIL PROTECTED]> wrote:
> > Most likely in your query structure.
> > I usually get those errors around opening or closing
> > a bracket near an IF
> > statement.
> >
> > SELECT
> > *
> > FROM
> > foo
> > WHERE
> > fooID=#foo##bar#
> >
> >
> >
> > -Original Message-
> > From: Mark [mailto:[EMAIL PROTECTED]]
> > Sent: Monday, February 19, 2001 3:44 PM
> > To: CF-Talk
> > Subject: CFPOP Error
> >
> >
> > Can anyone direct me to the explanation
> > of this error message:
> >
> > unknown exception condition
> > CFMLInterpreterImp::executePCode
> >
> > It's generated while I'm running
> > CFPOP to collect email messages,
> > check them for a certain word, and
> > then send an email to a certain email
> > address if the word is contained in
> > the subject or body. Then another email
> > is generated with all the emails that
> > were found with that word. It's basically
> > looking for error emails from persons
> > that are trying to unsubscribe from a
> > list, but did it incorrectly. Here is
> > the code:
> >
> >  > SERVER="mail.server.com"
> > USERNAME="[EMAIL PROTECTED]"
> > PASSWORD="xxx"
> > ACTION="GETALL"
> > NAME="removemail">
> >
> > 
> > 
> >
> > 
> >
> > 
> >
> >  > FROM="[EMAIL PROTECTED]" Subject="unsubscribe">
> > message goes here
> > 
> >
> > 
> > 
> >
> >  > SERVER="mail.server.com"
> > USERNAME="[EMAIL PROTECTED]"
> > PASSWORD=""
> > ACTION="DELETE"
> > MESSAGENUMBER="#trim(messagenumber)#">
> >
> > 
> > 
> >
> > ")>
> >
> > 
> >  > FROM="[EMAIL PROTECTED]"
> > Subject="removed
> > addresses">
> > Following addresses were removed:
> > #addrem#
> > 
> > 
> >
> > Can anyone advise? Thank you!
> >
> > Mark
> >
>
~~
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 & attachments

2002-01-25 Thread Billy Cravens

You'll need to rename the files in one loop, and then link to the newly
named files in a separate loop.
(You could do them both, but it seems cleaner to do it the other way)

I'd keep the unique file names.

- Original Message -
From: "W Luke" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Friday, January 25, 2002 4:05 PM
Subject: CFPOP & attachments


> Say I've got a CFpop query as follows.  I was using some code for looping
> through multiple-attachments from cfcomet.com
>
(http://www.cfcomet.com/cfcomet/other/index.cfm?ArticleID=7AD3EF1A-C5E5-4FE9
> -8F7C88F84D5C822D).  What I need to do is prepend the sender's email
address
> to the attachment-filename when it's stored to the web-server.  At the
> moment, I'm using the GENERATEUNIQUEFILENAMES="Yes" attrib in the query.
> The CFComet code I'm using is as follows:
>
> 
>
> 
>
> This message contains #Count# attachments:
>
> 
>
> 
> 
>
> 
>
> Should I rename the files in the above  using #i# for the
> filename/path in  - and if so, do I keep the
generateuniquefilenames
> attrib Yes?
>
> Hope some of that makes sense!
>
> Cheers
>
> Will
>
>
> 
__
Get Your Own Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionb
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: CFPOP & attachments

2002-01-26 Thread W Luke

Seems to be working well so far, renaming them in the loop. I had misread
CFComet's code which was using TABs' ascii character as the delimiter, which
has now got me confused.  ASCII 32, a space, is working - but do different
mail clients use different delimiters for multiple mail attachments?

Will


- Original Message -
From: "Billy Cravens" <[EMAIL PROTECTED]>
Newsgroups: gradwell.lists.cftalk
Sent: Friday, January 25, 2002 10:32 PM
Subject: Re: CFPOP & attachments


> You'll need to rename the files in one loop, and then link to the newly
> named files in a separate loop.
> (You could do them both, but it seems cleaner to do it the other way)
>
> I'd keep the unique file names.
>
> - Original Message -
> From: "W Luke" <[EMAIL PROTECTED]>
> To: "CF-Talk" <[EMAIL PROTECTED]>
> Sent: Friday, January 25, 2002 4:05 PM
> Subject: CFPOP & attachments
>
>
> > Say I've got a CFpop query as follows.  I was using some code for
looping
> > through multiple-attachments from cfcomet.com
> >
>
(http://www.cfcomet.com/cfcomet/other/index.cfm?ArticleID=7AD3EF1A-C5E5-4FE9
> > -8F7C88F84D5C822D).  What I need to do is prepend the sender's email
> address
> > to the attachment-filename when it's stored to the web-server.  At the
> > moment, I'm using the GENERATEUNIQUEFILENAMES="Yes" attrib in the query.
> > The CFComet code I'm using is as follows:
> >
> > 
> >
> > 
> >
> > This message contains #Count# attachments:
> >
> >  INDEX="i">
> >
> > 
> > 
> >
> > 
> >
> > Should I rename the files in the above  using #i# for the
> > filename/path in  - and if so, do I keep the
> generateuniquefilenames
> > attrib Yes?
> >
> > Hope some of that makes sense!
> >
> > Cheers
> >
> > Will
> >
> >
> >
> 
__
Dedicated Windows 2000 Server
  PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation · $99/Month · Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusiona
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



RE: CFPOP streamlining

2004-06-21 Thread Kola Oyedeji
James you could well be right, it may actually be quicker to download
and then ignore the additional emails as opposed to constantly
opening/closing connections to the mail server - I would test both
options and see which one performs better.

 
Kola

 
-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:06
To: CF-Talk
Subject: CFPOP streamlining

 
I have a template that retrieves mail and processes it to extract order
information using cfpop.  At any one time it can be retrieving up to 300
emails of which around 200 will be orders, the rest will be a mixture of
junk and correspondence aimed at the human who reads the account.

I am currently doing a cfpop to retrieve the headers only, then looping
over
these doing another cfpop for each to get the message body resulting in
200+
pop connections in total.

Would it be better to just do one connection, retrieve everything, and
simply ignore to 100 message bodies I am not interested in?

--
James Smith
[EMAIL PROTECTED]

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP streamlining

2004-06-21 Thread James Smith
Thanks, that is what I am in the process of doing now, I was more wondering
if there were any protocol issues here where one method would be considered
"more propper" than the other.

  _  

From: Kola Oyedeji [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:32
To: CF-Talk
Subject: RE: CFPOP streamlining

James you could well be right, it may actually be quicker to download
and then ignore the additional emails as opposed to constantly
opening/closing connections to the mail server - I would test both
options and see which one performs better.

Kola

-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:06
To: CF-Talk
Subject: CFPOP streamlining

I have a template that retrieves mail and processes it to extract order
information using cfpop.  At any one time it can be retrieving up to 300
emails of which around 200 will be orders, the rest will be a mixture of
junk and correspondence aimed at the human who reads the account.

I am currently doing a cfpop to retrieve the headers only, then looping
over
these doing another cfpop for each to get the message body resulting in
200+
pop connections in total.

Would it be better to just do one connection, retrieve everything, and
simply ignore to 100 message bodies I am not interested in?

--
James Smith
[EMAIL PROTECTED]

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004
  _ 
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP streamlining

2004-06-21 Thread Paul Vernon
I'm not sure which version of CF you are using but on CF4.x/5 the
getheaderonly action actually retrieved the entire mail although it didn't
present it all in the query so for what you are doing, a single pass is
probably preferable under the circumstances outlined above... I haven't
really played with CFPOP on CFMX that much to know it's nuances so this
information may or may not be correct when using CFMX

 
Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP streamlining

2004-06-21 Thread Kola Oyedeji
James 

 
I just had a look at the livedocs for CFMX
http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/tags-b14.htm#wp11
01854 
(assuming you are on cfmx) and message number can actually be a comma
separated list of all the messages you would like to retrieve, this
should save you having to call cfpop for each email and allow you to
re-use the connect.

 
Not sure if the getHeaderOnly action correctly only gets the header but
you can look at the commands being sent to the mail server in the mail
logs which should give you some indication of what  POP commands are
being sent to the mail server

 
HTH

 
KOla

 
-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:37
To: CF-Talk
Subject: RE: CFPOP streamlining

 
Thanks, that is what I am in the process of doing now, I was more
wondering
if there were any protocol issues here where one method would be
considered
"more propper" than the other.

  _  

From: Kola Oyedeji [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:32
To: CF-Talk
Subject: RE: CFPOP streamlining

James you could well be right, it may actually be quicker to download
and then ignore the additional emails as opposed to constantly
opening/closing connections to the mail server - I would test both
options and see which one performs better.

Kola

-Original Message-
From: James Smith [mailto:[EMAIL PROTECTED] 
Sent: 21 June 2004 11:06
To: CF-Talk
Subject: CFPOP streamlining

I have a template that retrieves mail and processes it to extract order
information using cfpop.  At any one time it can be retrieving up to 300
emails of which around 200 will be orders, the rest will be a mixture of
junk and correspondence aimed at the human who reads the account.

I am currently doing a cfpop to retrieve the headers only, then looping
over
these doing another cfpop for each to get the message body resulting in
200+
pop connections in total.

Would it be better to just do one connection, retrieve everything, and
simply ignore to 100 message bodies I am not interested in?

--
James Smith
[EMAIL PROTECTED]

---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004
  _ 
  _
  _
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP streamlining

2004-06-21 Thread James Smith
In this case I am using MX, but that in useful information to be filed in
the "for future reference" folder, cheers.

> I'm not sure which version of CF you are using but on CF4.x/5 
> the getheaderonly action actually retrieved the entire mail 
> although it didn't present it all in the query so for what 
> you are doing, a single pass is probably preferable under the 
> circumstances outlined above... I haven't really played with 
> CFPOP on CFMX that much to know it's nuances so this 
> information may or may not be correct when using CFMX
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFPOP streamlining

2004-06-21 Thread Cedric Villat
One thing that I came upon when using CFPOP and deciding which method to
use, is that if you are using CFMX there is a nasty bug that deals with
encoding. Check out
http://www.mail-archive.com/[EMAIL PROTECTED]/msg149313.html for
some information. I know Raymond Camden also wrote about this bug on his
blog. See it here:
http://www.camdenfamily.com/morpheus/blog/index.cfm?mode=entry&entry=437EFED9-B15B-8957-860C45AFE6E30A4D .

Basically, if an email comes in with he unsupported encoding type, anytime
you try to do a GETALL with CFPOP, it will break. The only way to recover is
to delete the offending email some other way. Due to this bug, all of our
CFPOP apps now describe your method of retrieving the headers, and then
downloading each piece of email one at a time.

Cedric Villat
http://www.cornfeed.com
Creators of CFTicket - A customer support, trouble ticket application

> Subject: CFPOP streamlining
> From: "James Smith" <[EMAIL PROTECTED]>
> Date: Mon, 21 Jun 2004 11:06:12 +0100
> Thread:
http://www.houseoffusion.com/cf_lists/index.cfm/method=messages&threadid=33372&forumid=4#167433
>
> I have a template that retrieves mail and processes it to extract order
> information using cfpop.  At any one time it can be retrieving up to 300
> emails of which around 200 will be orders, the rest will be a mixture of
> junk and correspondence aimed at the human who reads the account.
>
> I am currently doing a cfpop to retrieve the headers only, then looping
over
> these doing another cfpop for each to get the message body resulting in
200+
> pop connections in total.
>
> Would it be better to just do one connection, retrieve everything, and
> simply ignore to 100 message bodies I am not interested in?
>
> --
> James Smith
> [EMAIL PROTECTED]
>
> ---
> Outgoing mail is certified Virus Free.
> Checked by AVG anti-virus system (http://www.grisoft.com).
> Version: 6.0.707 / Virus Database: 463 - Release Date: 15/06/2004
>
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP streamlining

2004-06-21 Thread Paul Vernon
You could always use CFX_POP3 to fix the utf-7 issue...

 
http://www.web-architect.co.uk/downloads.cfm

 
Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfpop question

2004-07-15 Thread Paul Vernon
CFPOP doesn't support just doing a STAT function... CFX_POP3 does.
http://www.web-architect.co.uk/downloads.cfm

 
Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: cfpop question

2004-07-15 Thread James Smith
You could try using the free tcpclient com object from intrafoundation
(http://www.intrafoundation.com/tcpclient.asp) to open a telnet session and
then issue the following commands...

USER userid
PASS password
STAT

And this will return something like

+OK 3 345910

Which tells you it is holding 3 messages and a total of 345910 bytes.

You can get other pop3 telnet command info here:
http://pages.prodigy.net/michael_santovec/pop3telnet.htm

--
Jay

> -Original Message-
> From: Chris Musial [mailto:[EMAIL PROTECTED] 
> Sent: 15 July 2004 12:50
> To: CF-Talk
> Subject: cfpop question
> 
> does anyone know how to find out how many messages are on a 
> mail server before actually using cfpop to access the email 
> information?  Im building a web based email system.  If the 
> email account has an massive amount of messages on the server 
> (spam and what not), the cfpop cant handle it and it ends up 
> crashing the mail server and locking the email account.  I 
> wanna be able to find out how many messages and how big the 
> messages are in total before i actually pop them so i can 
> prevent this from happening.  Any help would be appreciated.  Thanks
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfpop alternatives

2004-09-02 Thread Charlie Griefer
try cfx_pop3.  I don't think you'll be disappointed.  

the tag works great...and as far as service...any time an update comes
out Paul e-mails it to you.  you don't have to worry about missing an
update or constantly check a site to see if an update is available.

honestly, it's been a couple of years since i've used it...but i
remember being -very- happy with all aspects.

On Thu, 02 Sep 2004 09:34:04 -0400, Chris Musial
<[EMAIL PROTECTED]> wrote:
> I am looking for an alternative way to use the functionality of the cfpop tag.  The coldfusion defined function doesnt have the capabilities or the power to handle most of the actions needed for my web based email system.  I have used the cfx_iipop3 and i have used the demo version up to this point...and it works fine.  But on several attempts to purchase the professional version of the tag, i have had nothing but bad experiences.  The company i was trying to buy it from seems shady and i am looking for another alternative.  Any ideas?
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: cfpop alternatives

2004-09-02 Thread Claude Schneegans
>>try cfx_pop3.  I don't think you'll be disappointed.

I strongly second this.

--
___
REUSE CODE! Use custom tags;
See http://www.contentbox.com/claude/customtags/tagstore.cfm
(Please send any spam to this address: [EMAIL PROTECTED])
Thanks.
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP Issues

2004-09-23 Thread Paul Vernon
If you're running on Windows, you could try CFX_POP3. If you want to try
before you buy, then contact me offlist!

 
Paul
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFPOP Issues

2004-09-23 Thread phil williams
>If you're running on Windows, you could try CFX_POP3. If you want to try
>before you buy, then contact me offlist!
> 
>Paul

Already got that tag installed on the server.  If I could understand what is actually causing the error then I could advise the customer.  Could it be down to not using CFLOCK perhaps?
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFPOP Issues

2004-09-23 Thread phil williams
> >If you're running on Windows, you could try CFX_POP3. If you want to 
> try
> >before you buy, then contact me offlist!
> > 
> >Paul
> 
> Already got that tag installed on the server.  If I could understand 
> what is actually causing the error then I could advise the customer.  
> Could it be down to not using CFLOCK 
perhaps?

Sorry just reread your message.  Great tag btw, I'm using it to build a full webmail client... :-)
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




Re: CFPOP Issues

2004-10-07 Thread Victor Moore
Did you find the source of the problem? We have the same issue, which
cause jrun to spike at 100%

Thanks
Victor

On Thu, 23 Sep 2004 15:16:22 -0400, phil williams
<[EMAIL PROTECTED]> wrote:
> > >If you're running on Windows, you could try CFX_POP3. If you want to 
> > try
> > >before you buy, then contact me offlist!
> > > 
> > >Paul
> > 
> > Already got that tag installed on the server.  If I could understand 
> > what is actually causing the error then I could advise the customer.  
> > Could it be down to not using CFLOCK 
> perhaps?
> 
> Sorry just reread your message.  Great tag btw, I'm using it to build a full
> webmail client... :-)
> 
> 
>
 [Todays Threads] 
 [This Message] 
 [Subscription] 
 [Fast Unsubscribe] 
 [User Settings]
 [Donations and Support]




RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick,

AFAIK, the winmail.dat attachment is an undocumented MS proprietary format
for attachments when using Exchange. As CFPOP and CFX_POP and most other
mail clients only know about the rfc compliant mail formats.

The content-type for that attachment should be microsoft/tnef if you search
on Google for that you will find lots of people wanting to know how you
decode them

If I find some components that I can build into CFX_POP3 then I may just add
the feature but I've never come across any and I haven't the time to reverse
engineer their undocumented format... :(

Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201270
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul


~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201271
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Rick Eidson
I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul




~|
Find out how CFTicket can increase your company's customer support 
efficiency by 100%
http://www.houseoffusion.com/banners/view.cfm?bannerid=49

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201274
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
Hi Rick,

I'm afraid it isn't something that would allow me to update CFX_POP3 however
this ne could actually be used in CFPOP if MM so chose to build it in :) 

On the other hand, I have found a component that will work with CFX_POP3
however it still requires some work as it has been neglected for about 6
years and is not compatible with CFX_POP3 straight out of the box so to
speak...

Going back to the jar file you have installed, you will need to look out for
the winmail.dat files in the attachments field that CFPOP and CFX_POP3
generate and then instantiate the tnef decoder object using a UDF or CFC to
wrap up the funcionality of the jar file that you now have in your
classpath.

Essentially the UDF/CFC would read the attachment into a filestream and then
pass it to the TNEFInputStream class to decode it and let you manipulate the
attachments that are held within the .dat file.

HTH

Paul

-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 02 April 2005 21:57
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul






~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201275
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP/CFX_POP3

2005-04-03 Thread Rick Eidson
Looks like I got some work to do...

My mail server is ArgoSoft and I can build server extensions for it I wonder
if I can get the server to actually do this. I do not want to slow down the
web mail client anymore. The new version of ArgoSoft has an RSS feed built
in so it makes it very fast to download mail. The only time I use
CFPOP/CDX_POP is for attachments. If I have to do anymore email processing I
think I will defeat the purpose of using the feed.

Anyone else already built something that uses the TNEF?

Is this something Macromedia will look into?

Ben, any thoughts?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 3:26 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Hi Rick,

I'm afraid it isn't something that would allow me to update CFX_POP3 however
this ne could actually be used in CFPOP if MM so chose to build it in :) 

On the other hand, I have found a component that will work with CFX_POP3
however it still requires some work as it has been neglected for about 6
years and is not compatible with CFX_POP3 straight out of the box so to
speak...

Going back to the jar file you have installed, you will need to look out for
the winmail.dat files in the attachments field that CFPOP and CFX_POP3
generate and then instantiate the tnef decoder object using a UDF or CFC to
wrap up the funcionality of the jar file that you now have in your
classpath.

Essentially the UDF/CFC would read the attachment into a filestream and then
pass it to the TNEFInputStream class to decode it and let you manipulate the
attachments that are held within the .dat file.

HTH

Paul

-Original Message-
From: Rick Eidson [mailto:[EMAIL PROTECTED] 
Sent: Saturday, 02 April 2005 21:57
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

I downloaded this and put in my class path but it still doing the same
thing. Is there something I need to do to the file? And can I do it on the
server for all users.

Is this something that will allow you to update CFX_POP3?

Rick

-Original Message-
From: Paul Vernon [mailto:[EMAIL PROTECTED] 
Sent: April 2, 2005 1:05 PM
To: CF-Talk
Subject: RE: CFPOP/CFX_POP3

Rick,

I just found a free java implementation of a TNEF decoder

http://www.freeutils.net/source/jtnef/ 

Paul








~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201294
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54


RE: CFPOP connection failure

2002-09-17 Thread Paolo Cesana

Sorry for the crosspost...
Please note that using CFX_pop3 causes the same error!!
Any suggestions?

Tks/Rgds


 
Paolo Cesana
IT Development Mgr.
"Electricity is not the result of a series of upgrades to the candle"
Auth. unknown


Miami International Forwarders (MIF)

Phone: (305)594-0038 Ext. 7326
Fax: (305)593-0431



>  -Original Message-
> From: Paolo Cesana  
> Sent: Tuesday, September 17, 2002 8:23 AM
> To:   Cf-Talk (E-mail)
> Subject:  CFPOP connection failure
> 
> Hi,
> we've used CFPOP successfully for years to retrieve single emails to process data 
>contained within.
> Since yesterday we longer can access any malboxes on our exchange server using CFPOP!
> However the mailboxes are accessible using Outlook or using IMAP4.
> We've had a major crash or our primary DNS server (and our secondary one took over) 
>but I can't see how this would affect the connection.
> I resolved the server name both as a name and as an IP address to no avail. We've 
>restarted CFAS 5.0 to no avail.  CFAS connects to the mail server fine and CFMAIL 
>works just fine.
> 
> Please note that there has been no password changes or any other changes (according 
>to the system admin).  However the following occurs:
> 
> Diagnostics: Connection Failure 
> The error occurred while processing an element with a general identifier of (CFPOP), 
>occupying document position (3:2) to (7:29) in the template file 
>c:\inetpub\wwwroot\scheduled\process-currency.cfm.
> 
> Where can I find a more detailed description of why the above is occurring? The 
>server's error logs contain no mention of a login problem.
> 
> Tks/Rgds
> 
> 
>  
> Paolo Cesana
> IT Development Mgr.
> "Electricity is not the result of a series of upgrades to the candle"
> Auth. unknown
> 
> 
> Miami International Forwarders (MIF)
> 
> Phone: (305)594-0038 Ext. 7326
> Fax: (305)593-0431
> 
> 
> 
__
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists



Re: cfpop issue appended :-)

2003-06-09 Thread Bryan Stevenson
Looks like the line monster got ya

Bryan Stevenson B.Comm.
VP & Director of E-Commerce Development
Electric Edge Systems Group Inc.
t. 250.920.8830
e. [EMAIL PROTECTED]

-
Macromedia Associate Partner
www.macromedia.com
-
Vancouver Island ColdFusion Users Group
Founder & Director
www.cfug-vancouverisland.com
- Original Message -
From: "Michael Tangorre" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Monday, June 09, 2003 11:06 AM
Subject: cfpop issue appended :-)


> I am polling an email box using cfpop to get to an email containing a
report I need to parse. Here is the issue: when the 3rd party service
provider sends the email, I notice the following:
>
> Thanks,
>
> Michael Tangorre
> 
> [EMAIL PROTECTED]
> www.realmagnet.com
> work - 202-244-7845
> fax - 202-244-7926
> cell - 607-426-9277
> 
> 
~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq

Get the mailserver that powers this list at 
http://www.coolfusion.com

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFPOP and attachments

2003-01-07 Thread Pascal Peters
Are you doing action="getAll" and specifying a valid attachmentPath? Did
you try to dump the query?

-Original Message-
From: Thane Sherrington [mailto:[EMAIL PROTECTED]] 
Sent: dinsdag 7 januari 2003 15:17
To: CF-Talk
Subject: CFPOP and attachments


I'm using CFPOP to grab mail, but I can't get the queryname.attachments 
columnname.  It keeps telling me that the column attachments is not 
available in the query.  Does the column name not exist if there isn't
an 
attachment?

T


~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
This list and all House of Fusion resources hosted by CFHosting.com. The place for 
dependable ColdFusion Hosting.

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



RE: CFPOP and attachments

2003-01-07 Thread Thane Sherrington
At 03:27 PM 01/07/03 +0100, Pascal Peters wrote:
>Are you doing action="getAll" and specifying a valid attachmentPath? Did
>you try to dump the query?

I didn't have a valid path.  Thanks.

T

~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm

Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4



Re: CFPOP Delivery Receipt

2000-05-18 Thread Howie Hamlin

Delivery receipts are part of the SMTP protocol and not POP.  You use SMTP
for sending mail and POP to retrieve mail that is already delivered to your
mailbox.

Delivery receipts are outlined in RFC2298 (http://www.imc.org/rfc2298).  As
per the RFC the sending of a delivery receipt is dependent upon whether the
sending agent chooses to comply or ignore the request.

So, you would need to add the appropriate headers to the outgoing message
and then wait for the delivery status to be delivered to your mailbox (and
it might not come at all!).  Also, usually servers reply when the mail has
been delivered to the remote-end server and not when the user has actually
retrieved his/her mail.  So, at best you would just be getting notified when
the mail is actually in the recipients mailbox.

HTH,

Howie Hamlin
--
inFusion Project Manager; On-Line Data Solutions, Inc. (631)737-4668
www.CoolFusion.com

Please vote for iMS in the Most Innovative category here:
*** http://www.sys-con.com/ColdFusion/readerschoice2000/ ***

Check out inFusion Mail Server - the world's most configurable email server



- Original Message -
From: Chris Badouin <[EMAIL PROTECTED]>
To: Cf-Talk (E-mail) <[EMAIL PROTECTED]>
Sent: Thursday, May 18, 2000 2:37 AM
Subject: CFPOP Delivery Receipt


> odd question but anyway..
>
> has anyone ever tried to obtain a delivery receipt from a CFPOP?...such as
> the options available in most mail programs
>
>
> Christopher Badouin CTO
> Everyday People
> 1200 4th St. Suite 509
> San Rafael Ca, 94901
> 415.455.9825
> 415.455.9830fax
> messenger ID- cbadouin
> [EMAIL PROTECTED]
>
> --

> Archives: http://www.eGroups.com/list/cf-talk
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFPOP - GetMail400 error

2000-11-01 Thread Jake Hileman - Patmos

haha, im telling you, i can't even get the "replyto" var set... so i can't
make a page that lets users reply to email...


wtf.

jake
- Original Message -
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 7:17 PM
Subject: CFPOP - GetMail400 error


> Anyone ever seen a GetMail 400 error? Anyone know how to get around it?
>
> For that matter, has *anyone* got a *really* good CFPOP implementation
that
> doesn't freak out with multipart MIME attachments?
>
> --Dylan
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



RE: CFPOP - GetMail400 error

2000-11-01 Thread Dylan Bromby

post the code. we wrote www.planetaccess.com entirely in CF and the reply
works just fine.

--Dylan

-Original Message-
From: Jake Hileman - Patmos [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, November 01, 2000 4:32 PM
To: CF-Talk
Subject: Re: CFPOP - GetMail400 error


haha, im telling you, i can't even get the "replyto" var set... so i can't
make a page that lets users reply to email...


wtf.

jake
- Original Message -
From: "Dylan Bromby" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, November 01, 2000 7:17 PM
Subject: CFPOP - GetMail400 error


> Anyone ever seen a GetMail 400 error? Anyone know how to get around it?
>
> For that matter, has *anyone* got a *really* good CFPOP implementation
that
> doesn't freak out with multipart MIME attachments?
>
> --Dylan
>
> --
--
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send
a message with 'unsubscribe' in the body to
[EMAIL PROTECTED]



Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a
message with 'unsubscribe' in the body to [EMAIL PROTECTED]


Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]



Re: CFPOP Attachments Error

2000-04-28 Thread Jonathan McGuire

Had the same problem with a very stupid cause.  Make sure all of your path
fields have a trailing \.

Jonathan McGuire
- Original Message -
From: "Nathaniel Plane" <[EMAIL PROTECTED]>
To: "Cold Fusion" <[EMAIL PROTECTED]>
Sent: Friday, April 28, 2000 11:11 AM
Subject: CFPOP Attachments Error


Hi.

While working with CFPOP, i encountered an error when trying to use
attachments, the server throws back an error..

Error Diagnostic Information
unknown exception condition

unknown error while executing a tag

This ONLY happens when specifying an attachment path.. The path is valid,
ive tried local directories and virtual directories with full control
security for Everyone.  Its unpredictable, it runs fine at times, others it
dies, but when it does throw this error its impossible to make it stop..
Perhaps a single Attachment is killing it? Also, it seems to crash MORE when
toggling the "Generate Unique Filenames". Any help on this subject would be
GREATLY apretiated.

--
Nathaniel Plane
Web Developer
STONEAGE.COM
Email: [EMAIL PROTECTED]
Voice: (877)544-2336
http://www.stoneage.com

"A feature is a bug with seniority."
--


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.


--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.



Re: CFPOP Attachments Error

2000-04-28 Thread Eric Hoffman

I've seen this since the 4.5 upgrade at my host...the POP client I wrote worked 
fine...and now I randomly get that errorsometimes during connection, sometimes 
reading an email.  Quite frustrating.  Is it a 4.5 (1) error everyone is experiencing?


>>> "Nathaniel Plane" <[EMAIL PROTECTED]> 04/28/00 10:11AM >>>
Hi.

While working with CFPOP, i encountered an error when trying to use
attachments, the server throws back an error..

Error Diagnostic Information
unknown exception condition

unknown error while executing a tag

This ONLY happens when specifying an attachment path.. The path is valid,
ive tried local directories and virtual directories with full control
security for Everyone.  Its unpredictable, it runs fine at times, others it
dies, but when it does throw this error its impossible to make it stop..
Perhaps a single Attachment is killing it? Also, it seems to crash MORE when
toggling the "Generate Unique Filenames". Any help on this subject would be
GREATLY apretiated.

--
Nathaniel Plane
Web Developer
STONEAGE.COM
Email: [EMAIL PROTECTED] 
Voice: (877)544-2336
http://www.stoneage.com 

"A feature is a bug with seniority."
--

--
Archives: http://www.eGroups.com/list/cf-talk 
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.


To review our disclaimer please visit Http://www.meagher.com/disclaimer
This email and any attachments have been scanned for known viruses through a service 
provided by Mailzone.net.
--
Archives: http://www.eGroups.com/list/cf-talk
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebarRsts&bodyRsts/cf_talk or send a message 
to [EMAIL PROTECTED] with 'unsubscribe' in the body.



RE: CFPOP - murphy's law

2001-01-20 Thread Owen Leonard

The upgrade didn't make things better for us.  As soon as we upgraded
(from CF 4.5 Pro to 4.5.1 SP2) we started having problems with CFPOP
accessing mail on a machine running SCO-UNIX and Sendmail.  It's very
weird--intermittent for some users and consistent with others.

This is the message we're getting:  "Unknown command: 'uidl'"

I've posted this on the Allaire forum, and have had a couple of
responses from Allaire reps, but no explanations or solutions offered.
I'd be interested if anyone else is having this problem.

-- Owen


Athens County Library Services
http://www.athenscounty.lib.oh.us


> -Original Message-
> From: Dylan Bromby [mailto:[EMAIL PROTECTED]]
> Subject: CFPOP - murphy's law
>
>
> wouldn't you know - minutes after i post i catch an error.


~~
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 - murphy's law

2001-01-20 Thread lsellers




> The upgrade didn't make things better for us.  As soon as we upgraded
> (from CF 4.5 Pro to 4.5.1 SP2) we started having problems with CFPOP
> accessing mail on a machine running SCO-UNIX and Sendmail.  It's very
> weird--intermittent for some users and consistent with others.
>
> This is the message we're getting:  "Unknown command: 'uidl'"
>
> I've posted this on the Allaire forum, and have had a couple of
> responses from Allaire reps, but no explanations or solutions offered.
> I'd be interested if anyone else is having this problem.

It's an "optional" pop3 command to get unique id numbers for all the
messages currently on the mail server (to make it easier to keep track of
what's what). At least, last I heard it was still optional.

Your mail server apparently doesn't support it, but the latest version of
cfpop is using it. You'll either have to upgrade your pop3/smtp software to
something that does, or use a workaround cfpop tag.

(As far as intermittant -- depending on how CFPOP is written I'd guess it
may not show it's head unless there's more than one message in the user's
queue. But that's just a complete guess.)

--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



RE: CFPOP - murphy's law

2001-01-21 Thread Owen Leonard


> > (from CF 4.5 Pro to 4.5.1 SP2) we started having problems with CFPOP
> > accessing mail on a machine running SCO-UNIX and Sendmail.
>
> It's an "optional" pop3 command to get unique id numbers for all the
> messages currently on the mail server (to make it easier to
> keep track of
> what's what). At least, last I heard it was still optional.

That was about as far as we got in our investigation.  And of course
we're checking into an update for Sendmail.  The question is, if it's
optional, how do you get CFPOP to not send the command?

And where's the documentation for this feature anyway?  It sounds like a
fantastic improvement to CFPOP--The ability to download only those
messages which haven't yet been read.  But it sounds like Allaire's
sneaking it in without letting us know how to make use of it.  Or am I
missing something?

-- Owen

Athens County Library Services
http://www.athenscounty.lib.oh.us


~~
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 - murphy's law

2001-01-21 Thread lsellers

> That was about as far as we got in our investigation.  And of course
> we're checking into an update for Sendmail.  The question is, if it's
> optional, how do you get CFPOP to not send the command?

Good question, but I don't know the answer.

> And where's the documentation for this feature anyway?  It sounds like a
> fantastic improvement to CFPOP--The ability to download only those
> messages which haven't yet been read.  But it sounds like Allaire's
> sneaking it in without letting us know how to make use of it.  Or am I
> missing something?

It's in the official internet RFC's. Forget the numbers offhand. UIDL is
actually a very old optional command that has been around since (I believe)
before the internet was opened up to commerical business. Many, many years.

Without UIDL when you open a pop3 session to read some email it locks the
account and simply numbers all the mail 1 through whatever. If you log out
of the pop3 account and back in the numbers will always refer to different
pieces of mail if you've deleted (DELE) any.

UIDL assigns each mail a unique sequence of alphanumerics (such as:
[EMAIL PROTECTED]) that never changes.

Usually I'd bitch about CFPOP and how it doesn't work :) but in this one
case UIDL, optional though it may technically still be, is so widely used I
tend to blame your mail server more. Adding UIDL wouldn't be THAT much
harder to do afterall, even if it isn't required.

--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



RE: CFPOP - murphy's law

2001-01-22 Thread Owen Leonard

> UIDL assigns each mail a unique sequence of alphanumerics (such as:
> [EMAIL PROTECTED]) that never changes.

Thanks for the great explanation.  Even knowing (at least vaguely) how
UIDL's work, I'm still in the dark about how one would take advantage of
them with CFPOP.  Wouldn't CFPOP need to be updated with new options,
like 'Download New' or something like that?  Wouldn't you have to save
the UIDL information for each individual on the client-side?

> Usually I'd bitch about CFPOP and how it doesn't work :) but
> in this one
> case UIDL, optional though it may technically still be, is so
> widely used I
> tend to blame your mail server more.

Absolutely, and we're going after an upgrade right now.  But how to take
advantage of this new feature of CFPOP?

-- Owen

Athens County Library Services
http://www.athenscounty.lib.oh.us


~~
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 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



  1   2   3   >