• last updated 16 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Replace parse_incoming_email with ad_parse_incoming_email, replace occurrences

  1. … 1 more file in changeset.
Rename build_mime_message to ad_build_mime_message to comply with naming convention, replace occurrences, create deprecated wrapper

  1. … 5 more files in changeset.
Bug fix: avoid confusion between command argument and option, when argument starts with "-"

  1. … 81 more files in changeset.
merged changes from the oacs-5-9 branch and resolved conflicts

  1. … 7834 more files in changeset.
Standardize spelling of names of products (Tcl, AOLserver, PostgreSQL, NaviServer)

  1. … 43 more files in changeset.
Fix spelling errors

  1. … 22 more files in changeset.
- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
Merging back to HEAD branch oacs-5-8 (using tag vg-merge-oacs-5-8-from-20141027).

  1. … 2547 more files in changeset.
catch mime initialization when processing incoming messages so corrupted messages don't blow up queue sweeper run

Update comment

If we recieve mail in both plain text and html, use the plain text version

from the mail program rather than try to transform the html version into text.

Move helper procs for sending email to acs-mail-lite

  1. … 1 more file in changeset.
Don't fail on poorly formed mime message. If an error occurs and the

mime tokens are not cleaned up, all subsequent calls to mime procs

will end up with mismatched mime parts.

Helper procs to encode the subject and format the date for an email message

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.