该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 24, 2023
-
-
由 Sylvester Chin 创作于
Changelog: other
-
- 1月 10, 2023
-
-
由 Stan Hu 创作于
In IMAP, `delete_after_delivery` only marks the message as deleted, but a separate `expunge_deleted` step is needed to permanently remove the message. In Microsoft Graph, `delete_after_delivery` soft deletes the messages, but the message is automatically expunged after a retention period, typically 14 days. An admin can manually expunge deleted messages via the command-line. `delete_after_delivery` has been set to `true` since 712d1768 since it wasn't necessary to configure this for IMAP, but it is necessary for Microsoft Graph since this auto-expunge behavior may not be desired. We now make this option configurable with `true` by default. This requires Omnibus support: https://gitlab.com/gitlab-org/omnibus-gitlab/-/merge_requests/6605 Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/386770 Changelog: added
-
- 5月 23, 2022
-
-
由 Quang-Minh Nguyen 创作于
Changelog: fixed Issue: https://gitlab.com/gitlab-org/gitlab/-/issues/362068
-
- 2月 24, 2022
-
-
由 Quang-Minh Nguyen 创作于
Issue: https://gitlab.com/gitlab-com/gl-infra/scalability/-/issues/1590 Changelog: added
-
- 1月 06, 2022
-
-
由 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.
-
- 10月 06, 2021
-
-
由 Jarka Košanová 创作于
- change code to send the db option - change mail_room configuration file
-
- 4月 01, 2021
-
-
由 Stan Hu 创作于
This commit only changes the configuration template file in preparation for upgrading MailRoom to support the Microsoft Graph API with OAuth2 instead of IMAP. References: 1. https://gitlab.com/gitlab-org/gitlab/-/issues/214900 2. https://github.com/tpitale/mail_room/pull/125
-
- 5月 11, 2020
-
-
由 Diego Louzán 创作于
-
- 2月 01, 2020
-
-
由 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).
-
- 12月 16, 2019
-
-
由 charlie ablett 创作于
- add config option for `log_path` - add default config option to example yml
-
- 7月 11, 2017
-
-
由 Paul Charlton 创作于
-
由 Paul Charlton 创作于
-
- 2月 21, 2017
-
-
由 Gabriel Mazetto 创作于
-
- 11月 16, 2016
-
-
由 Marin Jankovski 创作于
-
- 10月 26, 2016
-
-
由 Gabriel Mazetto 创作于
-
- 10月 24, 2016
-
-
由 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
-
- 8月 05, 2016
-
-
由 Gabriel Mazetto 创作于
Added a comment to remember developers to open merge request to omnibus in future changes of the file.
-
由 Gabriel Mazetto 创作于
-
由 Gabriel Mazetto 创作于
We will trust redis configuration params loading to Gitlab::RedisConfig.
-
- 6月 10, 2016
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 4月 04, 2016
-
-
由 Jacob Vosmaer 创作于
-
- 3月 25, 2016
-
-
由 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
-
- 3月 09, 2016
-
-
由 Jacob Vosmaer 创作于
-
- 2月 27, 2016
-
-
由 Douwe Maan 创作于
Fixes #12731
-
- 10月 13, 2015
-
-
由 Douwe Maan 创作于
-