1 <?xml version="1.0" encoding="utf-8"?>
2 <appendix id="ap_glossary">
3 <title>Glossary</title>
6 <varlistentry id="gt_account">
12 An account represents an identity within Claws Mail. As such only
13 one email address is associated with each account. However, the number
14 of accounts you can setup is unlimited.
18 <varlistentry id="gt_action_rules">
20 Action (filtering/processing rules)
24 An action is something that is performed on a message when it matches
25 the rule conditions. A typical action is moving the message to a
26 particular folder. See also <xref linkend="gt_condition_rules" />.
30 <varlistentry id="gt_actions">
36 Actions are user-defined commands that can be applied to a message, or
37 part of a message, using a special syntax. They are presented to the
38 user in a customisable menu.
42 <varlistentry id="gt_addressbook">
48 Storage for names, mail addresses and custom user attributes. Also
49 provides access to <xref linkend="gt_ldap" /> servers and <xref
50 linkend="gt_vcard" /> files.
54 <varlistentry id="gt_ascii">
56 <acronym>ASCII</acronym>
60 American Standard Code for Information Interchange. A standard <xref
61 linkend="gt_character_encoding" /> using 7 bit. It's defined as an
62 Internet standard in <ulink url="http://www.ietf.org/rfc/rfc20.txt"
67 <varlistentry id="gt_attachment">
73 Additional file(s) included with a mail message. Some attachments can
74 be displayed by Claws Mail, others require external programs.
75 <xref linkend="gt_plugins" /> can provide additional functions for
96 <varlistentry id="gt_character_encoding">
102 A map between written symbols, like letters and other symbols, and the
103 numbers used to represent them inside the computer. The most well-known
104 character encoding is probably <xref linkend="gt_ascii" />, but it has
105 been superseded by others, such as <xref linkend="gt_utf8" />.
109 <varlistentry id="gt_compose">
115 Create new a message text or a reply to a received mail in the Compose
120 <varlistentry id="gt_condition_rules">
122 Condition (filtering/processing rules)
126 The prerequisites that a mail message must fulfil in order for the
127 rule's action to be executed. See also <xref
128 linkend="gt_action_rules" />.
136 <varlistentry id="gt_digital_signature">
138 Digital signature (<acronym>GPG</acronym>)
142 A piece of data obtained from merging a message and a cryptographic key
143 which ensures message authorship, in a similar way that a hand-written
144 signature does in a document. This piece of data is sent with the m
145 essage so the recipient can verify its validity.
153 <varlistentry id="gt_encryption">
159 Scrambling a message with a cryptographic key so that only the
160 recipient and ownwer of the key password can unscramble it for reading.
168 <varlistentry id="gt_face">
174 A more modern implementation of the <xref linkend="gt_xface" />, it's a
175 coloured image (48x48 pixels) included in the message headers.
179 <varlistentry id="gt_filtering_rule">
185 A <xref linkend="gt_rule" /> applied to incoming messages. Filtering
186 rules can be also applied manually to the contents of any folder.
190 <varlistentry id="gt_folder">
196 A folder is the primary message container. Folders can be local or
197 remote, but they are managed in a uniform way by Claws Mail.
201 <varlistentry id="gt_forward">
207 To send a copy of a received mail to another recipient, optionally
208 adding your own message.
228 <varlistentry id="gt_headers">
234 Machine readable lines which form the first part of a mail message. The
235 purpose of headers varies; Typical headers are From and To which state
236 the sender and recipient of the message, others are used by the mail
237 system. Some headers are optional and are used to provide additional
238 information, such as <xref linkend="gt_xface" /> or <xref
239 linkend="gt_face" />.
243 <varlistentry id="gt_html">
245 <acronym>HTML</acronym>
249 Acronym for Hyper-Text Markup Language. It was the standard language to
250 encode web pages in the beginning of the <xref linkend="gt_www" />.
251 Some mail clients use this language to encode the textual body of mails
252 in order to craft special effects to text at the cost of multiplying
253 the message size several times. HTML mail is also widely used by
254 spammers to send <xref linkend="gt_spam" />.
262 <varlistentry id="gt_imap">
264 <acronym>IMAP4</acronym>
268 Internet Messaging Access Protocol (version 4). A protocol for
269 accessing email on a remote server from a local client. All messages
270 are stored in the remote server.
274 <varlistentry id="gt_immediate_execution">
280 When the <quote>Execute immediately when moving or deleting
281 messages</quote> option is used, operations
282 performed on messages, (like deletions or movements), are performed
283 immediately. If the option is turned off, all operations performed on
284 messages by the user are only carried out when the
285 <quote>Execute</quote> button is pressed.
289 <varlistentry id="gt_isp">
291 <acronym>ISP</acronym>
295 Internet Service Provider. A company which provides Internet access to
296 its customers. In the dialup access age these were the big telephony
297 companies, with the arrival of broadband access the number of companies
298 and types of services offered has grown exponentially.
330 <varlistentry id="gt_ldap">
332 <acronym>LDAP</acronym>
336 Lightweight Directory Access Protocol. A protocol for accessing
337 information directories such as organisations, individuals, phone
338 numbers, and addresses.
342 <varlistentry id="gt_ldif">
344 <acronym>LDIF</acronym>
348 LDAP Data Interchange Format. A text file format widely used for moving
349 data between <xref linkend="gt_ldap" /> servers and/or other programs.
353 <varlistentry id="gt_local_mbox_file">
359 A local mailbox spool file in <xref linkend="gt_mbox" /> format.
363 <varlistentry id="gt_log_window">
369 A special window which records protocol operations in detail that are
370 performed by Claws Mail. It's a useful tool for debugging.
378 <varlistentry id="gt_mailbox">
384 The root folder of the folder hierarchy.
388 <varlistentry id="gt_maildir">
394 A mailbox format in which all mail is kept in separate files.
395 Maildir++ is an extension to the maildir format.
399 <varlistentry id="gt_mailinglist">
405 Electronic mailing-lists are a special usage of email that allows for
406 widespread distribution of information to many Internet users. They
407 often take the form of discussion lists, like the Claws Mail users'
408 list, where a subscriber uses the mailing-list to send messages to all
409 the other subscribers, who may answer in similar fashion.
413 <varlistentry id="gt_mark_message">
419 A tag that can be set on a message by the user in order to draw
420 attention to the message. Marks are shown in the Mark column of the
425 <varlistentry id="gt_mbox">
431 A mailbox format in which all mail is concatenated and stored in a
432 single file. The mbox format supported by Claws Mail is
433 <literal>mboxrd</literal>.
437 <varlistentry id="gt_message">
443 A message is the basic piece of information handled by Claws Mail.
444 A message is usually an email message, which is stored in <xref
445 linkend="gt_mh" /> format on disk. Other kinds of messages (and storage
446 formats) can be handled through <xref linkend="gt_plugins" />.
450 <varlistentry id="gt_mh">
456 A mailbox format in which all mail is kept in separate files. This is
457 the default mailbox format used by Claws Mail.
461 <varlistentry id="gt_mime">
463 <acronym>MIME</acronym>
467 Multipurpose Internet Mail Extensions. Internet standards for
468 representing binary data in <xref linkend="gt_ascii" /> text format,
469 <xref linkend="gt_headers" /> encoding and <xref
470 linkend="gt_attachment" />s.
478 <varlistentry id="gt_nntp">
480 <acronym>NNTP</acronym>
484 Network News Transfer Protocol. The protocol used to post, distribute,
485 and retrieve <xref linkend="gt_usenet" /> messages, also called news
486 articles or simply news for short.
490 <varlistentry id="gt_newsgroups">
496 A set of hierarchical partitions of <xref linkend="gt_usenet" />
497 messages on a <xref linkend="gt_news_server" />. The <xref
498 linkend="gt_nntp" /> protocol allows the user to subscribe to one or
499 more newsgroups. New messages posted to the subscribed groups are
500 automatically downloaded on connection.
504 <varlistentry id="gt_news_server">
510 Server which provides access to <xref linkend="gt_usenet" /> messages
511 in <xref linkend="gt_newsgroups" /> through the <xref linkend="gt_nntp"
532 <varlistentry id="gt_pdf">
534 <acronym>PDF</acronym>
538 Portable Document Format. An open binary file format developed by Adobe
539 Systems to allow interchanging of printable documents between different
540 platforms. Inherits some features from <xref linkend="gt_postscript" />
541 but not being a language made it easier to process, especially on
546 <varlistentry id="gt_pgp_inline">
548 <acronym>PGP</acronym> Inline
552 Digital signing method which includes the signature data in the message
553 body. Currently deprecated in favour of <xref linkend="gt_pgp_mime" />.
557 <varlistentry id="gt_pgp_mime">
559 <acronym>PGP</acronym> <acronym>MIME</acronym>
563 Digital signing method which includes the signature data as a separate
564 <xref linkend="gt_mime" /> <xref linkend="gt_attachment" />.
568 <varlistentry id="gt_plugins">
574 External modules which can be loaded and used by Claws Mail to
575 extend its functionality. Technically speaking these modules are
576 shared libraries which can register one or several functions to be
577 called by Claws Mail when something
578 <emphasis>interesting</emphasis> is being done.
582 <varlistentry id="gt_pop3">
584 <acronym>POP3</acronym>
588 Post Office Protocol (version 3). A protocol for retrieving email from
589 a remote server. Messages can be automatically removed from server
594 <varlistentry id="gt_postscript">
596 <acronym>PostScript</acronym>
600 Page description language primarily used and understood by printing
601 devices to generate its output. Was developed by Adobe Systems and
602 is now a widely used standard in the printing industry. As it's a
603 fully featured interpreted language it requires some processing power
608 <varlistentry id="gt_privacy_gpg">
610 Privacy (<acronym>GPG</acronym>)
614 Privacy provides methods for both signing and encrypting mail messages
615 you send and also for verifying and decrypting signed and encrypted
616 messages that you receive.
620 <varlistentry id="gt_processing_rule">
626 A <xref linkend="gt_rule" /> or set of rules belonging to a folder
627 which are executed on entering the folder.
635 <varlistentry id="gt_queue">
641 Temporary storage for messages which are waiting to be sent, either
642 because they couldn't be sent due a network failure or because the
643 user requested them to be sent later.
647 <varlistentry id="gt_quick_search">
653 A powerful way to search for messages using almost any criteria that
658 <varlistentry id="gt_quotation">
664 When replying to a message the user will often include a quoted section
665 of that message to provide the context. The quoted section is shown by
666 the prepending of a common character, usually <quote>></quote>.
674 <varlistentry id="gt_recursive_quick_search">
676 Recursive (Quick Search)
680 A recursive <xref linkend="gt_quick_search" /> will also search in all
681 subfolders of the selected folder.
685 <varlistentry id="gt_redirect">
691 To send a copy of a received mail in its original form to another
696 <varlistentry id="gt_reply">
702 Answer to a received message. As verb also the act of answering a
707 <varlistentry id="gt_rot13">
713 Simple <emphasis>encryption</emphasis> method used since Romans age,
714 which uses an alphabet rotated thirteen positions to encode each
715 letter of the message. Used sometimes to hide funny messages on mails.
719 <varlistentry id="gt_rule">
725 Logical structure comprised of one or more conditions (see <xref
726 linkend="gt_condition_rules" />) and one or more associated actions
727 (see <xref linkend="gt_action_rules" />). Rules are used for filtering
736 <varlistentry id="gt_smtp">
738 <acronym>SMTP</acronym>
742 Simple Mail Transfer Protocol. A protocol for sending email to servers.
746 <varlistentry id="gt_smtp_server">
748 <acronym>SMTP</acronym> server
752 A server which receives mail messages from other hosts and/or sends
753 mail messages to other hosts using the <xref linkend="gt_smtp" />
758 <varlistentry id="gt_source_message">
764 The full text of a message as it is transmitted over the network. This
765 includes all headers, message body and encoded attachments if present.
769 <varlistentry id="gt_spam">
775 Junk mail, unsolicited commercial emails.
779 <varlistentry id="gt_spell_checking">
785 Automatic verification of spelling while typing or after composition
790 <varlistentry id="gt_ssl">
792 <acronym>SSL</acronym>
796 Secure Sockets Layer. A protocol used to encrypt and protect data sent
801 <varlistentry id="gt_ssl_certificate">
803 <acronym>SSL</acronym> certificate
807 A certificate installed on a secure server that is used for
812 <varlistentry id="gt_starttls">
818 STARTTLS (Start Transport Layer Security) is a command used to initiate
819 a secure connection between two servers using <xref linkend="gt_ssl" />.
823 <varlistentry id="gt_sticky_quick_search">
825 Sticky (Quick Search)
829 When the sticky option is set on <xref linkend="gt_quick_search" /> the
830 search terms are not cleared when changing folders.
834 <varlistentry id="gt_synchronisation">
836 Synchronisation (folder)
840 Making the contents of a local folder mirror those of an equivalent
841 remote folder in the associated mail server.
849 <varlistentry id="gt_tcp">
851 <acronym>TCP</acronym>
855 Transmission Control Protocol. The main protocol used in the Internet.
856 Allows media-independent reliable connections between two endpoints
857 and is supported by all modern Operating Systems in use.
861 <varlistentry id="gt_themes">
867 Image sets for changing the appearance of buttons, folders and other
868 graphical elements of Claws Mail.
872 <varlistentry id="gt_thread">
878 A set of messages loosely relating to each other.
882 <varlistentry id="gt_toolbars">
888 Sets of buttons arranged horizontally which provide access to all
889 commonly used functions. Toolbars in Claws Mail can be customised.
897 <varlistentry id="gt_uidl">
899 <acronym>UIDL</acronym>
903 Unique IDentification Listing. A <xref linkend="gt_pop3" /> command
904 which allows single message handling by asigning a unique identifier
909 <varlistentry id="gt_url">
915 Uniform Resource Locator. A naming scheme for objects (usually files)
916 in a multi-protocol networked environment like current Internet.
917 For example, this is the one of the Claws Mail home page:
918 <literal>http://www.claws-mail.org</literal>.
922 <varlistentry id="gt_usenet">
928 User's Network. A bulletin board system of discussion groups, often
929 called <xref linkend="gt_newsgroups" />.
933 <varlistentry id="gt_utf8">
935 <acronym>UTF-8</acronym>
939 8-bit Unicode Transformation Format. A variable length character
940 encoding capable of representing any universal character. An Internet
941 standard defined in <ulink url="http://www.ietf.org/rfc/rfc3629.txt"
950 <varlistentry id="gt_vcard">
956 File format standard for Personal Data Interchange, it can hold
957 information such as address, phone numbers, etc., much like the
958 information usually found in a business card. They are commonly found
959 attached to mail messages.
967 <varlistentry id="gt_wrapping">
973 Restructuring of the message text based on a user-defined maximum
974 number of characters per line. Wrapping ensures that paragraphs are
975 justified, which means that they are aligned to the left and right
980 <varlistentry id="gt_www">
982 <acronym>WWW</acronym>
986 World Wide Web, the hyperlinked network of web pages across the
995 <varlistentry id="gt_xface">
1001 Specially coded black and white image (48x48 pixels) included in the
1002 message headers. Capable mailers like Claws Mail and others can
1003 decode and show it alongside the message text. Although they are not
1004 unique, they can help to quickly identify the message sender. See also
1005 <xref linkend="gt_face" />.
1013 <varlistentry id="">
1025 <varlistentry id="">