• last updated 14 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Make acs_mail_lite::utils::build_body, replace (commented) references in other packages

  1. … 1 more file in changeset.
Deprecate 'acs_mail_lite::utils::valid_email_p', as it is duplicated by 'util_email_valid_p'. It was not deleted because it was a public proc recently turned to private.

mark functions called only internally as private

  1. … 15 more files in changeset.
make end of options explicit

  1. … 42 more files in changeset.
Removed obsolete @arch-tag

  1. … 26 more files in changeset.
Whitespace cleanup

  1. … 6 more files in changeset.
simplfy expressions (no need for backslash), standardize writing of RFC

  1. … 4 more files in changeset.
Backport from HEAD

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

Many thanks to Franz Penz

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

  1. … 7834 more files in changeset.
- add safety-belt for subject lines: in case the string passed in for the subject line contains CRLF, the produced mail might end up destroyed. so remove crlf and add a warning, in case it happens (client bug)

- add editor hints to keep spaces/tabs in the furture more consistent

  1. … 754 more files in changeset.
fix bug, where months higher equal 08 lead to problems due to octal interpretation (can't use invalid octal number as operand...), aborting immediate ma

il sends in aug. or later.

fix bug, where months higher equal 08 lead to problems due to octal interpretation (can't use invalid octal number as operand...), aborting immediate mail sends in aug. or later.

Merged from 5.4.2

  1. … 283 more files in changeset.
mime::encode (tclllib 1.8 and 1.10) doesn't encode the question mark which is a character used as a delimiter for the content of the subject of an email message. That would cause email clients to interpret it incorrectly.

Removed the check for tcllib 1.10 to use our proc in all cases.

Fix bug in subject encoding proc

Replace send procs with a refactored version of complex_send, allowing cc, bcc and attachments

  1. … 6 more files in changeset.
Move helper procs for sending email to acs-mail-lite

    • -0
    • +157
    ./utils-procs.tcl
  1. … 1 more file in changeset.