home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / texted / zapemail_2 / !ZapEmail / HelpData < prev    next >
Text File  |  1997-07-12  |  4KB  |  124 lines

  1. | ***************************************************************
  2. | *               ZapEmail extensions            *
  3. | ***************************************************************
  4.  
  5. mode_email
  6. Darren Salt's colour email/news mode.
  7. Colours can be configured from the display menu.
  8. The mode can be configured from its submenu in the modes menu.
  9. See its help text ("Email Help") for more details.
  10.  
  11. EMAIL_FIXSIG
  12. In Email mode, fixes the sig separator (if broken). It is also called
  13. automatically prior to saving. (If 'Ignore .sig separator' is enabled, does
  14. nothing.)
  15.  
  16. EMAIL_STRIPSPCS
  17. In Email mode, performs space and quoting altering according to <word>. The
  18. header and sig separator are left unmodified.
  19. b0 = strip spaces at eol
  20. b1 = strip tabs at eol
  21. b2 = tabify
  22. b3 = strip quoting from otherwise blank lines
  23. b4 = convert quoting to standard form
  24. b5-b31 are reserved
  25. The header and sig separator are unmodified (except possibly by the tabify
  26. function).
  27.  
  28. EMAIL_STAMP
  29. In Email mode, will generate a new date line and message ID.
  30. Requires a valid "From: " line and that the "Date: " and "Message-ID: " lines
  31. are present. (If 'Ignore header' is enabled, does nothing.)
  32.  
  33. EMAIL_DATE
  34. In Email mode, will generate a new date line.
  35. Requires that the "Date: " line is present. (If 'Ignore header' is enabled,
  36. does nothing.)
  37.  
  38. EMAIL_CHANGEQUOTING
  39. In Email mode, will change the quoting for the paragraph (starting from the
  40. current line) to the specified character (supplied as a string parameter) or
  41. the next keypress.
  42.  
  43. EMAIL_SENDURL
  44. Sends the URL at the cursor position to any currently-loaded web browser.
  45. (Deprecated: use ZapDS's SENDURL instead.)
  46.  
  47. EMAIL_SPLITFORINSERT
  48. In Email mode, splits the text, ensuring that there are n blank lines, and
  49. places the cursor on the second one.
  50. n is a byte parameter, and defaults to 3.
  51.  
  52. EMAIL_INCQUOTING
  53. In Email mode, increments the quoting level of the selected region, using the
  54. specified character (string parameter) or the next keypress.
  55.  
  56. EMAIL_DECQUOTING
  57. In Email mode, decrements the quoting level of the selected region.
  58.  
  59. EMAIL_ROTENCODE
  60. Performs Rot13 encoding on the current selection, or, if none, at the cursor.
  61.  
  62. EMAIL_ROTENCODECUR
  63. Performs Rot13 encoding at the cursor.
  64.  
  65. EMAIL_FLAGSTOGGLE
  66. Alters the Email mode flags for the current window or the default options.
  67. The window will be redrawn if any display options have been altered. The
  68. <word> is as for WFlags_Toggle.
  69.  
  70. EMAIL_SETFORMATMOD
  71. Sets the format width modifier, for the current window or the default
  72. options, to the given byte value.
  73.  
  74. EMAIL_SETQUOTING
  75. Sets the non-standard quoting characters to the supplied string. Null string
  76. = default :"|
  77.  
  78. EMAIL_ADDQUOTINGCHR
  79. Adds the supplied character (as a string) or the next keypress to the
  80. non-standard quoting character list.
  81.  
  82. EMAIL_REMQUOTINGCHR
  83. Removes the supplied character (as a string) or the next keypress from the
  84. non-standard quoting character list.
  85.  
  86. EMAIL_ADDTAGLINE
  87. Adds a tagline to the bottom of the message.
  88.  
  89. EMAIL_ADDSIGNATURE
  90. Adds a signature to the bottom of the message, replacing any already there.
  91. The sigs file is determined by the user name and whether the file is a news
  92. article.
  93.  
  94. EMAIL_SNIP
  95. Snips the selected text, preserving quoting in the last line, and inserts
  96. either the supplied string or, if blank, "[snip]".
  97.  
  98. EMAIL_DECODEQP
  99. Decodes MIME quoted printable. Removes appropriate header lines if the
  100. supplied word parameter is zero.
  101.  
  102. EMAIL_ENCODEQP
  103. Encodes as MIME quoted printable (except in the header and .sig separator).
  104. Adds suitable header lines.
  105.  
  106. EMAIL_BUTTONS
  107. Selects the given button pane (via byte parameter). If the parameter = 255
  108. then the default pane is set to the current pane instead.
  109.  
  110. EMAIL_RETURNRECEIPTTO
  111. Inserts a Return-Receipt-To: line in the header, using the address in the
  112. From: line. Works with mail and CC'd news.
  113.  
  114. EMAIL_ANTISPAM
  115. Given a string parameter "<x> <y>", will replace string <x> with <y> in your
  116. From: line.
  117.  
  118. EMAIL_ADDHEADERLINE
  119. Given a parameter "Header: line", will add the header or replace an existing
  120. one. Prefix with '@' for mail only, or '.' for news only.
  121.  
  122. | End ZapEmail
  123.  
  124.