[kde-doc-english] [kdepimlibs] kioslave/docs: Remove doc from imap (kioslave imap doesn't exist from age)

Montel Laurent montel at kde.org
Sat Apr 2 17:29:41 UTC 2016


Git commit 6de5d22a4dae8a0aece98c6b4db236d2406d40d5 by Montel Laurent.
Committed on 02/04/2016 at 17:29.
Pushed by mlaurent into branch 'master'.

Remove doc from imap (kioslave imap doesn't exist from age)

M  +0    -1    kioslave/docs/CMakeLists.txt
D  +0    -3    kioslave/docs/imap/CMakeLists.txt
D  +0    -40   kioslave/docs/imap/index.docbook

http://commits.kde.org/kdepimlibs/6de5d22a4dae8a0aece98c6b4db236d2406d40d5

diff --git a/kioslave/docs/CMakeLists.txt b/kioslave/docs/CMakeLists.txt
index e61902c..987626e 100644
--- a/kioslave/docs/CMakeLists.txt
+++ b/kioslave/docs/CMakeLists.txt
@@ -1,4 +1,3 @@
-add_subdirectory(imap)
 add_subdirectory(ldap)
 add_subdirectory(pop3)
 add_subdirectory(smtp)
diff --git a/kioslave/docs/imap/CMakeLists.txt b/kioslave/docs/imap/CMakeLists.txt
deleted file mode 100644
index ccad3f5..0000000
--- a/kioslave/docs/imap/CMakeLists.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-########### install files ###############
-kdoctools_create_handbook(index.docbook INSTALL_DESTINATION ${KDE_INSTALL_DOCBUNDLEDIR}/en SUBDIR kioslave5/imap)
-
diff --git a/kioslave/docs/imap/index.docbook b/kioslave/docs/imap/index.docbook
deleted file mode 100644
index a36a0b2..0000000
--- a/kioslave/docs/imap/index.docbook
+++ /dev/null
@@ -1,40 +0,0 @@
-<?xml version="1.0" ?>
-<!DOCTYPE article PUBLIC "-//KDE//DTD DocBook XML V4.5-Based Variant V1.1//EN"
-"dtd/kdedbx45.dtd" [
-<!ENTITY % addindex "IGNORE">
-<!ENTITY % English "INCLUDE" > <!-- change language only here -->
-]>
-	
-<article lang="&language;" id="imap">
-<title>imap / imaps</title>
-<articleinfo>
-<authorgroup>
-<author>&Michael.Haeckel; &Michael.Haeckel.mail;</author>
-<!-- TRANS:ROLES_OF_TRANSLATORS -->
-</authorgroup>
- 
-<date>2001-08-07</date>
-
- 
-</articleinfo>
-
-<para>The IMAP4rev1 protocol (Internet Message Access Protocol) allows
-access to messages in mail folders on a server. Unlike POP3, which is designed
-to download the mails and delete them from the server, the purpose of IMAP is
-to store all mails on the server to be able to access these mails from
-everywhere. Messages can be stored on the server, retrieved from there or
-moved between folders.</para>
-
-<para>This plugin is currently mainly used by KMail, but you can also use it
-in any other KDE application that uses kioslave plugins.</para>
-
-<para>For example in &konqueror;, simply type
-<userinput>imap://username@your.mail.server/</userinput> to get your IMAP
-folders listed. You can then deal with the folders and mails like with folders
-and files on a local file system.
-IMAP URLs are defined in <ulink url="http://www.ietf.org/rfc/rfc2192.txt?number=2192">RFC 2192</ulink>.
-</para>
-
-<para>IMAPS is the IMAP protocol encrypted via SSL.</para>
-
-</article>


More information about the kde-doc-english mailing list