Re: CFPOP and multipart bounce messages

2013-03-11 Thread Rick Root
Paul, thanks that might work. Russ - Not an option, as I'm not the one sending the email. Thanks though. Rick ~| Order the Adobe Coldfusion Anthology now!

Re: CFPOP and multipart bounce messages

2013-03-08 Thread Russ Michaels
You might want to consider using a.system like sendgrid.net which makes this stuff a lot easier. They have an api for sending email insyead of using cfmail/smtp, so far easier to track failed delivery, and they track bounces for you too. Regards Russ Michaels www.michaels.me.uk

RE: CFPOP and multipart bounce messages

2013-03-08 Thread Paul Vernon
Anyone got any ideas for me? http://popcfc.riaforge.org Check out the functions with RAW in their names, it bypasses CFPOP in those functions and should handle bounce messages for you. Paul ~| Order the Adobe Coldfusion

Re: CFPOP

2011-09-19 Thread Michael Grant
pre#messageBody#/pre On Mon, Sep 19, 2011 at 12:34 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: I'm using CFPOP to import mail into an online archive. I'm just going to use the textbody to display the messages in the browser. My question is, what is the ideal way of

RE: CFPOP

2011-09-19 Thread Bobby Hartsfield
pre tags would be easiest. If you don't want pre tags then something like #replace(content, char(13), 'br /', 'all')# .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk]

Re: CFPOP

2011-09-19 Thread Billy Cravens
#paragraphFormat(messageBody)# does the same thing. Billy Cravens bdcrav...@gmail.com On Sep 19, 2011, at 11:41 AM, Michael Grant wrote: pre#messageBody#/pre On Mon, Sep 19, 2011 at 12:34 PM, Jenny Gavin-Wear jenn...@fasttrackonline.co.uk wrote: I'm using CFPOP to import

RE: CFPOP

2011-09-19 Thread Bobby Hartsfield
Not really but probably good enough for most people's preference. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message- From: Billy Cravens [mailto:bdcrav...@gmail.com] Sent: Monday, September 19, 2011 4:57 PM To: cf-talk Subject: Re

RE: CFPOP

2011-09-19 Thread Jenny Gavin-Wear
- From: Bobby Hartsfield [mailto:bo...@acoderslife.com] Sent: 19 September 2011 22:17 To: cf-talk Subject: RE: CFPOP Not really but probably good enough for most people's preference. .:.:.:.:.:.:.:.:.:.:.:.:. Bobby Hartsfield http://acoderslife.com http://cf4em.com -Original Message

RE: CFPOP

2011-09-19 Thread Bobby Hartsfield
Message- From: Jenny Gavin-Wear [mailto:jenn...@fasttrackonline.co.uk] Sent: Monday, September 19, 2011 5:30 PM To: cf-talk Subject: RE: CFPOP Thanks for all the replies, but not quite there yet. I copied/pasted a mail from this list into Dreamweaver, and it looks about as perfect as could

RE: cfpop and GMail

2010-02-16 Thread Paul Vernon
http://mail.google.com/support/bin/answer.py?answer=86378 Under Other Issues... How do I download mail to multiple POP clients? To access your messages with multiple POP clients, use recent mode in every client to make sure that all messages are made available, rather than only to the first

Re: cfpop and GMail

2010-02-16 Thread John M Bliss
To enable Recent mode, replace 'usern...@gmail.com' in the Username field of your POP client settings with 'recent:usern...@gmail.comrecent%3ausern...@gmail.com ' Solved! Paul, the next time you're in Houston, I owe you a beer! :-) On Tue, Feb 16, 2010 at 9:08 AM, Paul Vernon

RE: cfpop and GMail

2010-02-16 Thread Paul Vernon
Subject: Re: cfpop and GMail To enable Recent mode, replace 'usern...@gmail.com' in the Username field of your POP client settings with 'recent:usern...@gmail.comrecent%3ausern...@gmail.com ' Solved! Paul, the next time you're in Houston, I owe you a beer! :-) On Tue, Feb 16, 2010

Re: CFPop with specific folders?

2010-02-07 Thread Aaron Neff
Hi Qing Xia, If you wish to use cfimap w/ Gmail, here are a couple of things you may want to watch out for: - When polling Gmail, the item counts returned by cfimap may not match the same in Gmail (Gmail bug). - When retrieving emails from Gmail, an email labeled x times, may be downloaded

