- May 01, 2019
-
-
rswindell authored
-
rswindell authored
angle brackets in the "RCPT TO" command sent to the SMTP server. This is an old bug but now appears because we are now (recently) actually storing the SMTP forward-path in the message header.
-
rswindell authored
Any amount of linear-space-white between 'encoded-word's, even if it includes a CRLF followed by one or more SPACEs, is ignored for the purposes of display.
-
- Apr 30, 2019
-
-
rswindell authored
ERROR to WARNING - for Ragnarok.
-
rswindell authored
Add to_cp437() - returns a CP437 representation of the passed header value
-
rswindell authored
settings affect both NetMail and EchoMail import/export.
-
rswindell authored
Removed the X-Comment-To header field (is this file being used for NNTP?). Added an 'unfold' boolean argument (defaults to true). If false, don't unfold the header fields.
-
rswindell authored
Removed extra space from LongLineContinuationPrefix (when used, there's usually already a space following the cond line-break). Removed the cond-line break from the AutoMsgHdr.
-
rswindell authored
Decodes those funky strings you see in message (e.g. email) headers: =?ISO-8859-1?Q?a?= =?ISO-8859-1?Q?b?= =?UTF-8?B?UmVtaW5kZXI6IFdlc3Rlcm4gUml2ZXJzaWRlIENvdW50eSBDb21tdW5pdHkg?=
-
rswindell authored
-
rswindell authored
Renamed MIMEDecodedPlainText to MIMEDecodedPlainTextFmt (since it is now a printf-style format string). No special handling of non US-ASCII (e.g. UTF-8) characters... yet.
-
rswindell authored
- mime_version (from the message header, if MIME) - content_type (from the messgae header, if MIME) - charset (from the plain-text MIME portion content-type header field)
-
rswindell authored
content-type "charset" parameter value and store in the (new) smbmsg_t.charset. This is a heap-allocated copy of the text from the message body, so it must be freed in smb_freemsgmem(). When NULL, the charset can be assumed to be US-ASCII.
-
rswindell authored
(when set to Yes).
-
rswindell authored
The default is off (no stripping). Previously, Soft-CRs were always stripped, but this behavior is now seen as an anachronism as CP437 char 141 is an important non-English laguage character and used as such in FidoNet msgs.
-
rswindell authored
in switch
-
rswindell authored
-
rswindell authored
nicely when displaying at various terminal widths.
-
mcmlxxix authored
-
- Apr 29, 2019
-
-
mcmlxxix authored
attempt to resolve infinite recursion bug -- would love to know what word was attempted so I can recreate the issue -- anyone?
-
echicken authored
Should fix error reported by pfortran on fsxnet.
-
rswindell authored
For QuickBBS editors, the default will be the same as previous behavior: to convert Soft-CRs to Hard-CRs (CRLFs). For non-QuickBBS editors, the default will be to treat Soft-CRs as any other valid printable character in the text ("Retain"). A 3rd option is available to strip Soft-CRs completely from the generated message text.
-
rswindell authored
For QuickBBS editors, the default will be the same as previous behavior: to convert Soft-CRs to Hard-CRs (CRLFs). For non-QuickBBS editors, the default will be to treat Soft-CRs as any other valid printable character in the text ("Retain"). A 3rd option is available to strip Soft-CRs completely from the generated message text.
-
rswindell authored
-
rswindell authored
-
rswindell authored
when the user is using the internal msg editor (useron_xedit == 0) and replying to a message.
-
rswindell authored
Refer to the dubious get_msg_body() feature of dot-stuffing as that ("dot-stuffing") and not "rfc822-encoding" - because it isn't. dot-stuffing is a requirment of SMTP (RFC*821) and NNTP, not RFC822 (oops).
-
rswindell authored
-
rswindell authored
- to_list - cc_list - replyto_list Always enclose the 'From' name in quotes. Don't force a reply-to field if subnum is undefined.
-
rswindell authored
- to_list (RFC822TO, previosuly unavailable via JS) - cc_list - replyto_list (RFC822REPLYTO, previously unavailable via JS) Added RFC822FROM to the "field_list" array (previously unavailable via JS). Removed SMB_CARBONCOPY from the "field_list" (now duplicated in cc_list).
-
rswindell authored
headers
-
rswindell authored
pointer - apparently this has never actually been used before.
-
rswindell authored
- to_list - cc_list - replyto_list These are all comma-separated lists of names/addresses, RFC-822 style (so quotes and angle-brackets and all that jazz preserved/included)
-
rswindell authored
-
- Apr 28, 2019
-
-
rswindell authored
Document the [newuser] avatar_file and avatar_offset options.
-
rswindell authored
Rename the 'send_newuser_welcome' option to just 'send_welcome' (match wiki) (let's not repeat ourselves repeatedly) - but leave a backwards compatibility hack at least for now.
-
rswindell authored
- HitYourBackspaceKey - CharacterReceivedFmt - InvalidBackspaceKeyFmt - SwapDeleteKeyQ - PetTermDetected
-
rswindell authored
New text.dat strings: - HitYourBackspaceKey - CharacterReceivedFmt - InvalidBackspaceKeyFmt - SwapDeleteKeyQ - PetTermDetected
-
rswindell authored
Fix up some message header field lengths.
-
rswindell authored
Fix up some message header field lengths.
-