2008-09-15 |
Abhijit Menon-Sen | Update VERSION. v3.0.1 |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | obey soft-bounce even if the reject comes from a sieve... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | the session initialiser does select on dm where mailbox... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | continue splitting messages and mailbox_messages. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make the AddressCreator generally more similar to HRC. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | stop saying 'select distinct ...' in the Selector.... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | addresscreator must go back to selecting addresses... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | don't send the notify if we only did select, not copy. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | if a session update makes a command able to proceed... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | no point in blocking the flag-update fetch, it'll be... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | add a debug message which we ought to remove again... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | better error message. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | minor optimisation: avoid sending a query that almost... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make the fetcher use a transaction if it is to fetch... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | don't ask for the current rows while we're trying to... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | tell jam where schema.pg is IN THE RIGHT FORMAT |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | add new function Transaction::restart(), to roll back... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | actually startup wipes out the mailbox tree too (sort... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make refreshing() return true only if mailboxes might... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | q-p lines that start with "--" or "From " |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | no need to tell the owner that we've been able to begin |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | if the HRC failed completely and can't go either forwar... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | 1. make Transaction::subTransaction() just return an... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Avoid enqueueing into the blocked parent transaction. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Use this->id() when making a SELECT/COPY in any HelperR... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Fix typo. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | edit the Received: format to avoid triggering SA's... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | log authenticated used in the Received line. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Convert HelperRowCreator to use subtransactions. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Make the injector ask the *creators for newly-created... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Fetch newly-created ids from the HelperRowCreator. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Get rid of the bogus rollback() functions in Flag etc. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Make the HelperRowCreator(s) remember the names they... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Delete unneeded d class. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make SURE we use only asfd@as.df as mail from... should... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | help imaptest with RFC 5256, where a SORT extension... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | add a specific Message::parse() command and use it... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Convert insertBodyparts() to use subtransactions. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Convert AddressCreator to use subtransactions. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | do lsub correctly. 2.12 fodder, (assuming that anyone... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | a message without a subject should have an empty base... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | if there is no read-write session where we might advert... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Use a trampoline to detect the end of a subtransaction. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make sure the EXPUNGE responses are sent as the last... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | sent mail to the smarthost in order of retry date. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | change Message::baseSubject() to use the algorithm... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | searches for 'smaller 128' didn't work when embedded... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | rework the spool manager to use only one query. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | update last_attempt on EVERY delivery attempt, not... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | stop using deliveres.tried_at. use only dr.last_attempt... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | demand that the server answers the TCP connection withi... |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | set the log the right way and log a little more |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Initial support for subtransactions. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Make "aox delete mailbox" really delete mailboxes sensibly. |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Arnt Gulbrandsen | make a note about how we handle the RFC 1047 race |
commit | commitdiff | tree | snapshot |
2008-09-15 |
Abhijit Menon-Sen | Don't segfault. |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | set an own log id, and set it properly, where EventHand... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | smtpclient could work itself into a no-good state.... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | don't call die() when someone sends STORE and then... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | the search was fubared if the sort program contained... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | the query order has changed; we need to wait on the... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | expunge could deadlock with store if one session tried... |
commit | commitdiff | tree | snapshot |
2008-09-02 |
Arnt Gulbrandsen | unfuck accidentally changed 'not' logic. |
commit | commitdiff | tree | snapshot |
2008-08-30 |
Arnt Gulbrandsen | constrain sender differently now that we have a better... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Abhijit Menon-Sen | Don't allow the injector to see recoverable errors... |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Abhijit Menon-Sen | Guard Timer::notify in try/catch. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Abhijit Menon-Sen | Don't dereference a pointer we just set to 0. |
commit | commitdiff | tree | snapshot |
2008-08-27 |
Abhijit Menon-Sen | Wrong column name in fetch. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | pattern a*b may match children of a/c. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | don't send * 0 EXPUNGE. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | compute MSNs only when we send the response, instead... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | send \noselect when a client asks for the separator |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | sort always sorted the entire mailbox. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | implement 5257 section 4.9 |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | update for RFC 5257 *sigh* |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | reference the RFCs we implement |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | this implements RFC 5257 and more, so say so |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | we handle I18NLEVEL=1 (practically a no-op in our case... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | when sorting by subject we need to smash to lower case |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | make the code handle the correct append syntax, as... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | segfaults are such fun. not. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | no need to rebuild privileges.inc when the top-level... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | simplify Granter and update callers |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | fix bad line wrapping |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | aox upgrade schema talks about what it does, so don... |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Abhijit Menon-Sen | Don't advertise LISTEXT before authentication. |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | we implement 5256 as well (imap sort) |
commit | commitdiff | tree | snapshot |
2008-08-26 |
Arnt Gulbrandsen | our listext is like what RFC 5258 describes |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Abhijit Menon-Sen | Avoid excessively long timeout. v3.0.0 |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Arnt Gulbrandsen | that _is_ an error, so log it like that |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Arnt Gulbrandsen | roll back a transaction if something throws Invariant... |
commit | commitdiff | tree | snapshot |
2008-08-24 |
Abhijit Menon-Sen | Be careful to not hold locks and die. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Abhijit Menon-Sen | Cure the symptoms of the /3.0.0foo disease. |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Arnt Gulbrandsen | be slightly more flexible about guessing content-type: |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Arnt Gulbrandsen | authenticate can also contains passwords (base64-encode... |
commit | commitdiff | tree | snapshot |
2008-08-22 |
Arnt Gulbrandsen | the code to not close listeners only caught one of... |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Arnt Gulbrandsen | build an actual, working query for aox tune database |
commit | commitdiff | tree | snapshot |
2008-08-21 |
Arnt Gulbrandsen | pg versions differ in how the indexdef is returned... |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Abhijit Menon-Sen | The sender's copy is delivered through the smarthost. |
commit | commitdiff | tree | snapshot |
2008-08-20 |
Arnt Gulbrandsen | don't try to use tsearch2 on pg 8.1 or 8.2 |
commit | commitdiff | tree | snapshot |
next |