Revisions for imp/lib/Sentmail.php

Location: [ Horde ] / imp / lib / Sentmail.php View: Logs | Branches | Statistics
Search Revisions:
Show diffs between and
Show Differences shows diffs to the previous revision. If you select a revision by clicking its row, Show Differences will show the differences to the selected row.
Show Branch:
  Revision Date Author Log Message
1.16.2.2 FRAMEWORK_3 (+2 -2 lines) 01/02/2008 06:31 AM Jan Schneider jan

Happy New Year

Tags: IMP_4_3, IMP_4_3_RC2, IMP_4_2_1_RC1, IMP_4_2, IMP_4_2_RC4, IMP_4_2_RC3, IMP_4_2_RC2

1.17 (+2 -2 lines) 01/02/2008 06:12 AM Jan Schneider jan

Happy New Year

1.16.2.1 FRAMEWORK_3 (+1 -1 lines) 12/20/2007 08:59 AM Jan Schneider jan

Merge from HEAD.

1.16 (+4 -2 lines) 11/02/2007 11:27 AM Chuck Hagenbuch chuck

Fix fallback to base driver
Bug: 5855

Tags: FRAMEWORK_3, BEFORE_MERGE_3_2, IMP_4_2_RC1

1.15 (+4 -2 lines) 02/16/2007 02:51 PM Michael M Slusarz slusarz

Pretty sure we want a way to specify the user when determining the number
of recipients sent.

Tags: IMP_4_2_ALPHA

1.14 (+2 -2 lines) 01/02/2007 07:47 AM Jan Schneider jan

Happy New Year

1.13 (+2 -2 lines) 01/01/2007 07:41 PM Jan Schneider jan

Assign copyright to The Horde Project for those copyright holders that already agreed to it.

1.12 (+5 -46 lines) 09/05/2006 07:35 PM Chuck Hagenbuch chuck

Remove IMP_Sentmail::singleton, just use factory. Remove unnecessary
references in affected areas.

1.11 (+5 -5 lines) 09/04/2006 06:43 PM Michael M Slusarz slusarz

coding standards: don't use is_null().

1.10 (+29 -2 lines) 02/09/2006 11:31 PM Chuck Hagenbuch chuck

no fatal errors on db connection errors.

1.9 (+2 -2 lines) 01/01/2006 04:10 PM Jan Schneider jan

Happy new year\!

1.8 (+5 -3 lines) 12/01/2005 04:57 AM Matt Selsky selsky

References.

1.7 (+2 -2 lines) 11/02/2005 02:44 PM Jan Schneider jan

Add 'redirect' to default filter list.

1.6 (+13 -1 lines) 11/02/2005 10:39 AM Jan Schneider jan

Implement numberOfRecipients().

1.5 (+13 -1 lines) 11/02/2005 09:24 AM Jan Schneider jan

Add garbage collection.

1.4 (+10 -5 lines) 11/02/2005 06:48 AM Jan Schneider jan

Save only bare addresses, and save all addresses.
Allow to filter recipients by send action.

1.3 (+13 -1 lines) 10/28/2005 01:09 PM Jan Schneider jan

Implement favouriteRecipients(). I hope the SQL statement is portable, feedback welcome.

1.2 (+10 -1 lines) 10/28/2005 12:17 PM Jan Schneider jan

phpdoc

1.1 10/28/2005 12:12 PM Jan Schneider jan

Add logging of sent messages.