Re: CFPop with specific folders?

2010-02-07 Thread Qing Xia
Well, well, this just proves my theory--ColdFusion has a tag for EVERYTHING! [?] I've got CF8 running on my personal development machine because I am preparing for the certificate exam. I'm going to install CF9 instead and try this out! Thanks!! You guys are the best! On Sun, Feb 7, 2010 at

Re: CFPop with specific folders?

2010-02-07 Thread Leigh
Good tips about gmail. Thanks Aaron! ~| Want to reach the ColdFusion community with something they want? Let them know on the House of Fusion mailing lists Archive:

Re: CFPop with specific folders?

2010-02-07 Thread Aaron Neff
Good tips about gmail. Thanks Aaron! You're very welcome Leigh, and, likewise, thanks very much for the tip (the other day in the Adobe forums) about the undocumented cfpdfform 'name' attribute! I meant to follow-up on that thread w/ some more info, but lost track. I will tho.. soon! Hope

Re: CFPop with specific folders?

2010-02-07 Thread Qing Xia
- When polling Gmail, the item counts returned by cfimap may not match the same in Gmail (Gmail bug). You are right on this one, Aaron. Gmail groups messages by conversation, which is really just the email subject lines. For example, I've got this Gmail folder that has 8 conversations but 15

Re: CFPop with specific folders?

2010-02-07 Thread Leigh
about the undocumented cfpdfform 'name' attribute! Funny, I did not even realize it was _not_ documented for cfpdfform until you said that. At least that explains why I did not suggest it originally. I was hoping it might just be an omission in the documentation. But I cannot tell much from

RE: CFPop with specific folders?

2010-02-06 Thread Justin Scott
Does anyone know of a way to get/delete emails in a *specific* folder, of a POP email account? If memory serves, POP has no concept of folders. When you connect via POP, the server gives you access to the main inbox, but that is all. Any access to folders would have to be through another

RE: CFPop with specific folders?

2010-02-06 Thread Leigh
If memory serves, POP has no concept of folders.  Yes, that is my recollection as well. but I have never tried to access Gmail via IMAP from ColdFusion.  I would assume that it would work though. Neither had I until five minutes ago ;) But I just tried it with cfimap it worked fine.

RE: cfpop - do not want to retrieve duplicate emails

2009-11-06 Thread Paul Vernon
We need to be able to POP emails from a Yahoo! Mail account without deleting the emails and without retrieving the same email twice. If I set the action attribute to Delete in the cfpop tag, it deletes the email from the Yahoo account. Is there a way to only pop unique emails without

Re: cfpop using hotmail

2008-12-02 Thread Javier Buzzi
Bump. King. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: cfpop using hotmail

2008-12-02 Thread Javier Buzzi
Bump. King. ~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;207172674;29440083;f Archive:

Re: cfpop using hotmail

2008-12-02 Thread C. Hatton Humphrey
Two things: 1) There's no need to bump a message twice in the span of a minute. 2) If you're getting that error message that means a few things: a) the port is correct b) CF is communicating correctly with the MSN Live server c) From the brief Google searches that I did (Hotmail POP3, MSN POP3)

Re: CFPOP and Email gateway

2008-07-28 Thread Varun Dixit
Thanks for the info Dave. It's always good to know of alternate solutions, but, I was thinking more on the line of gateway which would continuously listen for emails (just like it would do for SMS messages), any thoughts on that? Is it possible to listen for emails at all? Varun, I forgot to

RE: CFPOP and Email gateway

2008-07-24 Thread Dave Phillips
Varun, I had an issue like this and couldn't find a 'pure' ColdFusion solution. I ended up building a little VB app that checked the mailbox every 5 seconds to see if had any mail and then, if it did, it would then execute my CF page to pull the mail. Of course, I was checking every 5 seconds,

RE: CFPOP and Email gateway

