glossary.xml 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806
  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 Sylpheed-Claws. As such only one email address is associated with each account. However, the number of accounts you can setup is unlimited.
  13. </para>
  14. </listitem>
  15. </varlistentry>
  16. <varlistentry id="gt_action_rules">
  17. <term>
  18. Action (filtering/processing rules)
  19. </term>
  20. <listitem>
  21. <para>
  22. An action is something that is performed on a message when it matches the rule conditions. A typical action is moving the message to a particular folder. See also <xref linkend="gt_condition_rules" />.
  23. </para>
  24. </listitem>
  25. </varlistentry>
  26. <varlistentry id="gt_actions">
  27. <term>
  28. Actions
  29. </term>
  30. <listitem>
  31. <para>
  32. Actions are user-defined commands that can be applied to a message, or part of a message, using a special syntax. They are presented to the user in a customisable menu.
  33. </para>
  34. </listitem>
  35. </varlistentry>
  36. <varlistentry id="gt_addressbook">
  37. <term>
  38. Address book
  39. </term>
  40. <listitem>
  41. <para>
  42. Storage for names, mail addresses and custom user attributes. Also provides access to <xref linkend="gt_ldap" /> servers and <xref linkend="gt_vcard" /> files.
  43. </para>
  44. </listitem>
  45. </varlistentry>
  46. <varlistentry id="gt_ascii">
  47. <term>
  48. <acronym>ASCII</acronym>
  49. </term>
  50. <listitem>
  51. <para>
  52. American Standard Code for Information Interchange. A standard <xref linkend="gt_character_encoding" /> using 7 bit. It's defined as an Internet standard in <ulink url="http://www.ietf.org/rfc/rfc20.txt">RFC 20</ulink>.
  53. </para>
  54. </listitem>
  55. </varlistentry>
  56. <varlistentry id="gt_attachment">
  57. <term>
  58. Attachment
  59. </term>
  60. <listitem>
  61. <para>
  62. Additional file(s) included with a mail message. Some attachments can be displayed by Sylpheed-Claws, others require external programs. <xref linkend="gt_plugins" /> can provide additional functions for attachments.
  63. </para>
  64. </listitem>
  65. </varlistentry>
  66. </variablelist>
  67. <!--
  68. <variablelist>
  69. <title>B</title>
  70. <varlistentry id="">
  71. <term>
  72. </term>
  73. <listitem>
  74. <para>
  75. </para>
  76. </listitem>
  77. </varlistentry>
  78. </variablelist>
  79. -->
  80. <variablelist>
  81. <title>C</title>
  82. <varlistentry id="gt_character_encoding">
  83. <term>
  84. Character encoding
  85. </term>
  86. <listitem>
  87. <para>
  88. A map between written symbols, like letters and other symbols, and the numbers used to represent them inside the computer. The most well-known character encoding is probably <xref linkend="gt_ascii" />, but it has been superseded by others, such as <xref linkend="gt_utf8" />.
  89. </para>
  90. </listitem>
  91. </varlistentry>
  92. <varlistentry id="gt_compose">
  93. <term>
  94. Compose
  95. </term>
  96. <listitem>
  97. <para>
  98. Create new a message text or a reply to a received mail in the Compose window.
  99. </para>
  100. </listitem>
  101. </varlistentry>
  102. <varlistentry id="gt_condition_rules">
  103. <term>
  104. Condition (filtering/processing rules)
  105. </term>
  106. <listitem>
  107. <para>
  108. The prerequisites that a mail message must fulfil in order for the rule's action to be executed. See also <xref linkend="gt_action_rules" />.
  109. </para>
  110. </listitem>
  111. </varlistentry>
  112. </variablelist>
  113. <variablelist>
  114. <title>D</title>
  115. <varlistentry id="gt_digital_signature">
  116. <term>
  117. Digital signature (<acronym>GPG</acronym>)
  118. </term>
  119. <listitem>
  120. <para>
  121. A piece of data obtained from merging a message and a cryptographic key which ensures message authorship, in a similar way that a hand-written signature does in a document. This piece of data is sent with the message so the recipient can verify its validity.
  122. </para>
  123. </listitem>
  124. </varlistentry>
  125. </variablelist>
  126. <variablelist>
  127. <title>E</title>
  128. <varlistentry id="gt_encryption">
  129. <term>
  130. Encryption (GPG)
  131. </term>
  132. <listitem>
  133. <para>
  134. Scrambling a message with a cryptographic key so that only the recipient and ownwer of the key password can unscramble it for reading.
  135. </para>
  136. </listitem>
  137. </varlistentry>
  138. </variablelist>
  139. <variablelist>
  140. <title>F</title>
  141. <varlistentry id="gt_filtering_rule">
  142. <term>
  143. Filtering rule
  144. </term>
  145. <listitem>
  146. <para>
  147. A <xref linkend="gt_rule" /> applied to incoming messages. Filtering rules can be also applied manually to the contents of any folder.
  148. </para>
  149. </listitem>
  150. </varlistentry>
  151. <varlistentry id="gt_folder">
  152. <term>
  153. Folder
  154. </term>
  155. <listitem>
  156. <para>
  157. A folder is the primary message container. Folders can be local or remote, but they are managed in a uniform way by Sylpheed-Claws.
  158. </para>
  159. </listitem>
  160. </varlistentry>
  161. <varlistentry id="gt_forward">
  162. <term>
  163. Forward
  164. </term>
  165. <listitem>
  166. <para>
  167. To send a copy of a received mail to another recipient, optionally adding your own message.
  168. </para>
  169. </listitem>
  170. </varlistentry>
  171. </variablelist>
  172. <!--
  173. <variablelist>
  174. <title>G</title>
  175. <varlistentry>
  176. <term>
  177. </term>
  178. <listitem>
  179. <para>
  180. </para>
  181. </listitem>
  182. </varlistentry>
  183. </variablelist>
  184. -->
  185. <variablelist>
  186. <title>H</title>
  187. <varlistentry id="gt_headers">
  188. <term>
  189. Headers
  190. </term>
  191. <listitem>
  192. <para>
  193. Machine readable lines which form the first part of a mail message. The purpose of headers varies; Typical headers are From and To which state the sender and recipient of the message, others are used by the mail system. Some headers are optional and are used to provide additional information, such as <xref linkend="gt_xface" />.
  194. </para>
  195. </listitem>
  196. </varlistentry>
  197. <varlistentry id="gt_html">
  198. <term>
  199. <acronym>HTML</acronym>
  200. </term>
  201. <listitem>
  202. <para>
  203. Hyper-Text Markup Language and was the standard language to encode web pages in the beginning of the <xref linkend="gt_www" />. Some mail clients use this language to encode the textual body of mails in order to craft special effects to text at the cost of multiplying the message size several times. HTML mail is also widely used by spammers to send <xref linkend="gt_spam" />.
  204. </para>
  205. </listitem>
  206. </varlistentry>
  207. </variablelist>
  208. <variablelist>
  209. <title>I</title>
  210. <varlistentry id="gt_imap">
  211. <term>
  212. <acronym>IMAP4</acronym>
  213. </term>
  214. <listitem>
  215. <para>
  216. Internet Messaging Access Protocol (version 4). A protocol for accessing email on a remote server from a local client. All messages are stored in the remote server.
  217. </para>
  218. </listitem>
  219. </varlistentry>
  220. <varlistentry id="gt_immediate_execution">
  221. <term>
  222. Immediate execution
  223. </term>
  224. <listitem>
  225. <para>
  226. When the <quote>immediate execution</quote> option is used, operations performed on messages, (like deletions or movements), are performed immediately. If the option is turned off, all operations performed on messages by the user are only carried out when the <quote>Execute</quote> button is pressed.
  227. </para>
  228. </listitem>
  229. </varlistentry>
  230. </variablelist>
  231. <!--
  232. <variablelist>
  233. <title>J</title>
  234. <varlistentry id="">
  235. <term>
  236. </term>
  237. <listitem>
  238. <para>
  239. </para>
  240. </listitem>
  241. </varlistentry>
  242. </variablelist>
  243. <variablelist>
  244. <title>K</title>
  245. <varlistentry id="">
  246. <term>
  247. </term>
  248. <listitem>
  249. <para>
  250. </para>
  251. </listitem>
  252. </varlistentry>
  253. </variablelist>
  254. -->
  255. <variablelist>
  256. <title>L</title>
  257. <varlistentry id="gt_ldap">
  258. <term>
  259. <acronym>LDAP</acronym>
  260. </term>
  261. <listitem>
  262. <para>
  263. Lightweight Directory Access Protocol. A protocol for accessing information directories such as organisations, individuals, phone numbers, and addresses.
  264. </para>
  265. </listitem>
  266. </varlistentry>
  267. <varlistentry id="gt_ldif">
  268. <term>
  269. <acronym>LDIF</acronym>
  270. </term>
  271. <listitem>
  272. <para>
  273. LDAP Data Interchange Format. A text file format widely used for moving data between <xref linkend="gt_ldap" /> servers and/or other programs.
  274. </para>
  275. </listitem>
  276. </varlistentry>
  277. <varlistentry id="gt_local_mbox_file">
  278. <term>
  279. Local mbox file
  280. </term>
  281. <listitem>
  282. <para>
  283. A local mailbox spool file in <xref linkend="gt_mbox" /> format.
  284. </para>
  285. </listitem>
  286. </varlistentry>
  287. <varlistentry id="gt_log_window">
  288. <term>
  289. Log window
  290. </term>
  291. <listitem>
  292. <para>
  293. A special window which records protocol operations in detail that are performed by Sylpheed-Claws. It's a useful tool for debugging.
  294. </para>
  295. </listitem>
  296. </varlistentry>
  297. </variablelist>
  298. <variablelist>
  299. <title>M</title>
  300. <varlistentry id="gt_mailbox">
  301. <term>
  302. Mailbox
  303. </term>
  304. <listitem>
  305. <para>
  306. The root folder of the folder hierarchy.
  307. </para>
  308. </listitem>
  309. </varlistentry>
  310. <varlistentry id="gt_maildir">
  311. <term>
  312. Maildir
  313. </term>
  314. <listitem>
  315. <para>
  316. A mailbox format in which all mail is kept in separate files. Maildir++ is an extension to the maildir format.
  317. </para>
  318. </listitem>
  319. </varlistentry>
  320. <varlistentry id="gt_mark_message">
  321. <term>
  322. Mark (message)
  323. </term>
  324. <listitem>
  325. <para>
  326. A tag that can be set on a message by the user in order to draw attention to the message. Marks are shown in the Mark column of the Message List.
  327. </para>
  328. </listitem>
  329. </varlistentry>
  330. <varlistentry id="gt_mbox">
  331. <term>
  332. MBOX
  333. </term>
  334. <listitem>
  335. <para>
  336. A mailbox format in which all mail is concatenated and stored in a single file. The mbox format supported by Sylpheed-Claws is mboxrd.
  337. </para>
  338. </listitem>
  339. </varlistentry>
  340. <varlistentry id="gt_message">
  341. <term>
  342. Message
  343. </term>
  344. <listitem>
  345. <para>
  346. A message is the basic piece of information handled by Sylpheed-Claws. A message is usually an email message, which is stored in <xref linkend="gt_mh" /> format on disk. Other kinds of messages (and storage formats) can be handled through <xref linkend="gt_plugins" />.
  347. </para>
  348. </listitem>
  349. </varlistentry>
  350. <varlistentry id="gt_mh">
  351. <term>
  352. MH
  353. </term>
  354. <listitem>
  355. <para>
  356. A mailbox format in which all mail is kept in separate files. This is the default mailbox format used by Sylpheed-Claws.
  357. </para>
  358. </listitem>
  359. </varlistentry>
  360. <varlistentry id="gt_mime">
  361. <term>
  362. <acronym>MIME</acronym>
  363. </term>
  364. <listitem>
  365. <para>
  366. Multipurpose Internet Mail Extensions. Internet standards for representing binary data in <xref linkend="gt_ascii" /> text format, <xref linkend="gt_headers" /> encoding and <xref linkend="gt_attachment" />s.
  367. </para>
  368. </listitem>
  369. </varlistentry>
  370. </variablelist>
  371. <variablelist>
  372. <title>N</title>
  373. <varlistentry id="gt_nntp">
  374. <term>
  375. <acronym>NNTP</acronym>
  376. </term>
  377. <listitem>
  378. <para>
  379. Network News Transfer Protocol. The protocol used to post, distribute, and retrieve <xref linkend="gt_usenet" /> messages, also called news articles or simply news for short.
  380. </para>
  381. </listitem>
  382. </varlistentry>
  383. <varlistentry id="gt_newsgroups">
  384. <term>
  385. Newsgroups
  386. </term>
  387. <listitem>
  388. <para>
  389. A set of hierarchical partitions of <xref linkend="gt_usenet" /> messages on a <xref linkend="gt_news_server" />. The <xref linkend="gt_nntp" /> protocol allows the user to subscribe to one or more newsgroups. New messages posted to the subscribed groups are automatically downloaded on connection.
  390. </para>
  391. </listitem>
  392. </varlistentry>
  393. <varlistentry id="gt_news_server">
  394. <term>
  395. News server
  396. </term>
  397. <listitem>
  398. <para>
  399. Server which provides access to <xref linkend="gt_usenet" /> messages in <xref linkend="gt_newsgroups" /> through the <xref linkend="gt_nntp" /> protocol.
  400. </para>
  401. </listitem>
  402. </varlistentry>
  403. </variablelist>
  404. <!--
  405. <variablelist>
  406. <title>O</title>
  407. <varlistentry id="">
  408. <term>
  409. </term>
  410. <listitem>
  411. <para>
  412. </para>
  413. </listitem>
  414. </varlistentry>
  415. </variablelist>
  416. -->
  417. <variablelist>
  418. <title>P</title>
  419. <varlistentry id="gt_pgp_inline">
  420. <term>
  421. <acronym>PGP</acronym> Inline
  422. </term>
  423. <listitem>
  424. <para>
  425. Digital signing method which includes the signature data in the message body.
  426. </para>
  427. </listitem>
  428. </varlistentry>
  429. <varlistentry id="gt_pgp_mime">
  430. <term>
  431. <acronym>PGP</acronym> <acronym>MIME</acronym>
  432. </term>
  433. <listitem>
  434. <para>
  435. Digital signing method which includes the signature data as a separate <xref linkend="gt_mime" /> <xref linkend="gt_attachment" />.
  436. </para>
  437. </listitem>
  438. </varlistentry>
  439. <varlistentry id="gt_plugins">
  440. <term>
  441. Plugins
  442. </term>
  443. <listitem>
  444. <para>
  445. External modules which can be loaded and used by Sylpheed-Claws to extend its functionality.
  446. </para>
  447. </listitem>
  448. </varlistentry>
  449. <varlistentry id="gt_pop3">
  450. <term>
  451. <acronym>POP3</acronym>
  452. </term>
  453. <listitem>
  454. <para>
  455. Post Office Protocol (version 3). A protocol for retrieving email from a remote server. Messages can be automatically removed from server after downloading.
  456. </para>
  457. </listitem>
  458. </varlistentry>
  459. <varlistentry id="gt_privacy_gpg">
  460. <term>
  461. Privacy (<acronym>GPG</acronym>)
  462. </term>
  463. <listitem>
  464. <para>
  465. Privacy provides methods for both signing and encrypting mail messages you send and also for verifying and decrypting signed and encrypted messages that you receive.
  466. </para>
  467. </listitem>
  468. </varlistentry>
  469. <varlistentry id="gt_processing_rule">
  470. <term>
  471. Processing rule
  472. </term>
  473. <listitem>
  474. <para>
  475. A <xref linkend="gt_rule" /> or set of rules belonging to a folder which are executed on entering the folder.
  476. </para>
  477. </listitem>
  478. </varlistentry>
  479. </variablelist>
  480. <variablelist>
  481. <title>Q</title>
  482. <varlistentry id="gt_queue">
  483. <term>
  484. Queue
  485. </term>
  486. <listitem>
  487. <para>
  488. Temporary storage for messages which are waiting to be sent, either because they couldn't be sent due a network failure or because the user requested them to be sent later.
  489. </para>
  490. </listitem>
  491. </varlistentry>
  492. <varlistentry id="gt_quick_search">
  493. <term>
  494. Quick Search
  495. </term>
  496. <listitem>
  497. <para>
  498. A powerful way to search for messages using almost any criteria that you can think of.
  499. </para>
  500. </listitem>
  501. </varlistentry>
  502. <varlistentry id="gt_quotation">
  503. <term>
  504. Quotation
  505. </term>
  506. <listitem>
  507. <para>
  508. When replying to a message the user will often include a quoted section of that message to provide the context. The quoted section is shown by the prepending of a common character, usually '>'.
  509. </para>
  510. </listitem>
  511. </varlistentry>
  512. </variablelist>
  513. <variablelist>
  514. <title>R</title>
  515. <varlistentry id="gt_recursive_quick_search">
  516. <term>
  517. Recursive (Quick Search)
  518. </term>
  519. <listitem>
  520. <para>
  521. A recursive <xref linkend="gt_quick_search" /> will also search in all subfolders of the selected folder.
  522. </para>
  523. </listitem>
  524. </varlistentry>
  525. <varlistentry id="gt_redirect">
  526. <term>
  527. Redirect
  528. </term>
  529. <listitem>
  530. <para>
  531. To send a copy of a received mail in its original form to another recipient.
  532. </para>
  533. </listitem>
  534. </varlistentry>
  535. <varlistentry id="gt_reply">
  536. <term>
  537. Reply
  538. </term>
  539. <listitem>
  540. <para>
  541. Answer to a received message. As verb also the act of answering a message.
  542. </para>
  543. </listitem>
  544. </varlistentry>
  545. <varlistentry id="gt_rule">
  546. <term>
  547. Rule
  548. </term>
  549. <listitem>
  550. <para>
  551. Logical structure comprised of one or more conditions (see <xref linkend="gt_condition_rules" />) and one or more associated actions (see <xref linkend="gt_action_rules" />). Rules are used for filtering mail messages.
  552. </para>
  553. </listitem>
  554. </varlistentry>
  555. </variablelist>
  556. <variablelist>
  557. <title>S</title>
  558. <varlistentry id="gt_smtp">
  559. <term>
  560. <acronym>SMTP</acronym>
  561. </term>
  562. <listitem>
  563. <para>
  564. Simple Mail Transfer Protocol. A protocol for sending email to servers.
  565. </para>
  566. </listitem>
  567. </varlistentry>
  568. <varlistentry id="gt_smtp_server">
  569. <term>
  570. <acronym>SMTP</acronym> server.
  571. </term>
  572. <listitem>
  573. <para>
  574. A server which receives mail messages from other hosts and/or sends mail messages to other hosts using the <xref linkend="gt_smtp" /> protocol.
  575. </para>
  576. </listitem>
  577. </varlistentry>
  578. <varlistentry id="gt_source_message">
  579. <term>
  580. Source (message)
  581. </term>
  582. <listitem>
  583. <para>
  584. The full text of a message as it is transmitted over the network. This includes all headers, message body and encoded attachments if present.
  585. </para>
  586. </listitem>
  587. </varlistentry>
  588. <varlistentry id="gt_spam">
  589. <term>
  590. Spam
  591. </term>
  592. <listitem>
  593. <para>
  594. Junk mail, unsolicited commercial emails.
  595. </para>
  596. </listitem>
  597. </varlistentry>
  598. <varlistentry id="gt_spell_checking">
  599. <term>
  600. Spell checking
  601. </term>
  602. <listitem>
  603. <para>
  604. Automatic verification of spelling while typing or after composition has finished.
  605. </para>
  606. </listitem>
  607. </varlistentry>
  608. <varlistentry id="gt_ssl">
  609. <term>
  610. <acronym>SSL</acronym>
  611. </term>
  612. <listitem>
  613. <para>
  614. Secure Sockets Layer. A protocol used to encrypt and protect data sent over a network.
  615. </para>
  616. </listitem>
  617. </varlistentry>
  618. <varlistentry id="gt_ssl_certificate">
  619. <term>
  620. <acronym>SSL</acronym> certificate
  621. </term>
  622. <listitem>
  623. <para>
  624. A certificate installed on a secure server that is used for identification.
  625. </para>
  626. </listitem>
  627. </varlistentry>
  628. <varlistentry id="gt_starttls">
  629. <term>
  630. STARTTLS
  631. </term>
  632. <listitem>
  633. <para>
  634. STARTTLS (Start Transport Layer Security) is a command used to initiate a secure connection between two servers using <xref linkend="gt_ssl" />.
  635. </para>
  636. </listitem>
  637. </varlistentry>
  638. <varlistentry id="gt_sticky_quick_search">
  639. <term>
  640. Sticky (Quick Search)
  641. </term>
  642. <listitem>
  643. <para>
  644. When the sticky option is set on <xref linkend="gt_quick_search" /> the search terms are not cleared when changing folders.
  645. </para>
  646. </listitem>
  647. </varlistentry>
  648. <varlistentry id="gt_synchronisation">
  649. <term>
  650. Synchronisation (folder)
  651. </term>
  652. <listitem>
  653. <para>
  654. Making the contents of a local folder mirror those of an equivalent remote folder in the associated mail server.
  655. </para>
  656. </listitem>
  657. </varlistentry>
  658. </variablelist>
  659. <variablelist>
  660. <title>T</title>
  661. <varlistentry id="gt_themes">
  662. <term>
  663. Themes
  664. </term>
  665. <listitem>
  666. <para>
  667. Image sets for changing the appearance of buttons, folders and other graphical elements of Sylpheed-Claws.
  668. </para>
  669. </listitem>
  670. </varlistentry>
  671. <varlistentry id="gt_thread">
  672. <term>
  673. Thread (messages)
  674. </term>
  675. <listitem>
  676. <para>
  677. A set of messages loosely relating to each other.
  678. </para>
  679. </listitem>
  680. </varlistentry>
  681. <varlistentry id="gt_toolbars">
  682. <term>
  683. Toolbars
  684. </term>
  685. <listitem>
  686. <para>
  687. Sets of buttons arranged horizontally which provide access to all commonly used functions. Toolbars in Sylpheed-Claws can be customised.
  688. </para>
  689. </listitem>
  690. </varlistentry>
  691. </variablelist>
  692. <variablelist>
  693. <title>U</title>
  694. <varlistentry id="gt_usenet">
  695. <term>
  696. USENET
  697. </term>
  698. <listitem>
  699. <para>
  700. User's Network. A bulletin board system of discussion groups, often called <xref linkend="gt_newsgroups" />.
  701. </para>
  702. </listitem>
  703. </varlistentry>
  704. <varlistentry id="gt_utf8">
  705. <term>
  706. <acronym>UTF-8</acronym>
  707. </term>
  708. <listitem>
  709. <para>
  710. 8-bit Unicode Transformation Format. A variable length character encoding capable of representing any universal character. An Internet standard defined in <ulink url="http://www.ietf.org/rfc/rfc3629.txt">RFC 3629</ulink>.
  711. </para>
  712. </listitem>
  713. </varlistentry>
  714. </variablelist>
  715. <variablelist>
  716. <title>V</title>
  717. <varlistentry id="gt_vcard">
  718. <term>
  719. vCard
  720. </term>
  721. <listitem>
  722. <para>
  723. File format standard for Personal Data Interchange, it can hold information such as address, phone numbers, etc., much like the information usually found in a business card. They are commonly found attached to mail messages.
  724. </para>
  725. </listitem>
  726. </varlistentry>
  727. </variablelist>
  728. <variablelist>
  729. <title>W</title>
  730. <varlistentry id="gt_wrapping">
  731. <term>
  732. Wrapping
  733. </term>
  734. <listitem>
  735. <para>
  736. Restructuring of the message text based on a user-defined maximum number of characters per line. Wrapping ensures that paragraphs are justified, which means that they are aligned to the left and right margins.
  737. </para>
  738. </listitem>
  739. </varlistentry>
  740. <varlistentry id="gt_www">
  741. <term>
  742. <acronym>WWW</acronym>
  743. </term>
  744. <listitem>
  745. <para>
  746. World Wide Web, the hyperlinked network of web pages accross the Internet.
  747. </para>
  748. </listitem>
  749. </varlistentry>
  750. </variablelist>
  751. <variablelist>
  752. <title>X</title>
  753. <varlistentry id="gt_xface">
  754. <term>
  755. X-Face
  756. </term>
  757. <listitem>
  758. <para>
  759. Specially coded black and white image (48x48 pixels) included in the message headers. Capable mailers like Sylpheed-Claws and others can decode and show it alongside the message text. Although they are not unique, they can help to quickly identify the mensage sender.
  760. </para>
  761. </listitem>
  762. </varlistentry>
  763. </variablelist>
  764. <!--
  765. <variablelist>
  766. <title>Y</title>
  767. <varlistentry id="">
  768. <term>
  769. </term>
  770. <listitem>
  771. <para>
  772. </para>
  773. </listitem>
  774. </varlistentry>
  775. </variablelist>
  776. <variablelist>
  777. <title>Z</title>
  778. <varlistentry id="">
  779. <term>
  780. </term>
  781. <listitem>
  782. <para>
  783. </para>
  784. </listitem>
  785. </varlistentry>
  786. </variablelist>
  787. -->
  788. </appendix>