YunoHost-Apps / wallabag2_ynh

Wallabag v2 package for YunoHost
https://www.wallabag.org/
GNU Affero General Public License v3.0
62 stars 14 forks source link

missing feature : Save by email #156

Closed ghost closed 5 months ago

ghost commented 1 year ago

Hello,

I've just seen that there's a feature that is missing compared to the "standalone" application, which is "save by email", that allows you to create an entry by sending an url by mail.

This feature seems to be available since april 2020 (see https://www.wallabag.it/en/news/week-17-whats-new-on-wallabag-it and https://github.com/wallabag/wallabag/issues/239), so since version 2.4.0 of the original app.

Would it be possible to enable it on yunohost ? It would be quite awesome.

Thanks !

lapineige commented 1 year ago

Did you enable it in the config settings ?

I can use that feature, so I'm surprised it doesn't work on your side, we did not configure anything to disable this feature :thinking:

ghost commented 1 year ago

Unfortunately, I don't have the tab for the option on my configuration interface, even on a fresh installation of wallabag (I tried yesterday).

lapineige commented 1 year ago

It should be in Internal configuration -> Article. Can you config you don't have this tab/particular setting ? If so, then it's probably a bug…

ghost commented 1 year ago

This option is for sharing an article by email, right? Not to retrieve an article from a mail received on the instance?

In any case, this option is activated on my site and works;

On the other hand, in the /config tab, on the official wallabag.it site there is an option "save by email" (/config#set7), while this link /config#set7 on my instance is "reset area"; so I can't send emails to my instance that would create an article.

lapineige commented 1 year ago

Oh now I understand ! I didn't know there was such a feature ! :-o

Then I have no idea how it is supposed to work… And I don't have time to investigate it (read the doc, ask developers…) right now, sorry.

ghost commented 1 year ago

No worries, don't worry!

I'll take a look, I didn't see anything here that would cause a problem in the installation scripts, it's probably a configuration issue.

I wonder if wallabag would do a check on a local mail config to be able to retrieve them automatically (like a local postfix or something like that), and that there simply yunohost doesn't answer him correctly. So, it would disable the functionality.

ghost commented 5 months ago

OK, it's a special feature :

https://github.com/wallabag/wallabag/issues/6561#issuecomment-1567449771

Closing ticket.