feat: add list emails api (#167)

This commit is contained in:
KM Koushik
2025-06-01 10:07:57 +10:00
committed by GitHub
parent ae215abf1a
commit 4957ea822f
7 changed files with 401 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
export const DEFAULT_QUERY_LIMIT = 30;
export const DEFAULT_QUERY_LIMIT = 50;
/* Reputation constants */
export const HARD_BOUNCE_WARNING_RATE = 5;