feat: unread mail counter

This commit is contained in:
Strix 2025-04-10 01:51:02 +02:00
parent d4496a2eda
commit cdbb47f6b9
5 changed files with 54 additions and 7 deletions

View file

@ -1,4 +1,4 @@
FROM python:3.11-slim
FROM python:latest
WORKDIR /app
COPY . /app