Log of /contributions/modules/og2list/mail-in.pl
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.25.2.2
Wed Jul 26 17:56:59 2006 UTC
(3 years, 4 months ago)
by
killes
Branch:
DRUPAL-4-6
Changes since
1.25.2.1: +1 -1 lines
FILE REMOVED
4.6 branch no lonbger supported.
Revision
1.26 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Fri Jun 2 22:48:48 2006 UTC
(3 years, 5 months ago)
by
killes
Branch:
MAIN
Changes since
1.25: +3 -5 lines
Diff to
previous 1.25
fixing sql queris in mail-in.pl (to_address, to_name removed in og2list_incoming_content)
fixing php warning if no attachements.
Revision
1.20 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Apr 13 12:48:47 2006 UTC
(3 years, 7 months ago)
by
bengen
Branch:
MAIN
Changes since
1.19: +9 -5 lines
Diff to
previous 1.19
* Properly decode character set(s) from subject
* Fix for minor glitch in body decoding
* add another test message from web.de
Revision
1.18 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Wed Apr 12 23:23:24 2006 UTC
(3 years, 7 months ago)
by
bengen
Branch:
MAIN
Changes since
1.17: +7 -4 lines
Diff to
previous 1.17
* fixed stupid variable declaration mismatch
* put parts of message body through decode(), so it's hopefully all
gonna be utf-8
Revision
1.7 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Mon Apr 3 21:49:35 2006 UTC
(3 years, 7 months ago)
by
bengen
Branch:
MAIN
Changes since
1.6: +13 -4 lines
Diff to
previous 1.6
* Corrected SQL lookup.
* Added links to the Exim documentation.
* Added a note on how to make the POD (more) readable
Revision
1.5 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 30 21:08:59 2006 UTC
(3 years, 8 months ago)
by
bengen
Branch:
MAIN
Changes since
1.4: +51 -32 lines
Diff to
previous 1.4
* References/In-Reply-To header parsing
* Documentation updates
* multipart/mixed, multipart/related, multipart/parallel are handled
in the same way.
Revision
1.4 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 23 23:53:42 2006 UTC
(3 years, 8 months ago)
by
bengen
Branch:
MAIN
Changes since
1.3: +51 -19 lines
Diff to
previous 1.3
* Started documentation in POD format
* MIME::Parser now puts its objects to memory instead of creating
temporary files
Revision
1.3 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 23 23:31:32 2006 UTC
(3 years, 8 months ago)
by
bengen
Branch:
MAIN
Changes since
1.2: +134 -80 lines
Diff to
previous 1.2
* Implemented command line parsing
-t: "test" switch
-f <from-address> Set _envelope_ from
* Renamed process_body to simplify_body -- the name makes more sense
* Some formatting to make Emacs perl-mode's syntax highlighting
happier
* Inserted stub for multipart/mixed, multipart/digest,
multipart/parallel, and a general multipart/* stub -- need to read
RfC2046 more thoroughly and see some examples.
Revision
1.2 -
(
view)
(
download)
(
as text)
(
annotate)
-
[select for diffs]
Thu Mar 23 01:23:19 2006 UTC
(3 years, 8 months ago)
by
bengen
Branch:
MAIN
Changes since
1.1: +86 -31 lines
Diff to
previous 1.1
added MIME parsing function that recognizes text/plain and text/html in multipart messages, added threading stuff
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.