Code Search for Developers
 
 
  

IMAPParserFactory.h from AlphaMail at Krugle


Show IMAPParserFactory.h syntax highlighted

#ifndef IMAPPARSERFACTORY
#define IMAPPARSERFACTORY

#ifdef CWDEBUG
#include "sys.h"
#include "debug.h"
#endif

#include <IMAPParser.h>

/**
 * This was added in order to isolate the code from the actual parser
 * implementation. It may be removed in future versions.
 */
namespace IMAP
{
   class IMAPParserFactory
   {
      public:
         static IMAPParser *makeParser();
      private:
         IMAPParserFactory() {} // Singleton
   };
};

#endif




See more files for this project here

AlphaMail

AlphaMail is an accelerated web mail interface with a C++ middleware layer that is more effective than an IMAP proxy which is a highly scalable (10k+ users). The interface includes modern features, Section 508 compliance, and universal browser support.

Project homepage: http://sourceforge.net/projects/alphamail
Programming language(s): C++,Java,JavaScript,Perl
License: other

  CacheManager.h
  IMAPFolder.h
  IMAPParser.h
  IMAPParserFactory.h
  IMAPRegexParser.h
  IMAPTypes.h
  MessageAttributes.h
  RequestProcessor.h
  Runnable.h
  ThreadCleanup.h
  imap_debug.h
  middleware.h