Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix quota vs. antispam issue in 1.1 | Johannes Berg | 2008-07-22 | 1 | -1/+6 |
| | |||||
* | fix bug in 1.1 code | Johannes Berg | 2008-06-05 | 1 | -1/+3 |
| | |||||
* | improve verbose logging | Johannes Berg | 2008-06-02 | 1 | -6/+15 |
| | |||||
* | add git version to plugin | Johannes Berg | 2008-06-02 | 4 | -4/+20 |
| | |||||
* | don't track debian/files in git | Johannes Berg | 2008-05-31 | 2 | -3/+1 |
| | |||||
* | add preliminary debian packaging | Johannes Berg | 2008-05-31 | 16 | -0/+202 |
| | |||||
* | small manpage change | Johannes Berg | 2008-05-31 | 1 | -1/+1 |
| | |||||
* | fix CC and HOSTCC vars | Johannes Berg | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | auto-detect dovecot version | Johannes Berg | 2008-05-31 | 6 | -44/+75 |
| | |||||
* | more #ifdef removal | Johannes Berg | 2008-05-31 | 2 | -12/+17 |
| | |||||
* | defconfig: default to /usr/include/dovecot/ | Johannes Berg | 2008-05-31 | 1 | -2/+2 |
| | |||||
* | clean up dovecot compat code a bit | Johannes Berg | 2008-05-31 | 3 | -14/+36 |
| | |||||
* | clean up building a bit | Johannes Berg | 2008-05-31 | 2 | -10/+14 |
| | |||||
* | 1.1 code: free mail reference before rolling back transaction | Johannes Berg | 2008-05-30 | 1 | -2/+2 |
| | |||||
* | make plugin for 1.1 work more or less | Johannes Berg | 2008-05-30 | 2 | -44/+30 |
| | | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though. | ||||
* | allow .config to add cflags | Johannes Berg | 2008-05-30 | 2 | -1/+4 |
| | |||||
* | include -Wall in CFLAGS | Johannes Berg | 2008-05-20 | 1 | -1/+1 |
| | |||||
* | Fix compile against current dovecot 1.0 sources. | Chris Boyle | 2008-05-20 | 1 | -2/+4 |
| | |||||
* | fix a couple of 1.1 bugs | Johannes Berg | 2008-04-26 | 1 | -13/+7 |
| | |||||
* | make move_to_class static | Johannes Berg | 2008-04-26 | 1 | -1/+1 |
| | |||||
* | add 1.1 storage. probably doesn't work | Johannes Berg | 2008-04-26 | 1 | -0/+509 |
| | |||||
* | backend preparations for 1.1 | Johannes Berg | 2008-04-26 | 5 | -0/+40 |
| | |||||
* | shuffle some code, add _id for 1.1 plugin | Johannes Berg | 2008-04-26 | 3 | -7/+14 |
| | |||||
* | mailtrain: fix bug with stripping "From " line | Johannes Berg | 2008-04-24 | 1 | -4/+16 |
| | |||||
* | allow configuring user/group for installed binary | David Reid | 2008-04-21 | 2 | -2/+6 |
| | | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-) | ||||
* | add verbose debugging | Johannes Berg | 2008-04-19 | 5 | -3/+33 |
| | |||||
* | make code for folder hook clearer | Johannes Berg | 2008-03-20 | 1 | -1/+1 |
| | |||||
* | add keyword hook, work in progress | Johannes Berg | 2008-03-20 | 4 | -13/+187 |
| | |||||
* | add debug output to mailtrain | Johannes Berg | 2008-03-20 | 1 | -0/+2 |
| | |||||
* | add a note about using mailtrain with other programs | Johannes Berg | 2008-03-17 | 1 | -0/+4 |
| | |||||
* | autoget Dovecot plugin dir | Steffen Kaiser | 2008-03-16 | 1 | -0/+5 |
| | |||||
* | Properly log return value of sendmail invocation if it fails. | Steffen Kaiser | 2008-03-06 | 1 | -1/+1 |
| | |||||
* | add note about using mailtrain for other purposes (suggested by Steffen Kaiser) | Johannes Berg | 2008-03-05 | 1 | -0/+13 |
| | |||||
* | Fix file descriptor leak in mailtrain backend | Steffen Kaiser | 2008-03-05 | 1 | -2/+3 |
| | |||||
* | Leaked a t_pop() call in I/O handler 0x805b350 | Steffen Kaiser | 2008-03-05 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | Raw backtrace: imap [0x80ad741] -> imap [0x80ad65c] -> imap(io_loop_handler _run+0x1ce) [0x80b35ce] -> imap(io_loop_run+0x28) [0x80b29a8] -> imap(main+0x5a0) [0x8063590] -> /lib/tls/i686/cmov/libc.so.6(__lib c_start_main+0xc8) [0xb7e37ea8] -> imap [0x8055e31] child 18478 (imap) killed with signal 6 Cause is, if sendmail fails with an exit code != 0, the function returns with -1 immediately skipping the t_pop() before the end of the function. This fixes it. | ||||
* | allow appends to spam if configured (offlineimap support) | Johannes Berg | 2008-03-05 | 4 | -5/+76 |
| | |||||
* | disallow APPEND to unsure/spam folders | Johannes Berg | 2008-02-19 | 1 | -5/+20 |
| | |||||
* | init/reset movetype/save_hack variables appropriately | Johannes Berg | 2008-02-18 | 1 | -0/+15 |
| | |||||
* | use want_mail variable | Johannes Berg | 2008-02-18 | 1 | -4/+3 |
| | |||||
* | remove --stdout from dspam-exec's syslog message | Johannes Berg | 2008-02-02 | 1 | -1/+1 |
| | |||||
* | dspam backend: don't force --stdout and recommend --deliver= | Johannes Berg | 2008-02-02 | 2 | -6/+5 |
| | |||||
* | allow arbitrary command line arguments for mailtrain backend | Johannes Berg | 2008-02-02 | 2 | -9/+39 |
| | |||||
* | clarify backend | Johannes Berg | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | fix readme bugs | Johannes Berg | 2007-10-22 | 1 | -2/+2 |
| | |||||
* | indent everything consistently | Johannes Berg | 2007-10-15 | 1 | -2/+2 |
| | |||||
* | make manual page out of README | Johannes Berg | 2007-10-15 | 2 | -161/+166 |
| | |||||
* | add note about mailtrain/full message to NOTES | Johannes Berg | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | use -Wextra | Johannes Berg | 2007-10-15 | 5 | -8/+12 |
| | |||||
* | fix compiler warning (missing const) | Johannes Berg | 2007-10-15 | 1 | -1/+1 |
| | |||||
* | fix init message | Johannes Berg | 2007-10-15 | 1 | -1/+1 |
| |