Commit Graph

2 Commits

Author SHA1 Message Date
Jeremiah Russell
fad35eb474 ♻️ refactor(delete): rename struct and methods for deleting messages
- rename the `Trash` struct to `Delete` for clarity
- update method names to reflect the deleting functionality
2025-10-09 22:45:24 +01:00
Jeremiah Russell
061048797c feat(delete): implement batch delete functionality
- add `delete.rs` module for batch deleting messages in gmail
- create `Delete` struct with methods for preparing and executing batch deletes
- implement `batch_delete` method to delete messages using gmail api
2025-10-09 22:45:24 +01:00