Skip to content

Commit

Permalink
bring back accidentally removed resume() stub
Browse files Browse the repository at this point in the history
  • Loading branch information
mtsatsenko committed Nov 8, 2017
1 parent 1dcca7d commit a0c6f2b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lib/IMAP/Utils.pm
Expand Up @@ -760,6 +760,13 @@ my $conn = shift;

}

#here should be reconnect sub
sub resume {
Log("Fatal error, lost connection to either the source or destination");
# Log("checkpoint $checkpoint");
exit;
}

sub fetchMsg {

my $msgnum = shift;
Expand Down

0 comments on commit a0c6f2b

Please sign in to comment.