Commit Graph
100 Commits
Author SHA1 Message Date
SJ c0420fed0a added pop3 support for pilerimport 2012-11-24 23:02:08 +01:00
SJ 9c9f59ac52 fixed a sorting bug in webui popup window 2012-11-21 22:53:55 +01:00
SJ 4b37be8f19 changed the imap auth command from authenticate to login 2012-11-21 22:01:06 +01:00
SJ acb3790a0f new option REWRITE_MESSAGE_ID enables you to rewrite the message-id of the restored message 2012-11-14 15:28:39 +01:00
SJ 90ef9dc0e2 fixed a bug causing for certain messages to rewrite the first byte to NUL-byte 2012-11-03 23:44:09 +01:00
SJ 5db07229f7 code cleanup to make gcc 4.7.1 happy 2012-11-03 23:42:36 +01:00
SJ 8abe4c6d60 minor attachment handling fix 2012-11-02 22:17:21 +01:00
SJ 0d21858c96 fixed a typo in configure.in 2012-11-02 12:12:58 +01:00
SJ 34d083b1ba fixed a bug in resetting the counters 2012-11-01 22:48:33 +01:00
SJ abd1712f53 added a boundary to the domain listing 2012-11-01 22:33:57 +01:00
SJ e969b3efc6 added tcp_wrappers support to the piler daemon 2012-10-29 10:22:31 +01:00
SJ 9dd3f39ceb updated the README file 2012-10-28 21:03:47 +01:00
SJ dbbebbe5bf added starttls support to piler daemon 2012-10-28 20:36:46 +01:00
SJ d7f860c15b added SSL support to pilerimport 2012-10-27 14:40:25 +02:00
SJ 0f61106386 added pilerpurge as an optional cron entry 2012-10-23 22:11:15 +02:00
SJ 5234192713 added Brazilian Portuguese. Credits: Wolfgang Kluth 2012-10-23 22:09:44 +02:00
SJ c7700a73d1 add the number of hits, too 2012-10-23 19:16:24 +02:00
SJ e96eab3c1b added an option to syslog sphinx queries 2012-10-23 19:11:49 +02:00
SJ 79282987a5 reintroduced some crontab entries 2012-10-23 18:55:16 +02:00
SJ 30abe63474 added the HELP_URL config.php option 2012-10-23 10:34:05 +02:00
SJ ff30debbf4 let pilerget syslog its error messages 2012-10-23 10:12:56 +02:00
SJ f9bcdb2047 updated the README file 2012-10-18 21:31:12 +02:00
SJ 9ef078c5f4 added single sign-on support 2012-10-17 13:11:08 +02:00
SJ 02f1dac543 extended the user table to store util/db-mysql.sql 2012-10-16 23:45:54 +02:00
SJ ac61b8cf0f added an option to enable the checking of search results checkboxes 2012-10-11 14:32:59 +02:00
SJ 68e5a64c9f updated the folder table scheme 2012-10-08 22:06:03 +02:00
SJ a6690a2428 fix for journaled messages with Bcc recipients 2012-10-08 21:06:48 +02:00
SJ f7d9556b84 fixed a typo in model/userr/auth.php 2012-10-06 21:35:22 +02:00
SJ 15938f6510 fixing initial LDAP auth issue 2012-10-06 14:18:00 +02:00
SJ 79fafcb3fe combine journal recpient addresses, allowing bcc users to see their messages 2012-10-05 14:27:03 +02:00
SJ d6b0c3def4 you can download individual attachments 2012-10-04 10:00:54 +02:00
SJ 0c20a5f1e1 fixed the from= logged field in case of null sender 2012-10-03 23:32:44 +02:00
SJ e3f1134f04 removed get_id_by_piler_id() 2012-10-03 23:29:32 +02:00
SJ 9adee38fbd added a new utility: pileraget to retrieve attachments 2012-10-03 23:27:33 +02:00
SJ 040394ec69 subject reading fix 2012-10-02 15:21:16 +02:00
SJ 54d78670e1 fix recipient list issue: do a case insensitive comparison of the email addresses 2012-10-02 14:44:01 +02:00
SJ 6d868c911a fixed a journaling bug 2012-10-01 21:09:11 +02:00
SJ ab29175975 use a modified version of xlhtml for ppt files 2012-10-01 14:10:56 +02:00
SJ 4fe041d552 added the gmail import script to makefile 2012-09-29 19:42:25 +02:00
SJ 5490941169 journaling strip fix 2012-09-28 21:49:19 +02:00
SJ 92e2ca30c1 journaling strip fix 2012-09-28 21:48:20 +02:00
SJ f2dd3b669a finalized google free apps support 2012-09-28 14:15:45 +02:00
SJ 14ef68ed98 journaling additional fix 2012-09-28 10:50:00 +02:00
SJ 55de53bb26 added google xoauth2 support + fixed a journaling issue 2012-09-28 10:34:04 +02:00
SJ f930aacc84 fixed the xlsx extracting 2012-09-26 15:26:59 +02:00
SJ 6a642ba287 fixed a format string problem in the parser 2012-09-26 15:26:30 +02:00
SJ ea8051299d added a utility to contrib/imap that adds seen flags to all messages in INBOX 2012-09-22 11:30:37 +02:00
SJ 9739809347 languages fix 2012-09-21 20:26:49 +02:00
SJ d68ffad8a6 use the browsers language preferences instead of the settings page 2012-09-21 20:13:41 +02:00
SJ 3e0ad6da34 better message dragging feature 2012-09-21 16:54:47 +02:00
SJ ae6b9d4b05 added an option for verbose pilerimport messages 2012-09-21 11:04:20 +02:00
SJ d037e730c8 webui detailed search fixes 2012-09-19 15:50:22 +02:00
SJ 4d4982a9c6 you can search for can't or don't too, words with single quotes 2012-09-18 17:11:40 +02:00
SJ 7de23a3b1d minor fixes 2012-09-18 15:54:48 +02:00
SJ 453d20adc5 0.1.21 fixes 2012-09-17 16:49:27 +02:00
SJ 0004e2b85d release of 0.1.21 2012-09-16 17:02:38 +02:00
SJ 5b96cd06ca reintroduced the load saved searches feature 2012-09-16 16:47:28 +02:00
SJ fd27d17d24 added expand/collapse feature to webui folders 2012-09-15 22:49:38 +02:00
SJ b03ca2effb added folder handling to webui 2012-09-15 15:30:35 +02:00
SJ b2fa1bf3b1 audit template fix 2012-09-14 15:03:30 +02:00
SJ a6ff431397 added rtf support 2012-09-14 15:03:00 +02:00
SJ 36e08326d0 audit logging fix 2012-09-14 11:54:09 +02:00
SJ 6e8f451e52 webui fixes 2012-09-14 11:05:42 +02:00
SJ 9e868f2ccd fixed a division error 2012-09-14 11:04:43 +02:00
SJ 731c953bd6 fixed the search query build 2012-09-14 11:04:17 +02:00
SJ ca689e4b30 fixed an issue with ldap_sync in case of the users DN is changed 2012-09-13 23:47:04 +02:00
SJ e688ce0420 can toggle between 2 or 3 pane layout from config.php 2012-09-13 21:35:34 +02:00
SJ 0ff9e77c5f added scrolling feature with up/down arrows 2012-09-12 09:51:35 +02:00
SJ 604ff565e1 limit folder names to the top level 2012-09-11 15:12:58 +02:00
SJ 46ec86a070 added folder column to a query to make tagging working 2012-09-11 14:56:01 +02:00
SJ ef8060668c fixed a typo Call-time pass-by-reference issue 2012-09-11 14:55:23 +02:00
SJ 417212a344 added missing notes definition to config.php 2012-09-11 14:42:08 +02:00
SJ dc77fd190f configure fixes 2012-09-11 14:27:29 +02:00
SJ 152351e373 added zip support 2012-09-11 14:11:17 +02:00
SJ 69fa244dfa fixed a decoding issue 2012-09-09 23:18:30 +02:00
SJ b4854e312a added odf, ms office attachment support 2012-09-09 23:16:09 +02:00
SJ 1620f0b50f added folder support for sphinx 2012-09-07 15:09:45 +02:00
SJ 33f0a88670 added attachment support 2012-09-07 15:08:50 +02:00
SJ 853c4ab4f1 major rewrite of the web interface 2012-09-06 15:27:20 +02:00
SJ e3bd0b987a fixed a parser bug 2012-09-04 14:49:56 +02:00
SJ 36e395426f added recursive folder support to pilerimport 2012-09-03 17:12:02 +02:00
SJ fd976f1daf fixed a bug in ms journal parsing 2012-09-03 11:08:12 +02:00
SJ 287b8c0e45 added X-MS-Journal-Report support 2012-09-03 10:06:34 +02:00
SJ 2bee3f317b added a note feature to index 2012-09-02 23:21:41 +02:00
SJ a67d799382 added a note feature to index 2012-09-02 23:18:04 +02:00
SJ dc97eaee9e another minor fix for expert search 2012-08-28 22:47:18 +02:00
SJ 222a3aa355 improved the expert search 2012-08-28 22:00:45 +02:00
SJ 1c2ed0d5bb updated the crontabs file 2012-08-25 21:13:43 +02:00
SJ 5ecd4b7299 fixed a bug with messages without encoding 2012-08-25 15:01:19 +02:00
SJ 6a522be88e added a few more indexing options to sphinx.conf 2012-08-23 15:06:00 +02:00
SJ d0141507b0 added folder support for piler daemon and pilerimport 2012-08-23 10:23:58 +02:00
SJ 572d258c2a added min_word_len option to discard/skip too short words in email body 2012-08-22 08:15:53 +02:00
SJ 7e8c7f12b6 improved message parsing 2012-08-21 21:57:39 +02:00
SJ d763892f3e iconv fix, pilerimport can handle up to 1024 mbox files 2012-08-19 23:20:33 +02:00
SJ a3d0b399c1 fixed a bug in utf8_encoding abnormally long lines 2012-08-17 22:29:59 +02:00
SJ 4a97a90934 added a do not follow referrals ldap option 2012-08-17 11:55:44 +02:00
SJ a44018e89e fix in the ldap user import 2012-08-16 14:30:44 +02:00
SJ f6fc3b28d2 pilerget now can decrypt with a zeroed key 2012-08-16 12:45:03 +02:00
SJ 8118a5dd42 added missing declaration 2012-08-16 12:31:10 +02:00
SJ 9b6c70488a fixed an encryption bug due to not rereading the key after clearing the cfg structure 2012-08-16 12:15:14 +02:00