server: move email extraction code into separate mod

This commit is contained in:
Bill Thiede 2025-08-13 10:36:50 -07:00
parent b9b12dd717
commit d36d508df0
3 changed files with 1229 additions and 1240 deletions

1217
server/src/email_extract.rs Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,5 @@
pub mod config; pub mod config;
pub mod email_extract;
pub mod error; pub mod error;
pub mod graphql; pub mod graphql;
pub mod newsreader; pub mod newsreader;

File diff suppressed because it is too large Load Diff