- rename the `Trash` struct to `Delete` for clarity - update method names to reflect the deleting 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