• last updated 7 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Cleaning up. Removed the code for prefix handling as it does not work. Changed Oracle scripts and make them look nicer.

  1. … 9 more files in changeset.
Put the not working code into it's own area.

removed and put into callbacks, not to be standing guilty of changing functionality without a tip.

Added support for reply_to address

  1. … 4 more files in changeset.
Added oracle scripts, continued with the move from user_id to party_id

  1. … 10 more files in changeset.
The worlds simplest mailing list

This oracle sql file had a "postgresql" rdbms tag

Fixed bouncing and record bounces when SMTP server does not like the email address

Fixed problem with very long subjects

More cleaning up and oracle scripts

    • -116
    • +0
    ./acs-mail-lite-procs-postgresql.xql
    • -0
    • +98
    ./complex-send-procs-oracle.xql
    • -0
    • +98
    ./complex-send-procs-postgresql.xql
    • -0
    • +30
    ./complex-send-procs.xql
Moved complex_send to its own file. Fixed character encoding after finding by accident that a procedure mime::word_encode actually exists...

    • -0
    • +702
    ./complex-send-procs.tcl
Added complex_send queue and sweeper

    • -0
    • +115
    ./acs-mail-lite-procs-postgresql.xql
  1. … 2 more files in changeset.
Support for external SMTP Servers. Initial preparations to have complex_send store emails and fire them off later with complex_send_immediately

  1. … 1 more file in changeset.
Made sure that forum notifications go through by adding quotes around the domain so sendmessage cannot complain anymore. Just to be on the safe side did this for Names of users as well in complex_send. Last but not least changed complex send to only overwrite the from_string if we actually find a party_id

  1. … 1 more file in changeset.
Mime encoded subject and added option to use remote SMTP Servers with login

Mime Encode the subject

Fixed typo

Added support for multipart/alternative

Added support for extraheaders. Cleaned up a bit

  1. … 1 more file in changeset.
Cleaning up ' acs-mail-lite is littered with partially

> completed and essentially non-functional code (hard-wired references to

> malte's home directory on one of his servers, for instance)' that Don has complaining about and he says it needs fixing.

The name of the user should be in paranthesis when sending an e-mail

Minot change

Enabled support for party_ids also containing groups

  1. … 1 more file in changeset.
Added group sending support

Upgraded version to be on the save side for dependencies. FIxed boolean logic mistake

  1. … 1 more file in changeset.
Support for using party_ids instead of email addresses with complex_send. Upgraded callback

move to using smtp for complex_send. Support for single_mail flag. Support for bcc and cc emails

Added support to send files from the filesystem instead of cr_items to complex_send

support for CC emails

  1. … 1 more file in changeset.
Merged -no_callback_p and fixed_sender from HEAD

  1. … 1 more file in changeset.