kmail

protocols.h
1 
32 #ifndef PROTOCOLS_H
33 #define PROTOCOLS_H
34 
35 #define IMAP_PROTOCOL "imap"
36 #define IMAP_SSL_PROTOCOL "imaps"
37 
38 #define POP_PROTOCOL "pop3"
39 #define POP_SSL_PROTOCOL "pop3s"
40 
41 #define SMTP_PROTOCOL "smtp"
42 #define SMTPS_PROTOCOL "smtps"
43 
44 #endif /* PROTOCOLS_H */