• last updated 4 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Whitespace changes

Deprecate 'acs-mail-lite::get_parameter', just a wrapper for 'parameter::get', used almost nowhere.

Add new 'acs-mail-lite' parameter 'IncomingMode'. Bump version number.

Fix typos and duplicated word

Whitespace cleanup

    • -170
    • +170
    ./tcl/email-inbound-procs.tcl
Remove redundant query definitions

    • -19
    • +0
    ./tcl/acs-mail-lite-procs-oracle.xql
    • -20
    • +0
    ./tcl/acs-mail-lite-procs-postgresql.xql
only lowercase meta-data is recognized

improve Tcl code

acs_mail_lite::incoming_email calls deprecated acs_mail_lite::parse_bounce_address. Comment, that this should not stay so.

    • -1
    • +12
    ./tcl/acs-mail-lite-callback-procs.tcl
improve spelling

  1. … 12 more files in changeset.
add missing version dependencies for antonio's recent changes concering user info API

  1. … 5 more files in changeset.
Use more API

Note that now we assume email and user_id will be from parties that actually belong to the system

Revert massive replacement of empty list creation sentences. The use of '[list]' instead of '{}' adds semantics that could be used for performance improvements in the future, such as using a different internal representation. There is already work in this direction, avoiding the generation of the string representation during comparison of empty strings (huge thanks to Stefan Sobernig for the pointer: https://core.tcl.tk/tcl/info/44527c632ed609c2).

    • -3
    • +3
    ./www/doc/incoming-email-legacy-notes.adp
  1. … 474 more files in changeset.
Rework variable assigning loops (set -> lassign) + Whitespace changes

  1. … 13 more files in changeset.
remove duplicated words

  1. … 9 more files in changeset.
regenerated documentation

  1. … 1 more file in changeset.
Prefer '{}' to '[list]' when creating empty lists

    • -3
    • +3
    ./www/doc/incoming-email-legacy-notes.adp
  1. … 224 more files in changeset.
remove parens

Remove superfluous xql files, reintroduced during last merge with https://github.com/tekbasse/acs-mail-lite/tree/master/tcl

Harmonize query naming in xql

Fix typos

  1. … 5 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/acs-mail-lite-create.sql
  1. … 27 more files in changeset.
fix more typos

    • -2
    • +2
    ./tcl/acs-mail-lite-callback-procs.tcl
  1. … 4 more files in changeset.
Fix typos

  1. … 6 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/acs-mail-lite-create.sql
  1. … 53 more files in changeset.
Fix typos

    • -2
    • +2
    ./sql/postgresql/acs-mail-lite-create.sql
  1. … 40 more files in changeset.
Fix typos

  1. … 14 more files in changeset.
Fix even more typos

    • -2
    • +2
    ./sql/postgresql/acs-mail-lite-create.sql
  1. … 27 more files in changeset.
*** empty log message ***

    • -4
    • +7
    ./sql/postgresql/acs-mail-lite-create.sql
    • -0
    • +15
    ./sql/postgresql/upgrade/upgrade-5.10.0d3-5.10.0d4.sql
fix more spelling issues