Francesco Bianco (yafb)
Francesco Bianco (yafb)
Default language was updated to 'en_us'. Keep up to date by this link https://github.com/javanile/vtiger/issues/9
The right external volume for this Vtiger image is `/var/www/html/storage`. But in the future, I would like to offer better data isolation.
@DeyV the directory `/var/lib/vtiger` solve this problem. Give me any feedback
Hi @spatialy, of course a good idea is add lines to the symvol file look this issue https://github.com/javanile/vtiger/issues/33
Hi @glensc @vladsf in this post I'd propose solution with a trasparent replacement of PHP Imap with support for OAUTH. I hope it help in some way https://github.com/ddeboer/imap/issues/443#issuecomment-1172158902
I start this long trip here https://github.com/javanile/humhub/tree/5209-postgresql-support
@kinduff how get piece position? It is require another ML layer to recognize piece? Can you show sample code?
Hi! @freescout-helpdesk @Sebi94nbg @hrst @bapcltd-marv @rmontagud The strategy to overcome the problem is replacing all the `imap_*` functions with the equivalent `imap2_*` - `imap_open(...)` become `imap2_open(...)` - `imap_getmailboxes(...)` become `imap2_getmailboxes(...)`...
@barbushin any plan to manage OAUTH?
@samlikins Thank you for sharing your perspective! You've raised an excellent point that I hadn't considered before. There is indeed a significant risk of leading developers towards bad practices. My...