Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Need help on CFX_POP3

Contributor ,
Mar 05, 2008 Mar 05, 2008
Hi All,

Does anybody have a sample of the syntax for filtering out certain emails (with rules) to another folder of a mail account (Inbox) in CFX_POP3?

Thanks in advance!
TOPICS
Getting started
368
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Apr 16, 2008 Apr 16, 2008
quote:

Originally posted by: AppDeveloper
Hi All,

Does anybody have a sample of the syntax for filtering out certain emails (with rules) to another folder of a mail account (Inbox) in CFX_POP3?

Thanks in advance!


The solution is CFX_IMAP4

Translate
Guest
Mar 05, 2008 Mar 05, 2008
example of CFX_pop3:
<cfx_pop3 server="10.1.1.1" username="MyUserName"
password="MyPassword" action="GETALL"
name="MyMailQuery" port="110" attachmentpath="C:\MyAttachments\"
delimiter="','" GENERATEUNIQUEFILENAMES ALWAYSCREATEQUERY>
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Apr 16, 2008 Apr 16, 2008
LATEST
quote:

Originally posted by: AppDeveloper
Hi All,

Does anybody have a sample of the syntax for filtering out certain emails (with rules) to another folder of a mail account (Inbox) in CFX_POP3?

Thanks in advance!


The solution is CFX_IMAP4

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources