|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
CFPop Question..
If I'm grabbing multiple emails from a pop3 account, how can I determine which image/attachement goes with which email that was downloaded. All I can see with attachements and attachmentfiles is a list that was hit in that round of pop3 action, it gives me no clue as to which email it was associated with. My goal is to take this email and forward on to multiple others, a simple (not so), mailing list.
I grab all my messages here: <cfpop server = "#getSettings.popMailServer#" username = "#getSettings.listUsername#" password = "#getSettings.listPassword#" action = "getALL" name = "listMessage" attachmentPath = "#getSettings.attachmentPath#" generateUniqueFilenames = "Yes" > I then loop through it fully forwarding on each message it received, based on whether the person sending actually has permission to send to the list. Only issue is stated above. If 10 people send in at the same time, I can't determine what attachment goes to what email.... Any help would be appreciated, thanks a mil. |
|
#2
|
|||
|
|||
|
I kind of got around it. Just did a cfpop with headers only, got a record count of what was there, then did an index'd loop, where I pulled the first message each time, handled it how I wanted, deleted it, then parsed the next one, until I got to the end of the record count. If ya have better idea's that won't lead to so much over head, I'm all ears
![]() |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > CFPop Question.. |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|