Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. IMAP class

IMAP class

Scheduled Pinned Locked Moved C / C++ / MFC
c++sysadminquestion
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    Steve Schaneville
    wrote on last edited by
    #1

    I've found several C++ classes that do POP3 and SMTP communication, but I've not found anything for IMAP communication. I want to write a little program that can act as an IMAP client and grab the count of new messages waiting in an account on an IMAP server. Anyone know of a class out there that handles IMAP client-side communication? ~ Steve

    J 1 Reply Last reply
    0
    • S Steve Schaneville

      I've found several C++ classes that do POP3 and SMTP communication, but I've not found anything for IMAP communication. I want to write a little program that can act as an IMAP client and grab the count of new messages waiting in an account on an IMAP server. Anyone know of a class out there that handles IMAP client-side communication? ~ Steve

      J Offline
      J Offline
      Jon Hulatt
      wrote on last edited by
      #2

      If getting a message count is all you want to do, you'd be as well to just use CSocket or CAsyncSocket and implement the IMAP4 yourself. Search for an RFC for IMAP; you'll see its pretty simple. Sorry to dissapoint you all with my lack of a witty or poignant signature.

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups