• last updated 20 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Un-deprecate acs_mail_lite::bounce_address

Whitespace cleanup

    • -29
    • +26
    ./tcl/test/email-inbound-procs.tcl
Whitespace changes

    • -33
    • +33
    ./tcl/acs-mail-lite-callback-procs.tcl
Rename 'bounce-procs.xql' -> 'email-inbound-procs.xql'

    • -0
    • +72
    ./tcl/email-inbound-procs.xql
Move leftover procs in 'bounce-procs.tcl' and 'incoming-mail-procs.tcl' into 'email-inbound-procs.tcl'

Move and deprecate legacy inbound procs into 'legacy-inbound-procs.tcl'

    • -0
    • +388
    ./tcl/legacy-inbound-procs.tcl
    • -0
    • +23
    ./tcl/legacy-inbound-procs.xql
Discriminate proc scheduling by 'IncomingMode' in acs-mail-lite initialization

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.