Skip to content
代码片段 群组 项目
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。 拉取镜像更新于
  1. 10月 24, 2023
  2. 1月 10, 2023
  3. 5月 23, 2022
  4. 2月 24, 2022
  5. 1月 06, 2022
    • Quang-Minh Nguyen's avatar
      Add multi-secret and iat support to JwtAuthenticatable · 456f617c
      Quang-Minh Nguyen 创作于
      Recently, JwtAuthenticatable supports multi-secret secret per inherited
      class. This use case is not suitable for mailroom JWT flow, which
      includes one secret per mailbox. JwtAuthenticatable hasn't supported iat
      verification to control token age.
      456f617c
  6. 10月 06, 2021
  7. 4月 01, 2021
  8. 5月 11, 2020
  9. 2月 01, 2020
    • Jan Provaznik's avatar
      Allow to listen on multiple email addresses · 4c91ee72
      Jan Provaznik 创作于
      This is the first step toward having a separate incoming email
      address for service desk. It allows to configure mail_room to
      listen on multiple email addresses (but we don't add
      `service_desk_email` address into config file yet).
      4c91ee72
  10. 12月 16, 2019
  11. 7月 11, 2017
  12. 2月 21, 2017
  13. 11月 16, 2016
  14. 10月 26, 2016
  15. 10月 24, 2016
    • Stan Hu's avatar
      Fix reply-by-email not working due to queue name mismatch · 59ed1d3c
      Stan Hu 创作于
      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
      59ed1d3c
  16. 8月 05, 2016
  17. 6月 10, 2016
  18. 4月 04, 2016
  19. 3月 25, 2016
    • Rémy Coutable's avatar
      Improve and finish the fallback to the In-Reply-To and References header for... · 9f218fc1
      Rémy Coutable 创作于
      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
      9f218fc1
  20. 3月 09, 2016
  21. 2月 27, 2016
  22. 10月 13, 2015
加载中