Silviu Chingaru
Silviu Chingaru
Actualy Uvdesk is checking only if the TO email address in raw message is the same as mailbox email and, if it is, the reply-to field is set to that...
This issue should be continued on uvdesk/mailbox-component#101 because this feature should be implemented by [mailbox-component](https://github.com/uvdesk/mailbox-component) not [commuity-skeleton](https://github.com/uvdesk/community-skeleton).
The bug still exists in OpenHab 3.3.
Same error here with NC 25.0.5 installed with Podman: ```shell echo "" | /var/www/html/custom_apps/mail/vendor/christophwurst/kitinerary-bin/src/../bin/kitinerary-extractor /var/www/html/custom_apps/mail/vendor/christophwurst/kitinerary-bin/src/../bin/kitinerary-extractor: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.35' not found (required by /var/www/html/custom_apps/mail/vendor/christophwurst/kitinerary-bin/src/../bin/kitinerary-extractor) /var/www/html/custom_apps/mail/vendor/christophwurst/kitinerary-bin/src/../bin/kitinerary-extractor: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.34' not found (required...
Yes, I also think is a compile issue. I'll try to compile it against Debian Bullseye, the one nextcloud:stable-fpm is based on. I'll post my results...
> See also [ChristophWurst/kitinerary-bin#2 (comment)](https://github.com/ChristophWurst/kitinerary-bin/pull/2#issuecomment-1259083969) for the binary is built generically I'm sorry but I'm unable to even build that image, it fails on ruby install... :disappointed:
> See also https://invent.kde.org/vkrause/kitinerary-static-build/-/issues/1#note_597789 and https://invent.kde.org/pim/kitinerary/-/tree/master/scripts, the KDE CI can meanwhile produce those binaries with a minimum requirement of GLIBC 2.17. > > Maybe we should look at a way...
> Quick styling fix could be this, but would probably be better to check on where this broke (likely with some upstream styling changes in viewer) > > ```css >...
For better approach for performance reasons on large mailboxes will be to use `imap_search($stream, 'UID ' . $latest_uid . ':*', SE_UID);`. @see https://stackoverflow.com/questions/32698415/php-imap-search-unseen-since-date-with-time