kmail
protocols.h
Go to the documentation of this file.00001 // -*- mode: C++; c-file-style: "gnu" -*- 00033 #ifndef PROTOCOLS_H 00034 #define PROTOCOLS_H 00035 00036 #define IMAP_PROTOCOL "imap" 00037 #define IMAP_SSL_PROTOCOL "imaps" 00038 00039 #define POP_PROTOCOL "pop3" 00040 #define POP_SSL_PROTOCOL "pop3s" 00041 00042 #define SMTP_PROTOCOL "smtp" 00043 #define SMTPS_PROTOCOL "smtps" 00044 00045 #endif /* PROTOCOLS_H */