2008-07-24 Thread Dave Phillips
Varun, I forgot to mention that I have my VB app running as a Service on my server. Dave -Original Message- From: Dave Phillips [mailto:[EMAIL PROTECTED] Sent: Thursday, July 24, 2008 3:59 PM To: CF-Talk Subject: RE: CFPOP and Email gateway Varun, I had an issue like

Re: CFPOP Inquiry

2008-05-28 Thread Bilal Soylu
Graham, we had occasional trouble with cfpop, especially connecting to Lotus Notes. In those circumstances we have used an alternate plug in (CFX_POP3), cost about $50 successfully. Cheers, Bilal ~| Adobe® ColdFusion® 8

RE: CFPOP #Body# and carriage returns

2008-03-11 Thread Brad Wood
How are you outputting the body of the E-mail? If you are simply outputting it on an HTML page, you will need to replace carriage returns/line feeds with br tags since HTML ignores them. Either that, or place the output in pre tags. I'm assuming you are dealing with a plain text E-mail. That

Re: CFPOP #Body# and carriage returns

2008-03-11 Thread Steve Good
I am indeed working with plain text emails. I will eventually be outputting the body in html. Thanks for the push in the right direction. ~Steve http://goodcf.instantspot.com/blog Brad Wood wrote: How are you outputting the body of the E-mail? If you are simply outputting it on an HTML

RE: CFPOP #Body# and carriage returns

2008-03-11 Thread Brad Wood
:[EMAIL PROTECTED] Sent: Tuesday, March 11, 2008 2:36 PM To: CF-Talk Subject: Re: CFPOP #Body# and carriage returns I am indeed working with plain text emails. I will eventually be outputting the body in html. Thanks for the push in the right direction

Re: CFPOP and Yahoo! mail - possible?

2008-02-01 Thread Azadi Saryev
you should be able to, but i think you may need to sign up for Yahoo POP access, which is part of their premium services or whatever they are called now... --- Azadi Saryev Sabai-dee.com http://www.sabai-dee.com Mike Kear wrote: Is it possible to get access to a Yahoo! mail box using CFPOP?

RE: CFPOP

2007-06-13 Thread Jake Churchill
I'm using it and haven't run into any issues yet. _ Jake Churchill CF Webtools 11204 Davenport, Ste. 200b Omaha, NE 68154 http://www.cfwebtools.com 402-408-3733 x103 -Original Message- From: Jenny [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 12, 2007 9:30 PM To: CF-Talk

RE: cfpop From Field

2006-10-06 Thread George Owns
Ok, i figured it out by myselft The output that Coldfusion generates looks like that: John Doe [EMAIL PROTECTED] So of course the [EMAIL PROTECTED] doesn't gets displayed by the browser. George Owns [EMAIL PROTECTED] schrieb: Hello there, so I'm trying to do a Bounce Management system by

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

Re: CFPOP MessageRemovedException Error

2006-03-22 Thread Michael Traher
Are you using the messagenumber or uid when you delete the messages? This is a bit of a vague memory but I seem to remember that messagenumber cannot be relied upon 100% and that uid works better. Sorry that is rather sketchy but may give you an avenue to explore. :-) On 3/22/06, LaCroix, Chris

RE: CFPOP MessageRemovedException Error

