RE: CFPOP question...

2006-05-10 Thread Paul Vernon
> When using CFPOP, I would like to get the person's email > address. But sometimes, I get it the name of the person, > like "Joe Blow" and not [EMAIL PROTECTED] This is a "feature" of CFPOP > How can I get the email address? The email address is not in > the header either. It is... Use HTM

CFPOP question...

2006-05-10 Thread Jacob
When using CFPOP, I would like to get the person's email address. But sometimes, I get it the name of the person, like "Joe Blow" and not [EMAIL PROTECTED] How can I get the email address? The email address is not in the header either. ~~

RE: cfpop question

2004-07-15 Thread James Smith
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:

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]

cfpop question

2004-07-15 Thread Chris Musial
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

Re: CFPOP question

2003-12-18 Thread Howie Hamlin
-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   

CFPOP question

2003-12-18 Thread Burns, John
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 Inform

CFPOP question

2002-05-28 Thread Aimee Abbott
Hello all, I have a forecast email that comes out a couple of times a day. I need to extract the numbers and discussion from it and post the information into a database. I am using CFPOP to get the email from the server, I need to know how do get just the information I want from it. So in the

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 co

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

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 ma

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 descr

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 th

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

CFPOP Question

2002-05-21 Thread Randell B Adkins
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??? 2. Any idea on how to grab the NEW MESSAGE

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

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.

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 ___

CFPOP Question

2002-05-21 Thread Randell B Adkins
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??? 2. Any idea on how to grab the NEW MESSAGE

Re: CFPOP Question

2002-05-10 Thread Sarah Skiba
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 downl

Re: Need some guidance on a CFPOP question

2000-12-05 Thread pan
> Ok, can i do this to determine if someone has logged in correctly??? > > SERVER="1.1.1.1" > USERNAME="[EMAIL PROTECTED]" > PASSWORD="password" > NAME="check"> > You wouldn't use username@domain, just username. LogIn to a pop3 server is done with acctame and password. > >Good

Need some guidance on a CFPOP question

2000-12-04 Thread KJis18
Ok, can i do this to determine if someone has logged in correctly??? Good Login, Proceed Bad Login, Redirect Can i do that record check? kev ~~ Structure your ColdFusion code with Fusebox. Get the official book at ht