pop3fetcher - deprecated functions make it doesn't work

  • pop3fetcher is not working on RoundCube 1.2+ because of deprecated function:


    Code
    1. Call to undefined method rcmail::imap_connect()

    As I've seen, author have abadonned this plugin, so it should be probably fixed/removed by us.


    All occurences of imap_connect() can be replaced with storage_connect() - it make this plugin work again.
    Should be fixed in our plugin files.

  • @theqkash


    The upstream author doesn't longer maintains the plugin? So now, we have two choices:


    Removing it (which would be bad because that plugin is used by many users)
    Fix the current version to make it compatible


    Could you please do a PR on our plugin repository to fix it? Then we could merge your fix.



    Thanks.

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @theqkash


    Thanks.


    @Ninos


    Could you review and merge?


    See https://github.com/i-MSCP/plugins/pull/78/files

    badge.php?id=1239063037&bid=2518&key=1747635596&format=png&z=547451206

  • @Ninos you're a magician that you've found author who was not available from 2+ years for this project :)


    It has been fixed in main repo, you can merge now.