2006-03-22 Thread LaCroix, Chris
hours. -Original Message- From: Michael Traher [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 22, 2006 1:44 PM To: CF-Talk Subject: Re: CFPOP MessageRemovedException Error Are you using the messagenumber or uid when you delete the messages? This is a bit of a vague memory but I seem

RE: CFPOP MessageRemovedException Error

2006-03-22 Thread Paul Vernon
If you are running multiple requests on the same mailbox you may receive this error under the following circumstances Thread 1 processes mail and starts to delete messages Thread 2 connects to the mailbox Thread 1 completes deleting mail. The mail server renumbers any existing mails

Re: CFPOP MessageRemovedException Error

2006-03-22 Thread Michael Traher
:44 PM To: CF-Talk Subject: Re: CFPOP MessageRemovedException Error Are you using the messagenumber or uid when you delete the messages? This is a bit of a vague memory but I seem to remember that messagenumber cannot be relied upon 100% and that uid works better. Sorry that is rather

RE: CFPOP MessageRemovedException Error

2006-03-22 Thread LaCroix, Chris
-Talk Subject: RE: CFPOP MessageRemovedException Error If you are running multiple requests on the same mailbox you may receive this error under the following circumstances Thread 1 processes mail and starts to delete messages Thread 2 connects to the mailbox Thread 1 completes deleting

RE: CFPOP MessageRemovedException Error

2006-03-22 Thread Paul Vernon
Subject: RE: CFPOP MessageRemovedException Error I have included my code to see if it helps any. From what your saying I should add cflock around the cfpop and the cfdelete? I assume each step waits for the prior step to complete. cfloop query=qryMailServers cfset strRecServer

RE: CFPOP errors

2005-09-28 Thread Paul Vernon
Are you using CFLOCK to make each account access single threaded? Something like cflock name=youraccount type=exclusive cfpop action=getheaders !--- process mails --- cfpop action=delete /cflock That way if a user requests the page twice, the getheaders

Re: CFPOP errors

2005-09-28 Thread Cedric Villat
Paul, I thought I was locking, but I just checked and it was commented out. Doh. I'll see if adding it back makes the RemovedException error go away. Any ideas on the encoding issue? Is there something to test with or debug on this one? Cedric Are you using CFLOCK to make each account access

Re: CFPOP errors

2005-09-28 Thread Paul Hastings
Cedric Villat wrote: Any ideas on the encoding issue? Is there something to test with or debug on this one? first see if Big5 is part of your JDK. http://www.sustainablegis.com/projects/i18n/charsetTB.cfm did you change the JDK that cf uses? did you upgrade from 6.0? if so search the cf

RE: CFPOP attachment error (potential bug)

2005-06-16 Thread Paul Vernon
If you're on windows, CFX_POP3 will process those messages without a problem. I know because I fixed CFX_POP3 when it had the same error a year or so ago... Paul ~| Logware (www.logware.us): a new and convenient web-based time

RE: CFPOP/CFX_POP3

2005-04-03 Thread Rick Eidson
-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

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

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

RE: CFPOP/CFX_POP3

2005-04-02 Thread Rick Eidson
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

RE: CFPOP/CFX_POP3

2005-04-02 Thread Paul Vernon
. 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

Re: CFPOP - returned timestamps GRR!

2005-01-24 Thread Jon Austin
Adam, Point taken. But would why bother including a component which is flawed in two pretty fundamental ways? If this was a problem with an open source platform (say, PHP which by the way has several flawless POP3 implementations), I wouldn't be upset. I would politely request that it be fixed,

RE: CFPOP - returned timestamps GRR!

2005-01-24 Thread Paul Vernon
Jon, As you've already stated, you can't use CFX_POP3 so unless you can find a Java based replacement for CFPOP you aren't going to be able to do much to improve the state of your issues. Identifying the content-type of each attachment would mean extra functionality in CFPOP that just isn't

Re: CFPOP - returned timestamps GRR!

2005-01-24 Thread Jon Austin
Hi Paul, Thanks for your input. As you've already stated, you can't use CFX_POP3 so unless you can find a Java based replacement for CFPOP you aren't going to be able to do much to improve the state of your issues. Unfortunately, this is the case. Feel like writing a Java implementation? :)

Re: CFPOP - returned timestamps GRR!

2005-01-24 Thread Jon Austin
Hi Paul, Thanks for your input. As you've already stated, you can't use CFX_POP3 so unless you can find a Java based replacement for CFPOP you aren't going to be able to do much to improve the state of your issues. Unfortunately, this is the case. Feel like writing a Java implementation? :)

Re: CFPOP - returned timestamps GRR!

2005-01-24 Thread Jon Austin
Hi Paul, Thanks for your input. As you've already stated, you can't use CFX_POP3 so unless you can find a Java based replacement for CFPOP you aren't going to be able to do much to improve the state of your issues. Unfortunately, this is the case. Feel like writing a Java implementation? :)

RE: CFPOP - returned timestamps GRR!

2005-01-24 Thread Paul Vernon
Unfortunately, this is the case. Feel like writing a Java implementation? :) I'm sure there are plenty of public-domain POP classes out there already. Can you say no utf-7 support? With Sun not supporting unicode utf-7 it seems to me that it's a poor choice for writing any sort of e-mail

Re: CFPOP - returned timestamps GRR!

2005-01-24 Thread Adrocknaphobia
On Tue, 25 Jan 2005 09:15:10 +1000, Jon Austin [EMAIL PROTECTED] wrote: I understand; if they would compile and run on Linux, I would be using them in a flash. These MM bugs are seriously holding up our development. Sometimes your chosen platform cannot do what you think it should be able to

Re: CFPOP - returned timestamps GRR!

2005-01-23 Thread Jon Austin
Further to my CFPOP frustrations, does anyone know of a way to determine the MIME type of the attachments? This is a bug I need to close from awhile ago, and last time I looked at it, you can't. Regards, Jon On Mon, 24 Jan 2005 14:20:42 +1000, Jon Austin [EMAIL PROTECTED] wrote: Hi all,

