aox:aox.git
2015-04-07 Arnt GulbrandsenSASL LOGIN supports an initial response. master
2015-03-18 Arnt Gulbrandsenbe syntactically compatible with dovecot's inthread
2015-02-14 Arnt GulbrandsenCope properly uidvalidity changes
2015-01-21 Arnt Gulbrandsenhelp debug why the server quits sometimes
2015-01-21 Arnt Gulbrandsensend highestmodseq when appropriate
2015-01-21 Arnt GulbrandsenFETCH CHANGEDSINCE x is >x, not >=x
2015-01-21 Arnt Gulbrandsenfix and reenable COMPRESS=DEFLATE
2014-12-16 Arnt Gulbrandsencomply with the THRID draft instead of using arnt's...
2014-12-16 Arnt Gulbrandsenjkt knows his Latin
2014-10-28 Arnt Gulbrandsenhandle UTF8 APPEND correctly
2014-10-16 Arnt GulbrandsenAccept some overlong SASL reponses
2014-10-16 Arnt GulbrandsenAccept an empty list of return options
2014-10-16 Arnt GulbrandsenHandle unicode append properly
2014-10-15 Arnt GulbrandsenRemove SSLv3 support.
2014-09-10 Arnt GulbrandsenWe need at least one nonwhitespace character in the...
2014-08-20 Arnt Gulbrandsenprevent thread leakage.
2014-08-20 Arnt Gulbrandsenmake 'aox list users' a little more human-readable
2014-07-23 Arnt Gulbrandsenlock a little less at select time
2014-07-23 Arnt Gulbrandsenwords fail me.
2014-07-19 Arnt GulbrandsenMarkus Dahms didn't have that index.
2014-07-19 Arnt Gulbrandsenfinish implementing qresync
2014-07-18 Arnt Gulbrandsendowngrade return-path as well as other address fields
2014-07-17 Arnt Gulbrandsensend mailboxes using utf8 if the client supports that
2014-07-16 Arnt Gulbrandsennew root zone from internic
2014-07-15 Arnt Gulbrandsen:days 0 in sieve vacation now means three minutes
2014-07-15 Arnt Gulbrandsenmore 8-bit fetching, begone
2014-07-14 Arnt Gulbrandsenget rid of the remaining 8-bit Address API
2014-07-14 Arnt Gulbrandsenimprove aox' ability to sent out unicode mail
2014-07-14 Arnt Gulbrandsenbodyparts like jøran don't need quoting
2014-07-14 Arnt GulbrandsenEAI was _very_ improperly supported. fix.
2014-07-14 Arnt Gulbrandsensome valid unicode addresses couldn't be inserted....
2014-07-14 Arnt Gulbrandsenallow unicode in usernames
2014-07-03 Abhijit Menon-SenFix reused table name; thanks to Jim from NSS
2014-06-03 Arnt Gulbrandsendisable -Werror
2014-06-03 Arnt Gulbrandsenteach AddressParser about unicode addresses.
2014-05-12 Arnt Gulbrandsenbe compatible with older versions of g++
2014-05-12 Arnt Gulbrandsenfix incomprehensible typo
2014-05-12 Arnt Gulbrandsenprocpid was renamed in pg 9.2, not 9.3
2014-05-08 Arnt Gulbrandsenupdate to latest root zone
2014-04-30 Arnt Gulbrandsenset Message::threadId() correctly when caching at injection
2014-04-30 Arnt Gulbrandsenadd the first part of RFC5162 support (quick resync)
2014-04-25 Arnt Gulbrandsenthread more outlook messages
2014-03-29 Arnt Gulbrandsenbase 'younger' on delete time if searching deleted...
2014-03-29 Arnt Gulbrandsenspeling
2014-03-29 Arnt Gulbrandsenaox ... younger 2 accidentally used the wrong time...
2014-03-10 Arnt Gulbrandsenrecycle thread identifiers
2014-03-10 Arnt Gulbrandsenthere's no need to =?...?= when the client speaks eai
2014-03-10 Arnt Gulbrandsenavoid sending bare linefeeds along with overlong messag...
2014-03-10 Arnt Gulbrandsenmake the imap thread extension work
2014-03-10 Abhijit Menon-SenDon't check lockSanity at startup v3.2.0
2014-03-10 Abhijit Menon-SenGenerate 'pid' for Postgres >= 9.3 and 'procpid' otherwise
2014-03-10 Abhijit Menon-SenMerge pull request #2 from felderado/patch-1
2014-03-10 felderadoUpdate schema.pg
2014-02-21 Arnt Gulbrandsendon't just-send-8 when the smarthost doesn't support EAI
2014-02-12 Arnt Gulbrandsenuse the new tsearch2 index on the subject field
2014-02-12 Arnt Gulbrandsenspel correctly, even
2014-02-12 Arnt Gulbrandsenspeed up searches on subject
2014-02-10 Arnt Gulbrandsenlog out idle clients faster.
2014-02-10 Arnt Gulbrandsenthread better/correctly
2014-02-06 Arnt Gulbrandsenstop fetching messages if a connection dies.
2014-02-06 Arnt Gulbrandsensimpler, more robust injection-time threading
2014-02-06 Abhijit Menon-SenHave to use SELECT to call a function
2014-01-15 Arnt Gulbrandsensend the citext lookup with fewer indirections.
2014-01-15 Arnt Gulbrandsenreject unknown addresses much faster
2014-01-15 Arnt Gulbrandsenavoid infinite loop. how evil.
2014-01-15 Arnt Gulbrandsenavoid pointing to Connection from Session
2014-01-15 Arnt GulbrandsenC=D is buggy. leads to memory blowup. disable for now.
2014-01-15 Arnt Gulbrandsenlet some short-lived objects be collected
2014-01-14 Arnt Gulbrandsenavoid pointing from Mailbox/Flag to Session
2014-01-14 Arnt Gulbrandsenclose the most resource-hungry connection if we use...
2014-01-11 Arnt Gulbrandsenold message-id-less messages aren't in any db thread.
2014-01-09 Arnt Gulbrandsenadd message-id even for inbound messages, so threading...
2014-01-09 Arnt Gulbrandsenavoid adding eternal objects for TlsThreads
2014-01-09 Arnt Gulbrandsentry harder to issue the citext lookup FIRST.
2014-01-09 Arnt Gulbrandsenthread correctly even when a message-id exists several...
2014-01-08 Arnt Gulbrandsenadd support for gmail-like message and thread IDs.
2013-12-10 Abhijit Menon-SenA few syntax fixes
2013-12-09 Arnt Gulbrandsenremove a few tabs and add braces around an else.
2013-12-09 Arnt Gulbrandsenbe compatible with what 'aox upgrade schema' makes.
2013-12-09 Arnt GulbrandsenMerge srb's various patches
2013-12-09 Stephen R.... Superfluous utf8 conversion omitted.
2013-12-09 Arnt GulbrandsenCast citext to test in 'select ... from'
2013-12-01 Stephen R.... Revert md5 anti-warning change, shut up gcc instead.
2013-12-01 Stephen R.... Fix multiple sieve responses.
2013-12-01 Stephen R.... Delivery to multiple mailboxes now actually works.
2013-12-01 Stephen R.... Fix endless parsing loop
2013-12-01 Stephen R.... Abort misbehaving overlapping POP3 sessions, detected...
2013-12-01 Stephen R.... Early delete of deleted messages in POP3 session. ...
2013-12-01 Stephen R.... Improved POP3 logging.
2013-12-01 Stephen R.... Use the DNS cache as a backup, in case DNS lookup ...
2013-12-01 Stephen R.... Simplify code and make sure it works with resolving...
2013-12-01 Stephen R.... Make Endpoint use the Resolver when evaluating configur...
2013-12-01 Stephen R.... Eliminate superfluous lower() calls.
2013-12-01 Arnt Gulbrandsenlet us we ignore the result of setreuid() if we want.
2013-12-01 Arnt Gulbrandsenbetter phrasing for the sql trigger to make aox act...
2013-12-01 Arnt GulbrandsenUpdate man page with correct version and date
2013-12-01 Arnt Gulbrandsenlearn the OID of citext at startup.
2013-12-01 Arnt GulbrandsenWork around text/citext prepare limitation
2013-12-01 Arnt Gulbrandsenit's 3.2.0. wow.
2013-11-29 Arnt Gulbrandsenlet us we ignore the result of setreuid() if we want.
next