glossary.xml 26 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <appendix id="ap_glossary">
  3. <title>Glossary</title>
  4. <variablelist>
  5. <title>A</title>
  6. <varlistentry id="gt_account">
  7. <term>
  8. Account
  9. </term>
  10. <listitem>
  11. <para>
  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.
  15. </para>
  16. </listitem>
  17. </varlistentry>
  18. <varlistentry id="gt_action_rules">
  19. <term>
  20. Action (filtering/processing rules)
  21. </term>
  22. <listitem>
  23. <para>
  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" />.
  27. </para>
  28. </listitem>
  29. </varlistentry>
  30. <varlistentry id="gt_actions">
  31. <term>
  32. Actions
  33. </term>
  34. <listitem>
  35. <para>
  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.
  39. </para>
  40. </listitem>
  41. </varlistentry>
  42. <varlistentry id="gt_addressbook">
  43. <term>
  44. Address book
  45. </term>
  46. <listitem>
  47. <para>
  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.
  51. </para>
  52. </listitem>
  53. </varlistentry>
  54. <varlistentry id="gt_ascii">
  55. <term>
  56. <acronym>ASCII</acronym>
  57. </term>
  58. <listitem>
  59. <para>
  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"
  63. >RFC 20</ulink>.
  64. </para>
  65. </listitem>
  66. </varlistentry>
  67. <varlistentry id="gt_attachment">
  68. <term>
  69. Attachment
  70. </term>
  71. <listitem>
  72. <para>
  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
  76. attachments.
  77. </para>
  78. </listitem>
  79. </varlistentry>
  80. </variablelist>
  81. <!--
  82. <variablelist>
  83. <title>B</title>
  84. <varlistentry id="">
  85. <term>
  86. </term>
  87. <listitem>
  88. <para>
  89. </para>
  90. </listitem>
  91. </varlistentry>
  92. </variablelist>
  93. -->
  94. <variablelist>
  95. <title>C</title>
  96. <varlistentry id="gt_character_encoding">
  97. <term>
  98. Character encoding
  99. </term>
  100. <listitem>
  101. <para>
  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" />.
  106. </para>
  107. </listitem>
  108. </varlistentry>
  109. <varlistentry id="gt_compose">
  110. <term>
  111. Compose
  112. </term>
  113. <listitem>
  114. <para>
  115. Create new a message text or a reply to a received mail in the Compose
  116. window.
  117. </para>
  118. </listitem>
  119. </varlistentry>
  120. <varlistentry id="gt_condition_rules">
  121. <term>
  122. Condition (filtering/processing rules)
  123. </term>
  124. <listitem>
  125. <para>
  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" />.
  129. </para>
  130. </listitem>
  131. </varlistentry>
  132. </variablelist>
  133. <variablelist>
  134. <title>D</title>
  135. <varlistentry id="gt_digital_signature">
  136. <term>
  137. Digital signature (<acronym>GPG</acronym>)
  138. </term>
  139. <listitem>
  140. <para>
  141. A piece of data obtained from merging a message and a cryptographic key
  142. which ensures message authorship, in a similar way that a hand-written
  143. signature does in a document. This piece of data is sent with the m
  144. essage so the recipient can verify its validity.
  145. </para>
  146. </listitem>
  147. </varlistentry>
  148. </variablelist>
  149. <variablelist>
  150. <title>E</title>
  151. <varlistentry id="gt_encryption">
  152. <term>
  153. Encryption (GPG)
  154. </term>
  155. <listitem>
  156. <para>
  157. Scrambling a message with a cryptographic key so that only the
  158. recipient and ownwer of the key password can unscramble it for reading.
  159. </para>
  160. </listitem>
  161. </varlistentry>
  162. </variablelist>
  163. <variablelist>
  164. <title>F</title>
  165. <varlistentry id="gt_face">
  166. <term>
  167. Face
  168. </term>
  169. <listitem>
  170. <para>
  171. A more modern implementation of the <xref linkend="gt_xface" />, it's a
  172. coloured image (48x48 pixels) included in the message headers.
  173. </para>
  174. </listitem>
  175. </varlistentry>
  176. <varlistentry id="gt_filtering_rule">
  177. <term>
  178. Filtering rule
  179. </term>
  180. <listitem>
  181. <para>
  182. A <xref linkend="gt_rule" /> applied to incoming messages. Filtering
  183. rules can be also applied manually to the contents of any folder.
  184. </para>
  185. </listitem>
  186. </varlistentry>
  187. <varlistentry id="gt_folder">
  188. <term>
  189. Folder
  190. </term>
  191. <listitem>
  192. <para>
  193. A folder is the primary message container. Folders can be local or
  194. remote, but they are managed in a uniform way by Claws Mail.
  195. </para>
  196. </listitem>
  197. </varlistentry>
  198. <varlistentry id="gt_forward">
  199. <term>
  200. Forward
  201. </term>
  202. <listitem>
  203. <para>
  204. To send a copy of a received mail to another recipient, optionally
  205. adding your own message.
  206. </para>
  207. </listitem>
  208. </varlistentry>
  209. </variablelist>
  210. <!--
  211. <variablelist>
  212. <title>G</title>
  213. <varlistentry>
  214. <term>
  215. </term>
  216. <listitem>
  217. <para>
  218. </para>
  219. </listitem>
  220. </varlistentry>
  221. </variablelist>
  222. -->
  223. <variablelist>
  224. <title>H</title>
  225. <varlistentry id="gt_headers">
  226. <term>
  227. Headers
  228. </term>
  229. <listitem>
  230. <para>
  231. Machine readable lines which form the first part of a mail message. The
  232. purpose of headers varies; Typical headers are From and To which state
  233. the sender and recipient of the message, others are used by the mail
  234. system. Some headers are optional and are used to provide additional
  235. information, such as <xref linkend="gt_xface" /> or <xref
  236. linkend="gt_face" />.
  237. </para>
  238. </listitem>
  239. </varlistentry>
  240. <varlistentry id="gt_html">
  241. <term>
  242. <acronym>HTML</acronym>
  243. </term>
  244. <listitem>
  245. <para>
  246. Acronym for Hyper-Text Markup Language. It was the standard language to
  247. encode web pages in the beginning of the <xref linkend="gt_www" />.
  248. Some mail clients use this language to encode the textual body of mails
  249. in order to craft special effects to text at the cost of multiplying
  250. the message size several times. HTML mail is also widely used by
  251. spammers to send <xref linkend="gt_spam" />.
  252. </para>
  253. </listitem>
  254. </varlistentry>
  255. </variablelist>
  256. <variablelist>
  257. <title>I</title>
  258. <varlistentry id="gt_imap">
  259. <term>
  260. <acronym>IMAP4</acronym>
  261. </term>
  262. <listitem>
  263. <para>
  264. Internet Messaging Access Protocol (version 4). A protocol for
  265. accessing email on a remote server from a local client. All messages
  266. are stored in the remote server.
  267. </para>
  268. </listitem>
  269. </varlistentry>
  270. <varlistentry id="gt_immediate_execution">
  271. <term>
  272. Immediate execution
  273. </term>
  274. <listitem>
  275. <para>
  276. When the <quote>Execute immediately when moving or deleting
  277. messages</quote> option is used, operations
  278. performed on messages, (like deletions or movements), are performed
  279. immediately. If the option is turned off, all operations performed on
  280. messages by the user are only carried out when the
  281. <quote>Execute</quote> button is pressed.
  282. </para>
  283. </listitem>
  284. </varlistentry>
  285. <varlistentry id="gt_isp">
  286. <term>
  287. <acronym>ISP</acronym>
  288. </term>
  289. <listitem>
  290. <para>
  291. Internet Service Provider. A company which provides Internet access to
  292. its customers. In the dialup access age these were the big telephony
  293. companies, with the arrival of broadband access the number of companies
  294. and types of services offered has grown exponentially.
  295. </para>
  296. </listitem>
  297. </varlistentry>
  298. </variablelist>
  299. <!--
  300. <variablelist>
  301. <title>J</title>
  302. <varlistentry id="">
  303. <term>
  304. </term>
  305. <listitem>
  306. <para>
  307. </para>
  308. </listitem>
  309. </varlistentry>
  310. </variablelist>
  311. <variablelist>
  312. <title>K</title>
  313. <varlistentry id="">
  314. <term>
  315. </term>
  316. <listitem>
  317. <para>
  318. </para>
  319. </listitem>
  320. </varlistentry>
  321. </variablelist>
  322. -->
  323. <variablelist>
  324. <title>L</title>
  325. <varlistentry id="gt_ldap">
  326. <term>
  327. <acronym>LDAP</acronym>
  328. </term>
  329. <listitem>
  330. <para>
  331. Lightweight Directory Access Protocol. A protocol for accessing
  332. information directories such as organisations, individuals, phone
  333. numbers, and addresses.
  334. </para>
  335. </listitem>
  336. </varlistentry>
  337. <varlistentry id="gt_ldif">
  338. <term>
  339. <acronym>LDIF</acronym>
  340. </term>
  341. <listitem>
  342. <para>
  343. LDAP Data Interchange Format. A text file format widely used for moving
  344. data between <xref linkend="gt_ldap" /> servers and/or other programs.
  345. </para>
  346. </listitem>
  347. </varlistentry>
  348. <varlistentry id="gt_local_mbox_file">
  349. <term>
  350. Local mbox file
  351. </term>
  352. <listitem>
  353. <para>
  354. A local mailbox spool file in <xref linkend="gt_mbox" /> format.
  355. </para>
  356. </listitem>
  357. </varlistentry>
  358. <varlistentry id="gt_log_window">
  359. <term>
  360. Log window
  361. </term>
  362. <listitem>
  363. <para>
  364. A special window which records protocol operations in detail that are
  365. performed by Claws Mail. It's a useful tool for debugging.
  366. </para>
  367. </listitem>
  368. </varlistentry>
  369. </variablelist>
  370. <variablelist>
  371. <title>M</title>
  372. <varlistentry id="gt_mailbox">
  373. <term>
  374. Mailbox
  375. </term>
  376. <listitem>
  377. <para>
  378. The root folder of the folder hierarchy.
  379. </para>
  380. </listitem>
  381. </varlistentry>
  382. <varlistentry id="gt_maildir">
  383. <term>
  384. Maildir
  385. </term>
  386. <listitem>
  387. <para>
  388. A mailbox format in which all mail is kept in separate files.
  389. Maildir++ is an extension to the maildir format.
  390. </para>
  391. </listitem>
  392. </varlistentry>
  393. <varlistentry id="gt_mailinglist">
  394. <term>
  395. Mailing-List
  396. </term>
  397. <listitem>
  398. <para>
  399. Electronic mailing-lists are a special usage of email that allows for
  400. widespread distribution of information to many Internet users. They
  401. often take the form of discussion lists, like the Claws Mail users'
  402. list, where a subscriber uses the mailing-list to send messages to all
  403. the other subscribers, who may answer in similar fashion.
  404. </para>
  405. </listitem>
  406. </varlistentry>
  407. <varlistentry id="gt_mark_message">
  408. <term>
  409. Mark (message)
  410. </term>
  411. <listitem>
  412. <para>
  413. An arbitrary indicator that can be set on a message by the user in
  414. order to draw attention to the message. Marks are shown in the Mark
  415. column of the Message List.
  416. </para>
  417. </listitem>
  418. </varlistentry>
  419. <varlistentry id="gt_mbox">
  420. <term>
  421. MBox
  422. </term>
  423. <listitem>
  424. <para>
  425. A mailbox format in which all mail is concatenated and stored in a
  426. single file. The mbox format supported by Claws Mail is
  427. <literal>mboxrd</literal>.
  428. </para>
  429. </listitem>
  430. </varlistentry>
  431. <varlistentry id="gt_message">
  432. <term>
  433. Message
  434. </term>
  435. <listitem>
  436. <para>
  437. A message is the basic piece of information handled by Claws Mail.
  438. A message is usually an email message, which is stored in <xref
  439. linkend="gt_mh" /> format on disk. Other kinds of messages (and storage
  440. formats) can be handled through <xref linkend="gt_plugins" />.
  441. </para>
  442. </listitem>
  443. </varlistentry>
  444. <varlistentry id="gt_mh">
  445. <term>
  446. MH
  447. </term>
  448. <listitem>
  449. <para>
  450. A mailbox format in which all mail is kept in separate files. This is
  451. the default mailbox format used by Claws Mail.
  452. </para>
  453. </listitem>
  454. </varlistentry>
  455. <varlistentry id="gt_mime">
  456. <term>
  457. <acronym>MIME</acronym>
  458. </term>
  459. <listitem>
  460. <para>
  461. Multipurpose Internet Mail Extensions. Internet standards for
  462. representing binary data in <xref linkend="gt_ascii" /> text format,
  463. <xref linkend="gt_headers" /> encoding and <xref
  464. linkend="gt_attachment" />s.
  465. </para>
  466. </listitem>
  467. </varlistentry>
  468. </variablelist>
  469. <variablelist>
  470. <title>N</title>
  471. <varlistentry id="gt_nntp">
  472. <term>
  473. <acronym>NNTP</acronym>
  474. </term>
  475. <listitem>
  476. <para>
  477. Network News Transfer Protocol. The protocol used to post, distribute,
  478. and retrieve <xref linkend="gt_usenet" /> messages, also called news
  479. articles or simply news for short.
  480. </para>
  481. </listitem>
  482. </varlistentry>
  483. <varlistentry id="gt_newsgroups">
  484. <term>
  485. Newsgroups
  486. </term>
  487. <listitem>
  488. <para>
  489. A set of hierarchical partitions of <xref linkend="gt_usenet" />
  490. messages on a <xref linkend="gt_news_server" />. The <xref
  491. linkend="gt_nntp" /> protocol allows the user to subscribe to one or
  492. more newsgroups. New messages posted to the subscribed groups are
  493. automatically downloaded on connection.
  494. </para>
  495. </listitem>
  496. </varlistentry>
  497. <varlistentry id="gt_news_server">
  498. <term>
  499. News server
  500. </term>
  501. <listitem>
  502. <para>
  503. Server which provides access to <xref linkend="gt_usenet" /> messages
  504. in <xref linkend="gt_newsgroups" /> through the <xref linkend="gt_nntp"
  505. /> protocol.
  506. </para>
  507. </listitem>
  508. </varlistentry>
  509. </variablelist>
  510. <!--
  511. <variablelist>
  512. <title>O</title>
  513. <varlistentry id="">
  514. <term>
  515. </term>
  516. <listitem>
  517. <para>
  518. </para>
  519. </listitem>
  520. </varlistentry>
  521. </variablelist>
  522. -->
  523. <variablelist>
  524. <title>P</title>
  525. <varlistentry id="gt_pdf">
  526. <term>
  527. <acronym>PDF</acronym>
  528. </term>
  529. <listitem>
  530. <para>
  531. Portable Document Format. An open binary file format developed by Adobe
  532. Systems to allow interchanging of printable documents between different
  533. platforms. Inherits some features from <xref linkend="gt_postscript" />
  534. but not being a language made it easier to process, especially on
  535. desktop computers.
  536. </para>
  537. </listitem>
  538. </varlistentry>
  539. <varlistentry id="gt_pgp_inline">
  540. <term>
  541. <acronym>PGP</acronym> Inline
  542. </term>
  543. <listitem>
  544. <para>
  545. Digital signing method which includes the signature data in the message
  546. body. Currently deprecated in favour of <xref linkend="gt_pgp_mime" />.
  547. </para>
  548. </listitem>
  549. </varlistentry>
  550. <varlistentry id="gt_pgp_mime">
  551. <term>
  552. <acronym>PGP</acronym> <acronym>MIME</acronym>
  553. </term>
  554. <listitem>
  555. <para>
  556. Digital signing method which includes the signature data as a separate
  557. <xref linkend="gt_mime" /> <xref linkend="gt_attachment" />.
  558. </para>
  559. </listitem>
  560. </varlistentry>
  561. <varlistentry id="gt_plugins">
  562. <term>
  563. Plugins
  564. </term>
  565. <listitem>
  566. <para>
  567. External modules which can be loaded and used by Claws Mail to
  568. extend its functionality. Technically speaking these modules are
  569. shared libraries which can register one or several functions to be
  570. called by Claws Mail when something
  571. <emphasis>interesting</emphasis> is being done.
  572. </para>
  573. </listitem>
  574. </varlistentry>
  575. <varlistentry id="gt_pop3">
  576. <term>
  577. <acronym>POP3</acronym>
  578. </term>
  579. <listitem>
  580. <para>
  581. Post Office Protocol (version 3). A protocol for retrieving email from
  582. a remote server. Messages can be automatically removed from server
  583. after downloading.
  584. </para>
  585. </listitem>
  586. </varlistentry>
  587. <varlistentry id="gt_postscript">
  588. <term>
  589. <acronym>PostScript</acronym>
  590. </term>
  591. <listitem>
  592. <para>
  593. Page description language primarily used and understood by printing
  594. devices to generate its output. Was developed by Adobe Systems and
  595. is now a widely used standard in the printing industry. As it's a
  596. fully featured interpreted language it requires some processing power
  597. to deal with.
  598. </para>
  599. </listitem>
  600. </varlistentry>
  601. <varlistentry id="gt_privacy_gpg">
  602. <term>
  603. Privacy (<acronym>GPG</acronym>)
  604. </term>
  605. <listitem>
  606. <para>
  607. Privacy provides methods for both signing and encrypting mail messages
  608. you send and also for verifying and decrypting signed and encrypted
  609. messages that you receive.
  610. </para>
  611. </listitem>
  612. </varlistentry>
  613. <varlistentry id="gt_processing_rule">
  614. <term>
  615. Processing rule
  616. </term>
  617. <listitem>
  618. <para>
  619. A <xref linkend="gt_rule" /> or set of rules belonging to a folder
  620. which are executed on entering the folder.
  621. </para>
  622. </listitem>
  623. </varlistentry>
  624. </variablelist>
  625. <variablelist>
  626. <title>Q</title>
  627. <varlistentry id="gt_queue">
  628. <term>
  629. Queue
  630. </term>
  631. <listitem>
  632. <para>
  633. Temporary storage for messages which are waiting to be sent, either
  634. because they couldn't be sent due a network failure or because the
  635. user requested them to be sent later.
  636. </para>
  637. </listitem>
  638. </varlistentry>
  639. <varlistentry id="gt_quick_search">
  640. <term>
  641. Quick Search
  642. </term>
  643. <listitem>
  644. <para>
  645. A powerful way to search for messages using almost any criteria that
  646. you can think of.
  647. </para>
  648. </listitem>
  649. </varlistentry>
  650. <varlistentry id="gt_quotation">
  651. <term>
  652. Quotation
  653. </term>
  654. <listitem>
  655. <para>
  656. When replying to a message the user will often include a quoted section
  657. of that message to provide the context. The quoted section is shown by
  658. the prepending of a common character, usually <quote>&gt;</quote>.
  659. </para>
  660. </listitem>
  661. </varlistentry>
  662. </variablelist>
  663. <variablelist>
  664. <title>R</title>
  665. <varlistentry id="gt_recursive_quick_search">
  666. <term>
  667. Recursive (Quick Search)
  668. </term>
  669. <listitem>
  670. <para>
  671. A recursive <xref linkend="gt_quick_search" /> will also search in all
  672. subfolders of the selected folder.
  673. </para>
  674. </listitem>
  675. </varlistentry>
  676. <varlistentry id="gt_redirect">
  677. <term>
  678. Redirect
  679. </term>
  680. <listitem>
  681. <para>
  682. To send a copy of a received mail in its original form to another
  683. recipient.
  684. </para>
  685. </listitem>
  686. </varlistentry>
  687. <varlistentry id="gt_reply">
  688. <term>
  689. Reply
  690. </term>
  691. <listitem>
  692. <para>
  693. Answer to a received message. As verb also the act of answering a
  694. message.
  695. </para>
  696. </listitem>
  697. </varlistentry>
  698. <varlistentry id="gt_rot13">
  699. <term>
  700. ROT-13
  701. </term>
  702. <listitem>
  703. <para>
  704. Simple <emphasis>encryption</emphasis> method used since Romans age,
  705. which uses an alphabet rotated thirteen positions to encode each
  706. letter of the message. Used sometimes to hide funny messages on mails.
  707. </para>
  708. </listitem>
  709. </varlistentry>
  710. <varlistentry id="gt_rule">
  711. <term>
  712. Rule
  713. </term>
  714. <listitem>
  715. <para>
  716. Logical structure comprised of one or more conditions (see <xref
  717. linkend="gt_condition_rules" />) and one or more associated actions
  718. (see <xref linkend="gt_action_rules" />). Rules are used for filtering
  719. mail messages.
  720. </para>
  721. </listitem>
  722. </varlistentry>
  723. </variablelist>
  724. <variablelist>
  725. <title>S</title>
  726. <varlistentry id="gt_smtp">
  727. <term>
  728. <acronym>SMTP</acronym>
  729. </term>
  730. <listitem>
  731. <para>
  732. Simple Mail Transfer Protocol. A protocol for sending email to servers.
  733. </para>
  734. </listitem>
  735. </varlistentry>
  736. <varlistentry id="gt_smtp_server">
  737. <term>
  738. <acronym>SMTP</acronym> server
  739. </term>
  740. <listitem>
  741. <para>
  742. A server which receives mail messages from other hosts and/or sends
  743. mail messages to other hosts using the <xref linkend="gt_smtp" />
  744. protocol.
  745. </para>
  746. </listitem>
  747. </varlistentry>
  748. <varlistentry id="gt_source_message">
  749. <term>
  750. Source (message)
  751. </term>
  752. <listitem>
  753. <para>
  754. The full text of a message as it is transmitted over the network. This
  755. includes all headers, message body and encoded attachments if present.
  756. </para>
  757. </listitem>
  758. </varlistentry>
  759. <varlistentry id="gt_spam">
  760. <term>
  761. Spam
  762. </term>
  763. <listitem>
  764. <para>
  765. Junk mail, unsolicited commercial emails.
  766. </para>
  767. </listitem>
  768. </varlistentry>
  769. <varlistentry id="gt_spell_checking">
  770. <term>
  771. Spell checking
  772. </term>
  773. <listitem>
  774. <para>
  775. Automatic verification of spelling while typing or after composition
  776. has finished.
  777. </para>
  778. </listitem>
  779. </varlistentry>
  780. <varlistentry id="gt_ssl">
  781. <term>
  782. <acronym>SSL</acronym>
  783. </term>
  784. <listitem>
  785. <para>
  786. Secure Sockets Layer. A protocol used to encrypt and protect data sent
  787. over a network.
  788. </para>
  789. </listitem>
  790. </varlistentry>
  791. <varlistentry id="gt_ssl_certificate">
  792. <term>
  793. <acronym>SSL</acronym> certificate
  794. </term>
  795. <listitem>
  796. <para>
  797. A certificate installed on a secure server that is used for
  798. identification.
  799. </para>
  800. </listitem>
  801. </varlistentry>
  802. <varlistentry id="gt_starttls">
  803. <term>
  804. STARTTLS
  805. </term>
  806. <listitem>
  807. <para>
  808. STARTTLS (Start Transport Layer Security) is a command used to initiate
  809. a secure connection between two servers using <xref linkend="gt_ssl" />.
  810. </para>
  811. </listitem>
  812. </varlistentry>
  813. <varlistentry id="gt_sticky_quick_search">
  814. <term>
  815. Sticky (Quick Search)
  816. </term>
  817. <listitem>
  818. <para>
  819. When the sticky option is set on <xref linkend="gt_quick_search" /> the
  820. search terms are not cleared when changing folders.
  821. </para>
  822. </listitem>
  823. </varlistentry>
  824. <varlistentry id="gt_synchronisation">
  825. <term>
  826. Synchronisation (folder)
  827. </term>
  828. <listitem>
  829. <para>
  830. Making the contents of a local folder mirror those of an equivalent
  831. remote folder in the associated mail server.
  832. </para>
  833. </listitem>
  834. </varlistentry>
  835. </variablelist>
  836. <variablelist>
  837. <title>T</title>
  838. <varlistentry id="gt_tcp">
  839. <term>
  840. <acronym>TCP</acronym>
  841. </term>
  842. <listitem>
  843. <para>
  844. Transmission Control Protocol. The main protocol used in the Internet.
  845. Allows media-independent reliable connections between two endpoints
  846. and is supported by all modern Operating Systems in use.
  847. </para>
  848. </listitem>
  849. </varlistentry>
  850. <varlistentry id="gt_themes">
  851. <term>
  852. Themes
  853. </term>
  854. <listitem>
  855. <para>
  856. Image sets for changing the appearance of buttons, folders and other
  857. graphical elements of Claws Mail.
  858. </para>
  859. </listitem>
  860. </varlistentry>
  861. <varlistentry id="gt_thread">
  862. <term>
  863. Thread (messages)
  864. </term>
  865. <listitem>
  866. <para>
  867. A set of messages loosely relating to each other.
  868. </para>
  869. </listitem>
  870. </varlistentry>
  871. <varlistentry id="gt_toolbars">
  872. <term>
  873. Toolbars
  874. </term>
  875. <listitem>
  876. <para>
  877. Sets of buttons arranged horizontally which provide access to all
  878. commonly used functions. Toolbars in Claws Mail can be customised.
  879. </para>
  880. </listitem>
  881. </varlistentry>
  882. </variablelist>
  883. <variablelist>
  884. <title>U</title>
  885. <varlistentry id="gt_uidl">
  886. <term>
  887. <acronym>UIDL</acronym>
  888. </term>
  889. <listitem>
  890. <para>
  891. Unique IDentification Listing. A <xref linkend="gt_pop3" /> command
  892. which allows single message handling by asigning a unique identifier
  893. for each message.
  894. </para>
  895. </listitem>
  896. </varlistentry>
  897. <varlistentry id="gt_url">
  898. <term>
  899. URL
  900. </term>
  901. <listitem>
  902. <para>
  903. Uniform Resource Locator. A naming scheme for objects (usually files)
  904. in a multi-protocol networked environment like current Internet.
  905. For example, this is the one of the Claws Mail home page:
  906. <literal>https://www.claws-mail.org</literal>.
  907. </para>
  908. </listitem>
  909. </varlistentry>
  910. <varlistentry id="gt_usenet">
  911. <term>
  912. USENET
  913. </term>
  914. <listitem>
  915. <para>
  916. User's Network. A bulletin board system of discussion groups, often
  917. called <xref linkend="gt_newsgroups" />.
  918. </para>
  919. </listitem>
  920. </varlistentry>
  921. <varlistentry id="gt_utf8">
  922. <term>
  923. <acronym>UTF-8</acronym>
  924. </term>
  925. <listitem>
  926. <para>
  927. 8-bit Unicode Transformation Format. A variable length character
  928. encoding capable of representing any universal character. An Internet
  929. standard defined in <ulink url="http://www.ietf.org/rfc/rfc3629.txt"
  930. >RFC 3629</ulink>.
  931. </para>
  932. </listitem>
  933. </varlistentry>
  934. </variablelist>
  935. <variablelist>
  936. <title>V</title>
  937. <varlistentry id="gt_vcard">
  938. <term>
  939. vCard
  940. </term>
  941. <listitem>
  942. <para>
  943. File format standard for Personal Data Interchange, it can hold
  944. information such as address, phone numbers, etc., much like the
  945. information usually found in a business card. They are commonly found
  946. attached to mail messages.
  947. </para>
  948. </listitem>
  949. </varlistentry>
  950. </variablelist>
  951. <variablelist>
  952. <title>W</title>
  953. <varlistentry id="gt_wrapping">
  954. <term>
  955. Wrapping
  956. </term>
  957. <listitem>
  958. <para>
  959. Restructuring of the message text based on a user-defined maximum
  960. number of characters per line. Wrapping ensures that paragraphs are
  961. justified, which means that they are aligned to the left and right
  962. margins.
  963. </para>
  964. </listitem>
  965. </varlistentry>
  966. <varlistentry id="gt_www">
  967. <term>
  968. <acronym>WWW</acronym>
  969. </term>
  970. <listitem>
  971. <para>
  972. World Wide Web, the hyperlinked network of web pages across the
  973. Internet.
  974. </para>
  975. </listitem>
  976. </varlistentry>
  977. </variablelist>
  978. <variablelist>
  979. <title>X</title>
  980. <varlistentry id="gt_xface">
  981. <term>
  982. X-Face
  983. </term>
  984. <listitem>
  985. <para>
  986. Specially coded black and white image (48x48 pixels) included in the
  987. message headers. Capable mailers like Claws Mail and others can
  988. decode and show it alongside the message text. Although they are not
  989. unique, they can help to quickly identify the message sender. See also
  990. <xref linkend="gt_face" />.
  991. </para>
  992. </listitem>
  993. </varlistentry>
  994. </variablelist>
  995. <!--
  996. <variablelist>
  997. <title>Y</title>
  998. <varlistentry id="">
  999. <term>
  1000. </term>
  1001. <listitem>
  1002. <para>
  1003. </para>
  1004. </listitem>
  1005. </varlistentry>
  1006. </variablelist>
  1007. <variablelist>
  1008. <title>Z</title>
  1009. <varlistentry id="">
  1010. <term>
  1011. </term>
  1012. <listitem>
  1013. <para>
  1014. </para>
  1015. </listitem>
  1016. </varlistentry>
  1017. </variablelist>
  1018. -->
  1019. </appendix>