• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Add build_subject proc that encodes a string to be used as subject in an email message

TIP 117: remove md5-procs since it's available in tcllib

  1. … 1 more file in changeset.
build_mime_message default charset should be UTF-8

Normalizing string comparison operations into tcl 8.4 operations, enabling byte-code compilation for expressions and many conditionals

  1. … 367 more files in changeset.
Fix build_mime_message to package require mime since we don't include

the mime procedures in opeancs anymore, tcllib is required to be

installed and available to openacs.

Mime encode periods at the beginning of a line within message

text. This is most noticable if the line breaks in the middle of a URL.

Look a little harder for the message body, and use only the first-encountered text/plain and text/html.

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040712 and jcd-merge-5-1-20040724 to HEAD

  1. … 138 more files in changeset.
the mime procedures are included, therefore there is no need for *package require mime* anymore

merge of changes on oacs-5-1 branch between tags jcd-merge-5-1-20040628 and jcd-merge-5-1-20040712 to HEAD

  1. … 116 more files in changeset.
remove the calls to source the mime.tcl etal files as we renamed them to -procs.tcl and they

get sourced on server startup. Remove clipping the last line of the mime encoded file since

it seems spurious afaict. send only a quoted-printable version of the html message not

an additional base64 encoded one.

adding -- to all ad_html_to_text calls

  1. … 8 more files in changeset.

o correct in parse_incoming_email

was source (and looking) for wrong filenames. This caused the

procedure to return the entire message.

Merged 4.6.4d1 (unreleased) to HEAD. This marks the end of the life of the oacs-4-6 branch.

  1. … 816 more files in changeset.
file html-email-procs.tcl was initially added on branch oacs-4-6.

changes to support outgoing HTML e-mail from bulk mail, incoming HTML email to forums, and prevent MIT's vacation messages from making it into forums

  1. … 16 more files in changeset.