bcb4e51a409d94ae670de96afb8483a4f7855294 |
|
01-Jan-2018 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
Updated copyright notices to include the year 2018. |
bf7dc750b95039981c0e9d728f313d50cf38a156 |
|
23-Mar-2017 |
Martti Rannanjärvi <martti.rannanjarvi@dovecot.fi> |
global: Log internal storage error on failure |
2454dfa32c93c20a8522c6ed42fe057baaac9f9a |
|
01-Jan-2017 |
Stephan Bosch <stephan.bosch@dovecot.fi> |
Updated copyright notices to include the year 2017. |
00b10a9ca50bca190e72a19aa6571ea612701d82 |
|
15-Nov-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm: Add open read-only parameter to mailbox iterator
This allows iterating mailboxes so that they
are opened for read-only. |
977f08d645b1779527c0938bbb848b61064839c3 |
|
26-Feb-2016 |
Aki Tuomi <aki.tuomi@dovecot.fi> |
doveadm-expunge: Use ver2 structures |
02c335c23bf5fa225a467c19f2c063fb0dc7b8c3 |
|
12-Jan-2016 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
global: freshen copyright
git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-5]/$1-2016/g;s/ (201[0-5]) Dovecot/ $1-2016 Dovecot/' |
6971937a6f3e93844dbd43bdbe903628e21a9422 |
|
13-Dec-2015 |
Timo Sirainen <timo.sirainen@dovecot.fi> |
doveadm expunge: Using "all" parameter didn't work. |
6a262c9bd8f57cf1e57112e0522dbdab28ae8c29 |
|
11-Mar-2015 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added several missing error logging calls. |
7cb128dc4cae2a03a742f63ba7afee23c78e3af0 |
|
05-Jan-2015 |
Phil Carmody <phil@dovecot.fi> |
global: freshen copyright
Robomatically:
git ls-files | xargs perl -p -i -e 's/(\d+)-201[0-4]/$1-2015/g;s/ (201[0-4]) Dovecot/ $1-2015 Dovecot/'
Happy 2015 everyone!
Signed-off-by: Phil Carmody <phil@dovecot.fi> |
a8c5a86d183db25a57bf193c06b41e092ec2e151 |
|
04-Feb-2014 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2014. |
50d16f6fefefb19e41a01400ac11a2adb4d8c231 |
|
23-Oct-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm expunge: Improved the error hint message about using something else besides MAILBOX. |
c57ba1788a6598993a9625bbf26a4fedca23815e |
|
06-May-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm_mail_iter_init(): Removed unnecessarily returning transaction.
If it's needed in future just add a new doveadm_mail_iter_get_transaction(). |
8c072aac2949d0c840162d1a1d334e8367fd2993 |
|
11-Apr-2013 |
Timo Sirainen <tss@iki.fi> |
doveadm: Don't use MAILBOX_LIST_ITER_RAW_LIST when listing mailboxes.
That skips ACLs and mailbox list. There's really no good reason to use that
by default. |
5a580c3a38ced62d4bcc95b8ac7c4f2935b5d294 |
|
02-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
Oops :) Update copyrights to 2013 without breaking all .c files. |
cca4ba2a504d70a9fe9fee37f8433997359de52c |
|
02-Feb-2013 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2013. |
402e999a878e0cc41a0afb830fea0a93afc75f0d |
|
11-Aug-2012 |
Timo Sirainen <tss@iki.fi> |
Renamed struct mailbox_info.name to vname. |
b66d803de86bfb411165b3465b0d9ef64ecfe2a1 |
|
25-Jun-2012 |
Timo Sirainen <tss@iki.fi> |
Avoid using (void)s by adding ATTR_NOWARN_UNUSED_RESULT attributes and other ways. |
12224fcf2de6724c89f63c0f9ee857f28a270df5 |
|
24-Apr-2012 |
Timo Sirainen <tss@iki.fi> |
doveadm expunge -d: If mailbox is deleted, unsubscribe it also |
1a3f9d72e15fb931edf58f104fb7ff12d238f051 |
|
19-Apr-2012 |
Timo Sirainen <tss@iki.fi> |
doveadm expunge: Added -d parameter to delete mailbox if it's empty after expunging. |
5fbccc935e3f7b916aa7c6e302a212821072e83a |
|
12-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
doveadm: Improved error handling. Failures should now always have non-zero exit code.
doveadm now uses sysexits.h exit codes in most places, although there are
still a lot of places where it simply returns EX_TEMPFAIL even though
something else might be better. |
5f5870385cff47efd2f58e7892f251cf13761528 |
|
12-Feb-2012 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2012. |
eef4ba0cc3e78f8c26804c1c9251a76580a41f0c |
|
29-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Changed mailbox_search_*() API to return pointer struct mail.
This reduces the flexibility, because now different mailbox_search_next()
calls can't have different mail parameters with possibly different
wanted_fields settings. This flexibility was never used though, and removing
it gives a couple of benefits:
* it's now easier for backends to implement prefetch and parallel search
* usage is easier since mail_alloc()/mail_free() is no longer needed |
b3126bef7460052415eea07b300d02c8eb07c1d7 |
|
23-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Renamed MAILBOX_LIST_ITER_NO_AUTO_INBOX to _NO_AUTO_BOXES. |
b932ee7fbbec6e79b777dcc7ba613b9e99f8337b |
|
23-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added "move" command for moving mails between mailboxes. |
2e37d45867d081db150ab78dad303b9077aea24f |
|
04-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2011. |
183bea41fa640dc8117f3eb45ff935cd81377a84 |
|
04-Mar-2011 |
Timo Sirainen <tss@iki.fi> |
Updated copyright notices to include year 2011. |
92c474baeabf47f66c626db23e92ba61e05d156d |
|
25-Oct-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm expunge: Sync mailbox after commit to make sure messages get physically expunged. |
d7379d3ceaf667b47513eac100bdf24dbd870d5a |
|
22-Jul-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm expunge: Check if search query is ok only once, not for each user. |
c07e35cfc9587fc7589cbc1db0daeeb828456b2b |
|
11-Jul-2010 |
Timo Sirainen <tss@iki.fi> |
lib-storage: Removed code related to listing mailboxes with non-virtual names.
The non-virtual listing code would have already crashed with assert. |
1db62753d9e3b5d71018889c8ef0a3722a307455 |
|
27-May-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: mail commands can now be extended more easily by plugins.
Also plugins can now override the list of -A users.
--HG--
branch : HEAD |
23878bd03d1de531e3261a25598beec621351910 |
|
13-May-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Changed mail command API to be more easily extensible.
--HG--
branch : HEAD |
cf63dc8723b971cc80638fccbf494d961cbafc7f |
|
30-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Changed mail command handler API.
This should help add some new future features.
--HG--
branch : HEAD |
f77da594de6318312a7f31589c9e4c38e2b74c73 |
|
30-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm fetch: Added support for mailbox-guid search key/fetch field.
--HG--
branch : HEAD |
4eecd3e2aadb20768a60f701e329b4345d04430c |
|
28-Apr-2010 |
Timo Sirainen <tss@iki.fi> |
doveadm: Added expunge command.
--HG--
branch : HEAD |