Hello,
you have to change
https://github.com/umount/message_label/blob/master/message_label.php#L878
In 1.1 the function was deprecated. And in 1.2 they removed it.
public function imap_connect() { return $this->storage_connect(); }
So if you call storage_connect() instead of imap_connect() is all fine.
@alecpl can you signal it in the change log for the 1.2?
Hello,
you have to change
https://github.com/umount/message_label/blob/master/message_label.php#L878
In 1.1 the function was deprecated. And in 1.2 they removed it.
public function imap_connect() { return $this->storage_connect(); }So if you call storage_connect() instead of imap_connect() is all fine.
@alecpl can you signal it in the change log for the 1.2?