Jul
17
ColdFusion 9 cfpop problem with messagenumber
I was working on CFMoBlog testing it on ColdFusion 9 today and noticed my messages were not being deleted after the system posted them. I used "messagenumber" to identify which message I was working on and all of them are set to zero in CF 9. I checked on my CF 8 server and all had a different number. I updated the code to use the UID and all was resolved. If your using messagenumber like I was just update it to UID.

 
3 Comments [add comment]
Sounds similar ot this: http://cfbugs.adobe.com/cfbugreport/flexbugui/cfbugtracker/main.html#bugId=78653

-- Adam

Adam Cameron - Sunday, July 19, 2009
Sure does, the only reason I liked messagenumber is UID depending on the configuration you could have special characters that would mess up your deleting and other functions.

John Ramon - Sunday, July 19, 2009
I found your site in a search. Hoping you might be able to shed some light for me on a problem I am having with the uid CF8. My uids all have commas in them so the do not work for deleting or getting info for a specific message. Here are some examples: 1242171504.5738.mail16,S=7799 1256158656.31258.mail41,S=4187 1256160932.4879.mail4,S=5539

Is this a mail server problem? Anyway way to work around this?

Thanks for any tips/suggestions.

Cheryl Novalis-Marine - Thursday, October 22, 2009