Code Search for Developers
 
 
  

middleware.h from AlphaMail at Krugle


Show middleware.h syntax highlighted

#ifndef MIDDLEWARE_H
#define MIDDLEWARE_H
#ifdef CWDEBUG
#include "sys.h"
#include "debug.h"
#endif

#include <RequestProcessor.h>
#include <CacheManager.h>
#include <ThreadCleanup.h>

#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