Jason Munro

Results 140 comments of Jason Munro

There is no import currently, but it's been requested a few times already, and it's definitely something we want to do. Long term I would like to see: - import/export,...

Been doing a very small amount of contact system updates, (paging, gmail contact integration). The main thing I want to get in place here first is import/export, so that is...

Contacts have grown a bit since this discussion: - We now have full support for LDAP contacts (multiple sources, read/write) - Gmail contacts are still pretty limited (read only, max...

Just one question - does this still work if the target folder already exists? I don't see a check for that but maybe we don't need it? Thanks!

Meeting the guidelines to be considered a "Progressive Web app" (as outlined in Wikipedia) seems like mostly marketing fluff. We can and should do our best to deal with network...

@marclaporte Many web apps != Cypht :) Seriously however those examples are basically JavaScript apps leveraging Electron to run as a desktop program (don't get me started on my disdain...

This is a neat idea. @codiflow your solution is exactly how I was thinking we should code this up. We can create a new module set, and for each account...

Initial version of a "highlight" module set is pushed to master. I have not added it to the sample ini yet but you can enable it with: ```modules[]=highlights``` It supports...

> I saw this in another webmail client, and I liked it: A color for flagged messages. well good thing the highlight module set already supports that :)

Great idea! I will see what I can do.