From 9c922a4ae52d0b67ee4552d5e6c3aee8d6f71195 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 6 Feb 2014 18:02:20 -0600 Subject: Reorganize tdeioslave help handbooks, fix related protocol files and issues, update and add handbooks. --- .../docs/tdebase/tdeioslave/imap/CMakeLists.txt | 6 +++++ .../docs/tdebase/tdeioslave/imap/Makefile.am | 4 ++++ .../docs/tdebase/tdeioslave/imap/index.docbook | 26 ++++++++++++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/CMakeLists.txt create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/Makefile.am create mode 100644 tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/index.docbook (limited to 'tde-i18n-en_GB/docs/tdebase/tdeioslave/imap') diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/CMakeLists.txt b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/CMakeLists.txt new file mode 100644 index 00000000000..fe1ed3e5f0b --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/CMakeLists.txt @@ -0,0 +1,6 @@ +# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer + +tde_create_handbook( + DESTINATION tdeioslave/imap + LANG en_GB +) diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/Makefile.am b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/Makefile.am new file mode 100644 index 00000000000..6d95853005a --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/Makefile.am @@ -0,0 +1,4 @@ +KDE_LANG = en_GB +SUBDIRS = $(AUTODIRS) +KDE_DOCS = tdeioslave/imap +KDE_MANS = AUTO diff --git a/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/index.docbook b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/index.docbook new file mode 100644 index 00000000000..43c5b04f1e1 --- /dev/null +++ b/tde-i18n-en_GB/docs/tdebase/tdeioslave/imap/index.docbook @@ -0,0 +1,26 @@ + + + +]> + +
+imap + + +&Michael.Haeckel; &Michael.Haeckel.mail; +MalcolmHunter
malcolm.hunter@gmx.co.uk
Conversion to British English
+
+ +2001-08-07 + + +
+ +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. + +This plugin is currently mainly used by KMail, but you can also use it in any other KDE application that uses tdeioslave plugins. + +For example in &konqueror;, simply type imap://username@your.mail.server/ 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 RFC 2192. + +
-- cgit v1.2.1