summaryrefslogtreecommitdiffstats
path: root/doc/kioslave/imap.docbook
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:02:02 -0600
commitde7e5867a65e0a46f1388e3e50bc7eeddd1aecbf (patch)
treedbb3152c372f8620f9290137d461f3d9f9eba1cb /doc/kioslave/imap.docbook
parent936d3cec490c13f2c5f7dd14f5e364fddaa6da71 (diff)
downloadtdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.tar.gz
tdebase-de7e5867a65e0a46f1388e3e50bc7eeddd1aecbf.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'doc/kioslave/imap.docbook')
-rw-r--r--doc/kioslave/imap.docbook31
1 files changed, 0 insertions, 31 deletions
diff --git a/doc/kioslave/imap.docbook b/doc/kioslave/imap.docbook
deleted file mode 100644
index e34c1e4e9..000000000
--- a/doc/kioslave/imap.docbook
+++ /dev/null
@@ -1,31 +0,0 @@
-<article lang="&language;" id="imap">
-<title>imap</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>
-
-</article>