GET /emails?email=xxx@example.com
- 获取指定邮箱的所有邮件GET /emails/latest?email=xxx@example.com
[新增] - 获取指定邮箱的最新一条邮件GET /emails/count?email=xxx@example.com
- 获取指定邮箱的邮件数量SMTP服务器: localhost:2525
认证: 无需认证
curl "http://localhost:8180/emails?email=test@example.com"
curl "http://localhost:8180/emails/latest?email=test@example.com"
curl "http://localhost:8180/emails/count?email=test@example.com"