Hello Eventum developers,
I have found this tool very interesting, useful, and user-friendly, but I
see one issue regarding e-mails catching with this great system which could
be improved.
As I know from the documentation and from a source code we have only ONE
choice to catch emails when '''Subject routing is used''': download emails
by misc/download_email.php script. This might be (and it is for us) an issue
because we cannot access our mailbox by POP/IMAP. The only way how to pass
emails to system is throught text files containing messages. So we have
directory of files containing full messages (include header lines) and want
to import them into the Eventum but we cannot. I tried to use
misc/route_emails.php but this produces "Error: The email routing interface
is disabled." And again, we cannot use email/host routing because we have
only one mailbox and we want to use Subject routing. Something like:
cat mail_2006-10-02_15:25:12_6659456 | php -q misc/parse_email.php 1
would be very nice to have. Maybe I'd be able to write something but I see
the code very complex and don't have full overview yet. Could someone help,
please?
Many thanks
Vaclav Vobornik