kmail Library API Documentation

kmfoldertype.h

00001 #ifndef KMFOLDERTYPE_H 00002 #define KMFOLDERTYPE_H 00003 00004 typedef enum 00005 { 00006 KMFolderTypeMbox = 0, 00007 KMFolderTypeMaildir, 00008 KMFolderTypeCachedImap, 00009 KMFolderTypeImap, 00010 KMFolderTypeSearch, 00011 KMFolderTypeUnknown 00012 } KMFolderType; 00013 00014 typedef enum 00015 { 00016 KMStandardDir = 0, 00017 KMImapDir, 00018 KMDImapDir, 00019 KMSearchDir 00020 } KMFolderDirType; 00021 00022 #endif // KMFOLDERTYPE_H
KDE Logo
This file is part of the documentation for kmail Library Version 3.2.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Jul 28 23:58:01 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003