aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* remove debian packagingv1.0Johannes Berg2008-09-1812-202/+1
|
* make proper versionJohannes Berg2008-09-184-15/+24
|
* some more verbose debugging, untestedJohannes Berg2008-09-094-7/+45
|
* delete generated substvars filesJohannes Berg2008-08-213-6/+0
|
* build-depends on proper dovecot version (1.1 versions < 1.1.2 don't work)Johannes Berg2008-08-211-1/+1
|
* make multiple packages installable concurrentlyJohannes Berg2008-08-081-7/+7
|
* make packages depend on a particular dovecot versionJohannes Berg2008-08-082-3/+6
|
* remove generated substvars filesJohannes Berg2008-08-084-0/+5
|
* 1.1 plugin: fix typo pointed out AndersJohannes Berg2008-07-251-3/+4
|
* fix quota vs. antispam issue in 1.1Johannes Berg2008-07-221-1/+6
|
* fix bug in 1.1 codeJohannes Berg2008-06-051-1/+3
|
* improve verbose loggingJohannes Berg2008-06-021-6/+15
|
* add git version to pluginJohannes Berg2008-06-024-4/+20
|
* don't track debian/files in gitJohannes Berg2008-05-312-3/+1
|
* add preliminary debian packagingJohannes Berg2008-05-3116-0/+202
|
* small manpage changeJohannes Berg2008-05-311-1/+1
|
* fix CC and HOSTCC varsJohannes Berg2008-05-311-2/+2
|
* auto-detect dovecot versionJohannes Berg2008-05-316-44/+75
|
* more #ifdef removalJohannes Berg2008-05-312-12/+17
|
* defconfig: default to /usr/include/dovecot/Johannes Berg2008-05-311-2/+2
|
* clean up dovecot compat code a bitJohannes Berg2008-05-313-14/+36
|
* clean up building a bitJohannes Berg2008-05-312-10/+14
|
* 1.1 code: free mail reference before rolling back transactionJohannes Berg2008-05-301-2/+2
|
* make plugin for 1.1 work more or lessJohannes Berg2008-05-302-44/+30
| | | | | It's not really tested, might leak memory, eat your mail, whatever... It no longer crashes though.
* allow .config to add cflagsJohannes Berg2008-05-302-1/+4
|
* include -Wall in CFLAGSJohannes Berg2008-05-201-1/+1
|
* Fix compile against current dovecot 1.0 sources.Chris Boyle2008-05-201-2/+4
|
* fix a couple of 1.1 bugsJohannes Berg2008-04-261-13/+7
|
* make move_to_class staticJohannes Berg2008-04-261-1/+1
|
* add 1.1 storage. probably doesn't workJohannes Berg2008-04-261-0/+509
|
* backend preparations for 1.1Johannes Berg2008-04-265-0/+40
|
* shuffle some code, add _id for 1.1 pluginJohannes Berg2008-04-263-7/+14
|
* mailtrain: fix bug with stripping "From " lineJohannes Berg2008-04-241-4/+16
|
* allow configuring user/group for installed binaryDavid Reid2008-04-212-2/+6
| | | | | This patch essentially allows you to configure the user and group that are used for the installed binary :-)
* add verbose debuggingJohannes Berg2008-04-195-3/+33
|
* make code for folder hook clearerJohannes Berg2008-03-201-1/+1
|
* add keyword hook, work in progressJohannes Berg2008-03-204-13/+187
|
* add debug output to mailtrainJohannes Berg2008-03-201-0/+2
|
* add a note about using mailtrain with other programsJohannes Berg2008-03-171-0/+4
|
* autoget Dovecot plugin dirSteffen Kaiser2008-03-161-0/+5
|
* Properly log return value of sendmail invocation if it fails.Steffen Kaiser2008-03-061-1/+1
|
* add note about using mailtrain for other purposes (suggested by Steffen Kaiser)Johannes Berg2008-03-051-0/+13
|
* Fix file descriptor leak in mailtrain backendSteffen Kaiser2008-03-051-2/+3
|
* Leaked a t_pop() call in I/O handler 0x805b350Steffen Kaiser2008-03-051-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 Berg2008-03-054-5/+76
|
* disallow APPEND to unsure/spam foldersJohannes Berg2008-02-191-5/+20
|
* init/reset movetype/save_hack variables appropriatelyJohannes Berg2008-02-181-0/+15
|
* use want_mail variableJohannes Berg2008-02-181-4/+3
|
* remove --stdout from dspam-exec's syslog messageJohannes Berg2008-02-021-1/+1
|
* dspam backend: don't force --stdout and recommend --deliver=Johannes Berg2008-02-022-6/+5
|