knowledge-base / test.py
gavinzli's picture
Enhance email processing in mail.py to support additional file types, including Excel and ICS; update document handling and metadata extraction; modify collect function to search for specific email subjects.
09dea95
raw
history blame
101 Bytes
from controllers import mail
if __name__ == "__main__":
mail.collect()
mail.get_documents()