• last updated 2 hours ago
Constraints
Constraints: committers
 
Constraints: files
Constraints: dates
Missing upgrade

    • -0
    • +7
    ./sql/postgresql/upgrade/upgrade-1.3b5-1.3b6.sql
Support for external SMTP Servers. Initial preparations to have complex_send store emails and fire them off later with complex_send_immediately

    • -15
    • +149
    ./tcl/acs-mail-lite-procs.tcl
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

Removed callbacks from teh info file as this is handled differently now

Catalog files form translate.openacs.org for packages NOT included

in the OpenACS Core

    • -0
    • +16
    ./catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml
  1. … 680 more files in changeset.
file acs-mail-lite.pt_BR.ISO-8859-1.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/acs-mail-lite.pt_BR.ISO-8859-1.xml
Added support for multipart/alternative

Added fixed font

Forgot to use party_id instead of to

Added support for extraheaders. Cleaned up a bit

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.

Added support to 'to_addr' if we do not provide recipient_ids

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

file acs-mail-lite.pl_PL.utf-8.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/acs-mail-lite.pl_PL.utf-8.xml
file acs-mail-lite.es_ES.ISO-8859-1.xml was initially added on branch oacs-5-2.

    • -0
    • +0
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
Catalogs from translate.openacs.org

for pacakges NOT included in the OpenACS Core

    • -1
    • +1
    ./catalog/acs-mail-lite.de_DE.ISO-8859-1.xml
    • -1
    • +1
    ./catalog/acs-mail-lite.en_US.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.es_ES.ISO-8859-1.xml
    • -0
    • +16
    ./catalog/acs-mail-lite.pl_PL.utf-8.xml
  1. … 1078 more files in changeset.
Minot change

Enabled support for party_ids also containing groups

Added group sending support

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

Support for using party_ids instead of email addresses with complex_send. Upgraded callback

    • -4
    • +18
    ./tcl/acs-mail-lite-callback-procs.tcl
    • -30
    • +122
    ./tcl/acs-mail-lite-procs.tcl
move to using smtp for complex_send. Support for single_mail flag. Support for bcc and cc emails

    • -91
    • +131
    ./tcl/acs-mail-lite-procs.tcl
Support for fixed_sender

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

Added support for including files in e-mail sending from a predefined folder. This is useful if you want to have the option to include some marketing or legal documents in most of your e-mails

fixed exporting cancel_url

Removed Contacts code