Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision 33f8d06a

Von Tamino Steinert vor etwa 1 Jahr hinzugefügt

  • ID 33f8d06a19cd9e2db9066b36b0a149b06e3967e5
  • Vorgänger 5268bd5d
  • Nachfolger 8e95d7da

IMAPClient: Funktion zum Aufräumen der Belegordner umbenannt

clean_up_subfolders → clean_up_record_subfolders

Unterschiede anzeigen:

SL/IMAPClient.pm
341 341
  return;
342 342
}
343 343

  
344
sub clean_up_subfolders {
344
sub clean_up_record_subfolders {
345 345
  my ($self, $active_records) = @_;
346 346

  
347 347
  my $subfolder_strings =
......
551 551
  e.g. INBOX/1234 Testkunde/Angebot/123
552 552
  If the folder already exists, nothing happens.
553 553

  
554
=item C<clean_up_subfolders>
554
=item C<clean_up_record_subfolders>
555 555

  
556 556
  Gets a list of acitve records. Syncs all subfolders and add email files to
557 557
  the records. Then deletes all subfolders which are not corresponding to an

Auch abrufbar als: Unified diff