Revision 11067e9a
Von Tamino Steinert vor mehr als 1 Jahr hinzugefügt
SL/Mailer.pm | ||
---|---|---|
|
||
sub _store_in_imap_sent_folder {
|
||
my ($self, $email_as_string) = @_;
|
||
my $config = $::lx_office_conf{sent_emails_in_imap} || {};
|
||
|
||
my $email = $::myconfig{email};
|
||
my $config =
|
||
$::lx_office_conf{"sent_emails_in_imap/email/$email"}
|
||
|| $::lx_office_conf{sent_emails_in_imap}
|
||
|| {};
|
||
return unless ($config->{enabled} && $config->{hostname});
|
||
|
||
my $socket;
|
config/kivitendo.conf.default | ||
---|---|---|
# If SSL is to be used, then set port to 993 or leave empty
|
||
ssl = 1
|
||
|
||
# Define a server for a specific email (e.g. info@test.de) with
|
||
# '[sent_emails_in_imap/email/info@test.de]'
|
||
[sent_emails_in_imap]
|
||
enabled = 0
|
||
hostname = localhost
|
Auch abrufbar als: Unified diff
Benutzerbezogener Imap-Sent Ordner für Synchronisation