Ola,
vielleicht ist einer da der diesmal wirklich helfen kann.
Also bei der Fetchmail-Plugin-API wird der Datenbankeintrag erfolgreich ausgeselen:
entryid|1,kopano_mail|user@local.de,src_server|imap.t-online.de,src_port|993,src_protocol|IMAP,src_polling_type|FETCHALL,src_user|extern@t-online.de,src_password|CyPtPaSsWd=,ssl|1
diese Zeile wird dann wieder an Perl übergeben und soll dann mit dem Befehl bearbeitet werden:
my %account = split(/[|,]/,$line);
Ich habe das Gefühl, das irgendwas in der "split" Anweisung falsch läuft und somit der Output für alle weiteren Fehler zuständig ist.
--
Odd number of elements in hash assignment at kopano_fetchmail.pl line 142, <$fetchmail_api> line 1.
Use of uninitialized value $account{"entryid"} in concatenation (.) or string at kopano_fetchmail.pl line 161, <$fetchmail_api> line 1.
Use of uninitialized value $account{"entryid"} in concatenation (.) or string at kopano_fetchmail.pl line 168, <$fetchmail_api> line 1.
Use of uninitialized value $account{"src_server"} in concatenation (.) or string at kopano_fetchmail.pl line 170, <$fetchmail_api> line 1.
----
Keine Ahnung wie man den Split-Befehl sichtbar machen kann um zu sehen, wie die Eingangsdaten verarbeitet werden und was der Output ist
Gruß
Daniel