summaryrefslogtreecommitdiff
path: root/distixlib/plugins
AgeCommit message (Expand)AuthorFilesLines
2017-06-18Add: ticket id as words to ticket listsLars Wirzenius1-3/+7
2017-06-04Add logging of what happens during importing mailLars Wirzenius1-3/+31
2017-04-29Use lightweight versions of tickets for renderingliw/memoptLars Wirzenius1-6/+39
2017-04-07Push changes after importing from IMAPLars Wirzenius1-0/+8
2017-04-07Add import-imap subcommandLars Wirzenius1-0/+126
2017-04-07refactor: Join short lines into long oneLars Wirzenius1-2/+1
2017-04-07refactor: Split long method into twoLars Wirzenius1-9/+10
2017-04-07refactor: Use existing method for reading mail fileLars Wirzenius1-2/+1
2017-04-07refactor: Drop unused methodLars Wirzenius1-10/+0
2017-04-07refactor: Make _is_already_import get contextLars Wirzenius1-5/+4
2017-04-07refactor: Join two short lines into oneLars Wirzenius1-2/+1
2017-04-07refactor: Make _find_tickets_... get contextLars Wirzenius1-9/+8
2017-04-07refactor: Move variable to a better placeLars Wirzenius1-1/+1
2017-04-07refactor: add message id cache to contextLars Wirzenius1-8/+8
2017-04-07Move all_ticket_ids into contextLars Wirzenius1-8/+8
2017-04-07refactor: add a context objectLars Wirzenius1-21/+37
2017-04-07Change import plugin to use get_ids_from_messageLars Wirzenius1-20/+4
2017-03-25Refactor: Reorder methods for clarityLars Wirzenius1-32/+32
2017-03-25Refacctor: Make _find_tickets... reaturn ticket idsLars Wirzenius1-9/+8
2017-03-25Maintain and user msg id cacheLars Wirzenius1-8/+12
2017-03-25Avoid loading all ticket, just list of their idsLars Wirzenius1-19/+29
2017-03-25Add TicketStore.ticket_has_message_with_textLars Wirzenius1-11/+6
2017-03-25Fix and clarify mbox import progress reportingLars Wirzenius1-3/+3
2017-03-24Clean up at end of mail import to get rid of empty lineLars Wirzenius1-0/+1
2017-03-22Handle errors decoding headersLars Wirzenius1-1/+9
2017-01-07Show ticket-id-as-words in cli, html outputLars Wirzenius1-0/+1
2017-01-07Change distix set to have a list of ticket ids at endLars Wirzenius1-5/+9
2016-12-31Allos PGP words as ticket idsLars Wirzenius1-1/+1
2016-03-26Put update timestamp on generated HTML pagesLars Wirzenius1-0/+9
2016-03-26Drop UTF8 coding for sourceLars Wirzenius1-1/+0
2016-03-25Set key/value pair on tickets when importing mailLars Wirzenius1-12/+42
2016-03-25Fix HTML ticket lists to be sorted by dateLars Wirzenius1-1/+4
2016-03-25Kludge: Fix duplicate-imports of mails from maildirsLars Wirzenius1-5/+9
2016-03-25Refactor: simplify condition to return booleanLars Wirzenius1-6/+4
2016-03-25Simplify logic by using helper methodLars Wirzenius1-4/+6
2016-03-25Refactor: move condition into methodLars Wirzenius1-2/+5
2016-03-25Rename variable for clarityLars Wirzenius1-3/+3
2016-03-25Refactor: move local function to a methodLars Wirzenius1-8/+8
2016-03-25import: Decode header encoding in subjectsLars Wirzenius1-1/+9
2016-03-25Implement "distix html"Lars Wirzenius1-0/+167
2016-03-09Change "distix list" to include date in listingLars Wirzenius1-0/+6
2016-02-22Change list plugin to use TextRenderer, templateLars Wirzenius1-7/+14
2016-02-22Replace use of bottle with jinj2Lars Wirzenius1-1/+0
2016-02-22Change show plugin to use TextRendererLars Wirzenius1-30/+20
2016-02-21Use threading and rendering in show pluginLars Wirzenius1-2/+10
2016-02-20Fix showing non-ASCII textLars Wirzenius2-4/+11
2016-02-19Refactor import-mbox/maildir to share most codeLars Wirzenius1-24/+11
2016-02-19Add support to import from a MaildirLars Wirzenius1-0/+24
2015-12-12Change all write commands to require clean treeLars Wirzenius4-0/+5
2015-11-07Don't import messages that are already importedLars Wirzenius1-10/+27