Skip to main content
Inspiring
March 5, 2008
Answered

CFPOP Tag

  • March 5, 2008
  • 3 replies
  • 625 views
Hi,

Using the CFPOP tag, is there a way to move a specified email to another email folder? I'd like to MOVE it to another folder instead of the "DELETE" it.

How do I do that?

Thanks in advance.
This topic has been closed for replies.
Correct answer AppDeveloper-Sp9Jq0
My interim solution (for now) is to create a RULE in my Inbox.

Rule Condition: Any email message coming into this Inbox with a Subject line containing " - Move message to #specified folder#" will automatically be moved to the "#specified folder#".

If there are other possible/better solutions, please share.

3 replies

AppDeveloper-Sp9Jq0AuthorCorrect answer
Inspiring
March 7, 2008
My interim solution (for now) is to create a RULE in my Inbox.

Rule Condition: Any email message coming into this Inbox with a Subject line containing " - Move message to #specified folder#" will automatically be moved to the "#specified folder#".

If there are other possible/better solutions, please share.
tclaremont
Inspiring
March 6, 2008
I think he is asking how to move the emails from his inbox to a different folder within the email application, like his personal folders, rather than a folder within his operating system.
Inspiring
March 7, 2008
Thank you very much for the clarification, tclaremont.
Inspiring
March 6, 2008
check out cffile that should do it