| 1 |
January 30, 2004 |
February 5, 2005 |
| 2 |
|
- mail_archive.module |
| 3 |
|
o added some watchdog messages |
| 4 |
|
o added pause between each subscription when downloading messages from |
| 5 |
|
multiple subscriptions - works around imap bug in which too many |
| 6 |
|
connection attempts in rapid succession can cause some to fail |
| 7 |
|
o fix $Id tag |
| 8 |
|
|
| 9 |
|
January 30, 2005 |
| 10 |
- mail_archive.module: |
- mail_archive.module: |
| 11 |
o fixed permissions issue for deleting messages |
o fixed permissions issue for deleting messages |
| 12 |
o initial support for browsing by date (rough around the edges) |
o initial support for browsing by date (rough around the edges) |
| 13 |
|
|
| 14 |
January 26, 2004 |
January 26, 2005 |
| 15 |
- mail_archive.module: |
- mail_archive.module: |
| 16 |
o added ability to delete message (and optionally attachments) |
o added ability to delete message (and optionally attachments) |
| 17 |
|
|
| 18 |
January 23, 2004 |
January 23, 2005 |
| 19 |
- mail_archive.module: |
- mail_archive.module: |
| 20 |
o fix raw message view (added hidden menu item) |
o fix raw message view (added hidden menu item) |
| 21 |
o fix from/subject search (added hidden menu item) |
o fix from/subject search (added hidden menu item) |
| 22 |
|
|
| 23 |
January 21, 2004 |
January 21, 2005 |
| 24 |
- mail_archive.module: |
- mail_archive.module: |
| 25 |
o use pager when displaying expanded thread, only showing n messages per |
o use pager when displaying expanded thread, only showing n messages per |
| 26 |
page |
page |
| 27 |
o display categorized mail archives page modeled after forum module |
o display categorized mail archives page modeled after forum module |
| 28 |
|
|
| 29 |
January 17, 2004 |
January 17, 2005 |
| 30 |
- mail_archive.module: |
- mail_archive.module: |
| 31 |
o display "(no subject)" (localized) when listing messages without subject |
o display "(no subject)" (localized) when listing messages without subject |
| 32 |
- ma_blogit.module: |
- ma_blogit.module: |
| 33 |
o adds "blog it" link to message views |
o adds "blog it" link to message views |
| 34 |
|
|
| 35 |
January 16, 2004 |
January 16, 2005 |
| 36 |
- mail_archive.module: |
- mail_archive.module: |
| 37 |
o don't increment messages_downloaded if download fails (or is duplicate) |
o don't increment messages_downloaded if download fails (or is duplicate) |
| 38 |
o set maximum number of downloads at a time (ie, to prevent browser timeout) |
o set maximum number of downloads at a time (ie, to prevent browser timeout) |
| 42 |
o fix typo in mail_archive_subscriptions preventing table creation |
o fix typo in mail_archive_subscriptions preventing table creation |
| 43 |
o remove unused fields from mail_archive_subscriptions |
o remove unused fields from mail_archive_subscriptions |
| 44 |
|
|
| 45 |
January 15, 2004 |
January 15, 2005 |
| 46 |
- mail_archive.module: |
- mail_archive.module: |
| 47 |
o fix 'next thread' and 'previous thread' links to really link to next and previous thread |
o fix 'next thread' and 'previous thread' links to really link to next and previous thread |
| 48 |
(have to reference from parent of thread, not current message) |
(have to reference from parent of thread, not current message) |
| 58 |
|
|
| 59 |
ALTER TABLE {mail_archive_message_index} ADD in_reply_tos int(2) unsigned default 0; |
ALTER TABLE {mail_archive_message_index} ADD in_reply_tos int(2) unsigned default 0; |
| 60 |
|
|
| 61 |
January 14, 2004 |
January 14, 2005 |
| 62 |
- mail_archive.module: |
- mail_archive.module: |
| 63 |
o determine body type using encoding field, not type field |
o determine body type using encoding field, not type field |
| 64 |
o allow 'access mail archive' access to "next" and "previous" links |
o allow 'access mail archive' access to "next" and "previous" links |
| 65 |
o fix 'next message' and 'previous message' links to really link to next and previous message |
o fix 'next message' and 'previous message' links to really link to next and previous message |
| 66 |
o added mouse-over descriptions to all menu items |
o added mouse-over descriptions to all menu items |
| 67 |
|
|
| 68 |
January 13, 2004 |
January 13, 2005 |
| 69 |
- mail_archive.module: |
- mail_archive.module: |
| 70 |
o when determining if attachment is text, use 'encoding', not 'type' |
o when determining if attachment is text, use 'encoding', not 'type' |
| 71 |
o formatting cleanup |
o formatting cleanup |
| 75 |
o fixed rethreading of "corrupted" threads (ie, if top parent is deleted) |
o fixed rethreading of "corrupted" threads (ie, if top parent is deleted) |
| 76 |
|
|
| 77 |
A demo of this module can now be found at: |
A demo of this module can now be found at: |
| 78 |
http://kerneltrap.org/mailarchive |
http://kerneltrap.org/lists |
| 79 |
|
|
| 80 |
January 12, 2005 |
January 12, 2005 |
| 81 |
- mail_archive.module: |
- mail_archive.module: |