Initial commit

Claude has done a lot of work, but there are still some errors which
cause the mails to be distributed to wrong mail boxes. I am now going to
let codex and claude compete. They will have their own branches and
merge to main as soon as we are somewhere where we can switch AI.
This commit is contained in:
2026-07-04 11:18:05 +02:00
commit 4780c18d70
27 changed files with 43087 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>nl.australius.dagelijks-overzicht</string>
<key>ProgramArguments</key>
<array>
<string>/usr/bin/python3</string>
<string>/Users/hanswienen/Documents/Development/Vibes/mailcat/dagelijks_overzicht.py</string>
</array>
<!-- Elke ochtend om 07:00 -->
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>
<integer>7</integer>
<key>Minute</key>
<integer>0</integer>
</dict>
<!-- Log eventuele fouten -->
<key>StandardOutPath</key>
<string>/Users/hanswienen/Library/Logs/dagelijks_overzicht.log</string>
<key>StandardErrorPath</key>
<string>/Users/hanswienen/Library/Logs/dagelijks_overzicht.log</string>
<!-- Alleen draaien als de Mac aan staat; inhalen bij gemiste run -->
<key>RunAtLoad</key>
<false/>
</dict>
</plist>