• last updated 10 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
whitespace changes

avoid usage of ad_var_type_check_integer_p

(use Tcl idiom "string is integer -strict" instead)

improve spelling

  1. … 21 more files in changeset.
Speed up referential integrity by avoiding sequential scans

    • -1
    • +9
    ./sql/postgresql/acs-mail-lite-create.sql
    • -0
    • +24
    ./sql/postgresql/upgrade/upgrade-5.10.0d6-5.10.0d7.sql
Removed obsolete @arch-tag

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

max test cases explicit

Enable ns_imap dependent tests only when this is installed.

    • -57
    • +70
    ./tcl/test/email-inbound-procs.tcl
Fix typo

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.