2005-12-21 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Brendan Cully | Don't run pending IMAP commands until the current queue... |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-21 |
Brendan Cully | Compare full mailbox names when doing IMAP buffy check... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Brendan Cully | Refactor header cache a bit to provide (fetch|store... |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-20 |
Brendan Cully | Remove deleted entries from header cache on CLOSE. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | ChangeLog.old was just old ChangeLog entries with diffe... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Catch another possible race when starting IDLE. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | More IMAP header cache cleanup: remove expunged entries... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Avoid a possible race when entering the IDLE command... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Much faster IMAP sync code, pipelined and everything... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Manually unidle at logout if necessary. Somewhat unclea... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Cache server-side flags, don't send flag updates if... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Pipeline MYRIGHTS, subscribed mailbox check and root... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Clear name field from status callback before each IMAP... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Remove some cut-n-paste garbage from IMAP header cache... |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Only mark unread messages as old when closing mailbox. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Real support for the Old flag on IMAP. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Display success message when subscription command succeeds. |
commit | commitdiff | tree | snapshot |
2005-12-19 |
Brendan Cully | Replace imap_parse_list_response with a proper untagged... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Recai Oktas | Use ascii_str* instead of mutt_str* in several places... |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-16 |
Brendan Cully | New new mail detection code. Now we use UIDVALIDITY... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | Whitespace shuffling. |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | Use mutt_buffer_printf in several places instead of... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | Add mutt_buffer_printf function, with autoconf test... |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-15 |
Brendan Cully | IMAP keepalive might have been interacting badly with... |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-14 |
Brendan Cully | SASL-IR support for IMAP. The RTT was has begun. I... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | Add conn_poll (using raw_socket_poll) to SSL socket... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | Fix recently-broken buffy notification for IMAP. |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | Restore IMAP postponed check in the wake of the buffy... |
commit | commitdiff | tree | snapshot |
2005-12-13 |
Brendan Cully | Updated todo/bug list for IMAP |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Brendan Cully | . Add $imap_idle boolean to disable the IDLE extension... |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Brendan Cully | IMAP IDLE support. |
commit | commitdiff | tree | snapshot |
2005-12-12 |
Brendan Cully | Whoops, don't break buffy for non-IMAP mailboxes! |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-12-11 |
Brendan Cully | IMAP command batching code, used to pipeline mailbox... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Brendan Cully | Set up a command pipeline. Currently everything still... |
commit | commitdiff | tree | snapshot |
2005-12-10 |
Brendan Cully | Move IMAP response buffer out of command into IMAP_DATA... |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-24 |
Thomas Roessler | mutt/2142 suggests that the change from pattern.c,3... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | Fix "mixed messages" about the success (or not) of... |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | Actually, the previous fix for 2139 had a flaw. |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-22 |
Thomas Roessler | Fix mutt/2139; also Debian #340116. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Thomas Roessler | a not entirely sane state of code. |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-17 |
Thomas Roessler | Another stab at #2019. |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-11-01 |
Thomas Roessler | This should be a better patch for the menu break dance. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Glanzmann | Fix 2119. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | Fix the underlying problem behind mutt/2107. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | Fixing #2019. |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-31 |
Thomas Roessler | Fix #2123. |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-21 |
Brendan Cully | Full large file support. Keep a close watch on your... |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-18 |
Vincent Lefevre | update |
commit | commitdiff | tree | snapshot |
2005-10-17 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-17 |
TAKAHASHI Tamotsu | Fix S/MIME algorithm choice. |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Thomas Roessler | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-14 |
Thomas Roessler | Fix imap/2112. |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Brendan Cully | Make PGP decode failure non-fatal when displaying messa... |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-10 |
Brendan Cully | Accept + as IMAP continuation, not just + . May close... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Brendan Cully | Now that we always check for ncurses/ncurses.h, remove... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Brendan Cully | Tweak ncurses autoconflation to check for ncurses/ncurs... |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Brendan Cully | Add Russ Allbery's setenv replacement function. |
commit | commitdiff | tree | snapshot |
2005-10-09 |
Brendan Cully | Correct doc nit for $meta_key, noted by Mark Weyer... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Brendan Cully | Sort browser entries after every IMAP browsing operatio... |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-06 |
Jeff Ito | Add AES ciphers to S/MIME encryption options. Closes... |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
2005-10-05 |
David Champion | Fix 'unattachments'. Closes: #2102. |
commit | commitdiff | tree | snapshot |
2005-10-05 |
Brendan Cully | # changelog commit |
commit | commitdiff | tree | snapshot |
next |