Use kio_newimap instead of kio_imap.

If you get "protocol newimap unknown", update and install kdepim/kioslaves.

svn path=/trunk/kdepim/; revision=302880
wilder-work
David Faure 22 years ago
parent d2cf0a61d4
commit 423f5c7217
  1. 4
      protocols.h

@ -33,8 +33,8 @@
#ifndef PROTOCOLS_H
#define PROTOCOLS_H
#define IMAP_PROTOCOL "imap"
#define IMAP_SSL_PROTOCOL "imaps"
#define IMAP_PROTOCOL "newimap"
#define IMAP_SSL_PROTOCOL "newimaps"
#define POP_PROTOCOL "pop3"
#define POP_SSL_PROTOCOL "pop3s"

Loading…
Cancel
Save