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

CFIMAP queries

New Here ,
Jan 26, 2010 Jan 26, 2010

I am trying to implement an automated e-mail reader using IMAP.  Is there anyway to run IMAP queries using the cfimap tag?  I want to filter read/unread messages and messages by a certain size before even downloading the messages.  I don't even want to run the GetHeadersOnly option as that seems to be slow when you start getting large amounts of messages.

I am also trying to avoid avoid using 3rd party tags like cfx_imap4 and using the java subsystem directly.

Thanks!

TOPICS
Advanced techniques
514
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
LEGEND ,
Jan 29, 2010 Jan 29, 2010
LATEST

Getting the headers is the minimum amount you can, I'm afraid.  But you need to do that anyhow, because it's the header that's got the information you say you need for your requirement...

--

Adam

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