dd2448f35a
fix(BRIDGE-266): changed heartbeat measurement group
2024-12-04 08:51:17 +01:00
acf2fc32c4
fix(BRIDGE-264): ignore apple notes as User-Agentt
2024-11-25 08:55:27 +00:00
af01c63298
fix(BRIDGE-261): delete gluon data during user deletion; integration tests; FF kill switch; Sentry report if error;
2024-11-22 14:32:28 +00:00
2e98d64f94
feat(BRIDGE-266): heartbeat telemetry update; extra integration tests;
2024-11-22 14:09:48 +00:00
b3e2a91f56
feat(BRIDGE-205): add support for the IMAP AUTHENTICATE command.
2024-11-12 15:28:22 +01:00
6647231278
chore: (BRIDGE-253) removing unused telemetry (activation and troubleshooting)
2024-10-30 15:13:41 +00:00
e3d0334b6f
feat(BRIDGE-236): added SMTP observability metrics
2024-10-25 08:25:21 +00:00
7457fb06d2
feat(BRIDGE-120): use appropriate address key when importing / saving draft.
2024-10-11 12:50:21 +02:00
b481ce2203
test(BRIDGE-131): Integration tests for messages from Proton <-> Gmail
2024-10-09 12:29:42 +00:00
040d887aae
feat(BRIDGE-218): observability adapter; gluon observability metrics and tests;
2024-10-08 13:13:07 +00:00
ff7e45f395
feat(BRIDGE-204): removed redundant Sentry events
2024-09-23 15:52:23 +00:00
79c63f5785
fix(BRIDGE-106): Fixed import of multipart-related messages; added relevant tests
2024-09-23 10:57:26 +00:00
3ca9e625f5
feat(BRIDGE-150): Observability service modification; user distinction utility & heartbeat; various observbility metrics & relevant integration tests
2024-09-23 10:13:05 +00:00
99e6f00aaa
test(BRIDGE-124): Fixing failing nightly integration tests due to KB articles issues
2024-08-30 14:23:39 +00:00
f04350c046
feat(BRIDGE-37): Remote notification support
2024-08-29 13:31:37 +02:00
5d3f084a2b
test(BRIDGE-109): Update KB articles failing integration tests
...
- Change KB article suggestions based on description
2024-07-11 09:28:38 +00:00
d9fdbb35bc
fix(GODT-3185): logic mistake.
2024-04-22 07:26:18 +00:00
6fadbde4a6
feat(GODT-3185): report cases which leads to wrong address key used
2024-03-13 07:49:25 +00:00
37352d44d2
test(GODT-1602): run integration tests against black 🖤
2024-02-19 10:43:35 +00:00
6d4937222e
test(GODT-3220): Rollback to a test scenario for logging in with an alias address
...
-Added test scenario for logging in with an alias address
GODT-3220
2024-02-13 10:56:23 +00:00
e33bad7bf1
test(GODT-3220): Add test scenario for sending an HTML msg with public key and multiple attachments to Internal
...
-Added test scenario for sending an HTML msg with public key and multiple attachments to Internal
- Verified the message on receipient's side
GODT-3220
2024-02-13 10:56:23 +00:00
70fdc91aff
test(GODT-3220): Add test scenario for sending a message to multiple bcc accounts
...
- Added test scenario for sending a message to two bcc accounts
- Verified on recipients' side that the message is received
GODT-3220
2024-02-13 10:56:23 +00:00
bde8e45b37
test(GODT-3220): Add test scenarios for loging in with an alias address
...
-Added test scenarios for logging in with an alias address and logging in with an alias address that no longer exists
GODT-3220
2024-02-13 10:56:23 +00:00
6cb2d944d0
test(GODT-3220): Add test scenarios for logining in with alias address and loging in with an alias address
...
-Added a test scenario for logging in with an alias address
-Added a test scenario for logging in with alias address that no longer exists
GODT-3220
2024-02-13 10:56:23 +00:00
cf0f59afc0
test(GODT-3220): Add scenario cannot login with deleted alias
2024-02-13 10:56:23 +00:00
46fd1d5a76
test(GODT-3052): Replace attachments and inline content in feature tests with the smallest valid versions
2024-01-15 13:10:22 +00:00
26a3385f4e
test(GODT-3162): Add test scenarios for KB article suggestions
...
-Added test scenarios to check relevant suggestion links to knowledge base articles in the in-app bug report form
2023-12-21 06:48:34 +00:00
dc002959eb
test: Add scenarios for checking messages sent from Web Client
2023-12-18 14:53:13 +00:00
3ac59d6943
test(GODT-3162): Add step definition for checking KB article suggestions
...
* Add a step definition that takes input from a possible problem report description, and gets the suggested knowledge base articles
* Also, has input of what those knowledge base articles should be, just their title and url, and compares these two values.
* A sample integration test is added
2023-12-15 09:53:49 +00:00
1ee52f0f55
fix(GODT-3151): Fix feature test with non modified HTML part.
2023-12-04 13:11:33 +01:00
38606888fe
fix(GODT-2851): Add empty text part if no text part when importing multipart.
2023-11-30 11:03:31 +01:00
40c97ab19e
fix(GODT-3022): Handle multipart/related on fake server.
2023-11-28 15:07:26 +00:00
414d74d06a
test(GODT-3124): Attempt to fix 401 during login
...
Update GPA to use the simplified locking model and hope that the problem
solves itself. As far as I could tell, this might be a lock acquisition
issue.
https://github.com/ProtonMail/go-proton-api/pull/132
https://github.com/ProtonMail/go-proton-api/pull/133
2023-11-27 13:31:35 +01:00
e1723fc24b
test: Add test scenarios to add an /Answered flag to a replied message and revert
2023-11-23 07:52:05 +00:00
36f7d9672f
fix(GODT-3132): Do not allow sending on disabled accounts
2023-11-22 13:07:20 +00:00
b0f1c3d4c5
test(GODT-3113): Inline HTML message and HTML attachment is getting altered
2023-11-21 15:15:02 +00:00
bf89d548d3
fix(GODT-2576): Correctly handle Forwarded messages from Thunderbird
...
Thunderbird uses `In-Reply-To` with `X-Forwarded-Message-Id` to signal
to the SMTP server that it is forwarding a message.
2023-11-16 16:17:54 +01:00
bc381407a7
feat(GODT-2576): Forward and $Forward Flag Support
...
When an IMAP client stores the `Forward` or `$Forward` flags on a
message, the forwarded state is now correctly represented on the Proton
servers.
https://github.com/ProtonMail/go-proton-api/pull/125
https://github.com/ProtonMail/gluon/pull/400
2023-11-15 07:51:00 +01:00
83bbdbd63e
feat(GODT-3113): Only force UTF-8 charset for HTML part when needed.
2023-11-10 12:50:15 +00:00
0303ba38e8
feat(GODT-3113): Do not render HTML for attachment.
2023-11-10 08:36:46 +00:00
96904b160f
test(GODT-2740): Sending Plain text messages to internal recipient
2023-11-07 10:02:26 +00:00
b535be72f8
test(GODT-2892): Create fake log file
2023-11-07 07:21:26 +00:00
1c385d5c9b
fix(GODT-3087): Exclude attachment content-disposition part when determining...
2023-11-03 08:55:01 +00:00
5823e3a99f
test(GODT-2723): Add importing a message with remote content
2023-10-25 11:39:16 +00:00
26d866bbbd
test(GODT-2737): Sending HTML messages to internal
2023-10-25 09:54:17 +00:00
b52706a3ca
feat(GODT-3015): Add simple algorithm to deal with multiple attachment for bug report.
2023-10-20 10:14:20 +00:00
5747b85543
test: Add test around account settings.
2023-10-18 07:45:08 +00:00
ab76cab533
test: Update fake server with defautl draft content-type and test it.
2023-10-17 08:16:39 +00:00
5c7e4e04f9
fix(GODT-2966): Allow permissive parsing of MediaType parameters for import.
2023-10-09 15:14:51 +00:00
441b388f62
fix(GODT-2966): Add more test regarding quoted/unquoted filename in attachment.
2023-10-05 12:27:43 +00:00