Log of /contributions/modules/mailhandler/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.9
Fri May 2 14:54:58 2008 UTC
(18 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
Changes since
1.8: +0 -0 lines
FILE REMOVED
Please use the relevant branches. HEAD is not currently in use.
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri May 2 12:58:16 2008 UTC
(18 months, 3 weeks ago)
by
weitzman
Branch:
MAIN
CVS Tags:
DRUPAL-6--1-0,
DRUPAL-6--1-1,
DRUPAL-6--1-2,
DRUPAL-6--1-3,
DRUPAL-6--1-4,
DRUPAL-6--1-5,
DRUPAL-6--1-6,
DRUPAL-6--1-7,
DRUPAL-6--1-8
Branch point for:
DRUPAL-6--1,
DRUPAL-6--2
Changes since
1.7: +2 -2 lines
Diff to
previous 1.7
#192197 drupal 6 version. thanks Stuart Greenfield. Some minor modifications by Moshe Weitzman.
Revision
1.6.2.1
Wed Apr 19 17:56:57 2006 UTC
(3 years, 7 months ago)
by
weitzman
Branch:
DRUPAL-4-7
Changes since
1.6: +0 -60 lines
FILE REMOVED
file README.txt was added on branch DRUPAL-4-7 on 2006-04-19 18:01:41 +0000
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Apr 19 17:56:57 2006 UTC
(3 years, 7 months ago)
by
weitzman
Branch:
MAIN
Branch point for:
DRUPAL-4-7
Changes since
1.5: +1 -3 lines
Diff to
previous 1.5
4.7 compatible. not thoroughly tested yet but form processing certainly works. thanks sanduhrs and benwe and markus_ptrux. #45590
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Nov 6 04:58:59 2005 UTC
(4 years ago)
by
weitzman
Branch:
MAIN
Changes since
1.4: +3 -4 lines
Diff to
previous 1.4
commtting misc improvements that were lingering in a checkout. syndication.module is partially upgraded for forms API. more to do.
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Apr 25 04:22:41 2005 UTC
(4 years, 7 months ago)
by
weitzman
Branch:
MAIN
Changes since
1.3: +2 -0 lines
Diff to
previous 1.3
remove theme('page') ... i used chx_'s fine replace.php script. see his sandbox
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Apr 15 03:46:09 2005 UTC
(4 years, 7 months ago)
by
weitzman
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.2: +54 -2 lines
Diff to
previous 1.2
#19919
This patch does the following:
1. adds an email filter to prettify email conversations;
2. adds a node format selector to the mailhandler admin page to facilitate prettification;
3. adds a field for extra IMAP commands necessary for some mail servers (e.g. notls, novalidate-cert etc.);
4. respects message encoding to fix issues with i18n characters in email subject, from address, and body;
5. moves the call to mailhandler_switch_user() to after the call to the _mailhander hook to allow other modules (especially the listhandler) to create new users;
6. fixes comment creation issue with drupal_goto();
7. adds a separate mailhandler.css style sheet for mail formatting.
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:39 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.