Re: cfpop unicode handling

2005-01-21 Thread Paul Hastings
Paul Vernon wrote: I think that just about covers it except perhaps that sun will probably never fix this. ~| Find out how CFTicket can increase your company's customer support efficiency by 100%

Re: cfpop unicode handling

2005-01-20 Thread Jochem van Dieten
Russ wrote: I am using cfpop for some e-mail bounce handling functionality, and I'm getting the following error when trying to retrieve the body of the e-mail: An exception occurred while retrieving mail. The cause of this exception was: java.io.UnsupportedEncodingException:

RE: cfpop unicode handling

2005-01-20 Thread Paul Vernon
If you do search the archives you will probably find the following details... The utf-7 charset isn't supported by Sun and its JVM as it is regarded as a obsolete charset. It's been an outstanding 'issue' with the JVM for years... This isn't a CFMX problem, it's a Java problem. CFX_POP3 (if

RE: cfpop unicode handling

2005-01-20 Thread Russ
I searched the archives, but found only a handful of cfpop messages with none really mentioning Unicode specifically. Russ -Original Message- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: Thursday, January 20, 2005 6:25 PM To: CF-Talk Subject: Re: cfpop unicode handling

Re: CFPOP Parsing Question

2004-12-21 Thread Anthony Cooper
Hi Jamie, This is just a quick guess, I've never really used CFPOP... but as CFPOP returns a query, I'm sure you could do a Query of Queries on the result. http://livedocs.macromedia.com/coldfusion/6.1/htmldocs/ using_re.htm#wp1181595 For more info on QofQ Ant On 21 Dec 2004, at 14:53,

RE: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-09 Thread Paul Vernon
if i recall correctly unicode-1-1-utf-7 is obsolete Obsolete maybe, but still one of the most prevalent character set encodings for bounce messages :( MS mail servers produce mails encoded with this character set for instance... Overall about 70% of bounce messages I deal with are encoded with

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-09 Thread Raymond Camden
Unfortunately, afaik, you can't do anything. You can delete the message however. On Tue, 09 Nov 2004 01:02:47 -0500, Anders Green [EMAIL PROTECTED] wrote: Raymond Camden wrote: You can, however, get one msg at a time wrapped in cftry. And when it craps out, do what with the message? Still

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Allan Cliff - CFUG Spain
Try http://store.newmediadevelopment.net/cfdevelopment.cfm (CFX_POP) Windows only though. 8-(( If you are on Linux you are f*cked Allan - Original Message - From: Anders Green [EMAIL PROTECTED] To: CF-Talk [EMAIL PROTECTED] Sent: Monday, November 08, 2004 3:17 PM Subject: CFPOP fails

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
At 09:22 AM 11/8/2004, you wrote: Windows only though. 8-(( I apologize, I was telling myself to include this information but like an idiot got caught up in the cut'n'paste. System: Win2000 CFMX 6.1 I'll take a look at the CFX_pop. So is there a list of known limitations in CFPOP? Are there

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Raymond Camden
This is a bug with the underlying Java code, not really CF per se. Unfortunately, it means you simply cannot use CFPOP/GetAll. You can, however, get one msg at a time wrapped in cftry. On Mon, 08 Nov 2004 09:17:18 -0500, Anders Green [EMAIL PROTECTED] wrote: There I am, CFPOPing along, when

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Paul Hastings
Raymond Camden wrote: This is a bug with the underlying Java code, not really CF per se. Unfortunately, it means you simply cannot use CFPOP/GetAll. You can, however, get one msg at a time wrapped in cftry. if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much action from

Re: CFPOP fails on unicode-1-1-utf-7 ????

2004-11-08 Thread Anders Green
Raymond Camden wrote: You can, however, get one msg at a time wrapped in cftry. And when it craps out, do what with the message? Still can't read it. :( At 12:26 AM 11/9/2004, Paul Hastings wrote: if i recall correctly unicode-1-1-utf-7 is obsolete so don't expect much action from anybody on

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

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

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

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

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]

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

Re: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
I am still using v4.0 so... Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765 72737 Mobile: 07733450022 Fax.: (+44) (0) 24 765 727326 http://www2.warwick.ac.uk/services/cap/about/staff/lewis/

Re: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Yes its doing that.The problem is that 100 most recent setting.The last 100 changes as new mesages come in.Yes I know - UID and I guess I am stuffed without that. Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44)

RE: CFPOP 100 message limit

2004-07-10 Thread Paul Vernon
You could use CFX_POP3 which would give you UID functionality if your server supports it! http://www.web-architect.co.uk/downloads.cfm Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

RE: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Thanks.I will see if I can find out if it runs with v4.0. Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765 72737 Mobile: 07733450022 Fax.: (+44) (0) 24 765 727326

RE: CFPOP 100 message limit

2004-07-10 Thread Paul Vernon
Thanks.I will see if I can find out if it runs with v4.0. It should do, its a long time since I tested it with a 4.0 installation as I haven't run it in a while but the interface to CF hasn't changed from 3.1 onwards very much... just a couple of deprecated function calls which I have never

RE: CFPOP 100 message limit

2004-07-10 Thread Graham Lewis
Paul, Yesa trial copy would be good.I am just fiddling with an idea but if this solves it I can justify the momentous sum of £7.50!! Thanks Graham Graham Lewis Centre for Academic Practice University of Warwick University House Kirby Corner Road Coventry CV4 8UW UK Tel.: (+44) (0) 24 765

Re: CFPOP 100 message limit

2004-07-09 Thread Howie Hamlin
The mail server is probably limiting the mail to batches of 100.Also - if you want to keep things in synch you should use UID as this is guarnateed to be unique. HTH, - Original Message - From: Graham Lewis To: CF-Talk Sent: Friday, July 09, 2004 1:46 PM Subject: CFPOP 100 message

Re: CFPOP 100 message limit

2004-07-09 Thread Michael Dinowitz
This has to be something set by the mail server as CFPOP usually gets the first chronological message first. - Original Message - From: Graham Lewis [EMAIL PROTECTED] Date: Fri, 09 Jul 2004 18:46:20 +0100 Subject: CFPOP 100 message limit To: CF-Talk [EMAIL PROTECTED] I see that when I

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

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

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

RE: CFPOP streamlining

2004-06-21 Thread Kola Oyedeji
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

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

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

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 empty message body

2004-04-07 Thread Bryan Stevenson
Long ago in a galaxy far far away. I seem to recall one of my early web mail apps had NULLs for body fields when the mail was sent via Outlook. Now this was back around 98/99 so who knows if this would still hold truebut it was all about Outlook being non-standard HTH Cheers Bryan

Re: CFPOP empty message body

2004-04-07 Thread Scott Weikert
At 01:35 PM 4/7/2004, Matthew wrote: I have an application that collects emails sent to a POP3 mailbox and is designed to grab the HTML version of the message if available, and if not, get the text version. This generally works OK but every now and then, CFPOP returns a structure where the body,

RE: CFPOP error checking

2004-03-23 Thread Paul Vernon
There is no facility within the POP protocol to determine the unread messages in a mailbox. You have to physically keep a list of the message-ids or better still if your server supports them the UIDs that are stored against the mail and compare them against the message-ID or UIDs in the headers of

RE: CFPOP and bounced mail

2004-01-21 Thread Tyler Clendenin
I too have had this problem with cfpop as a result I have been forced to return to cfx_pop3.Perhaps Macromedia should learn something from the developer of this tag perhaps hire him to reform their current tag. I have one main question though.Why is there no feature in either the cfpop or

RE: CFPOP and bounced mail

2004-01-21 Thread Paul Vernon
There is in CFX_POP3 just set action to 'STAT' to give you the number of messages If you don't have the version that does it, its at http://www.web-architect.co.uk/downloads.cfm Paul [Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

RE: CFPOP and bounced mail

2004-01-21 Thread Tyler Clendenin
Oh wow thank you very much. This will be a big help. Tyler Clendenin GSL Solutions _ From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 11:34 AM To: CF-Talk Subject: RE: CFPOP and bounced mail There is in CFX_POP3 just set action to 'STAT' to give you

RE: CFPOP and bounced mail

2004-01-21 Thread Burns, John
Does the cfx_pop3 tag work on linux? John Burns -Original Message- From: Paul Vernon [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 21, 2004 11:34 AM To: CF-Talk Subject: RE: CFPOP and bounced mail There is in CFX_POP3 just set action to 'STAT' to give you the number of messages

  1   2   3   >