BigW Consortium Gitlab

  1. 20 Feb, 2017 1 commit
  2. 16 Nov, 2016 1 commit
  3. 26 Oct, 2016 1 commit
  4. 24 Oct, 2016 1 commit
    • Fix reply-by-email not working due to queue name mismatch · 59ed1d3c
      Stan Hu authored
      mail_room was configured to deliver mail to the `incoming_email`
      queue while `EmailReceiveWorker` was reading the `email_receiver`
      queue. Adds a migration that repeats the work of a previous
      migration to ensure all mails that wound up in the old
      queue get processed.
      
      Closes #23689
  5. 04 Aug, 2016 3 commits
  6. 10 Jun, 2016 1 commit
  7. 04 Apr, 2016 1 commit
  8. 25 Mar, 2016 1 commit
    • Improve and finish the fallback to the In-Reply-To and References header for the… · 9f218fc1
      Rémy Coutable authored
      Improve and finish the fallback to the In-Reply-To and References header for the reply-by-email feature
      
      A few things to note:
      - The IncomingEmail feature is now enabled even without a
        correctly-formatted sub-address
      - Message-ID for new thread mail are kept the same so that subsequent
        notifications to this thread are grouped in the thread by the email
        service that receives the notification
        (i.e. In-Reply-To of the answer == Message-ID of the first thread message)
      - To maximize our chance to be able to retrieve the reply key, we look
        for it in the In-Reply-To header and the References header
      - The pattern for the fallback reply message id is "reply-[key]@[gitlab_host]"
      - Improve docs thanks to Axil
  9. 09 Mar, 2016 1 commit
  10. 27 Feb, 2016 1 commit
  11. 13 Oct, 2015 1 commit