Marc Nuri
Marc Nuri
My suggestion was just (for now) try to see if the back-port is accepted in the OkHttp project, since it's only a few lines (https://github.com/square/okhttp/pull/5889 - haven't checked branch compatibility...
So far it's not supported yet (unless I missed something). In scope of #2670 and from a discussion in #2611, there was a proposal for something like this: > The...
The problem with "Delete" action is probably due to no "Trash" folder being available (Delete button is a shortcut to **move** folders to Trash folder when they are not direct...
Hi @JavaJamie, Don't quite understand what you really need. If you want to use the **complete** [front-end part](https://github.com/manusa/isotope-mail/tree/master/client) without the server you have at least 2/3 options (all of them...
Hi @kafeinnet The problem is that you're not stripping the `/api` prefix for isotope-server. The following Traefik v2 configuration worked for me (check the `api-stripprefix` Middleware): ``` apiVersion: apiextensions.k8s.io/v1beta1 kind:...
Future plans for Isotope include support for other protocols (Exchange, POP3...) by means of adding alternative/additional microservices implementing the functionality and following the current API spec. As shift-reality pointed out,...
Hi @shift-reality, As of now, all the DOM "filtering" for the MessageViewer is delegated to [dompurify](https://github.com/cure53/DOMPurify) js library . I'm planning on writing a Blog entry with details about the...
Most issues have been fixed, leaving open to check if new scenarios appear.
Still running on issues. Sync process should be redesigned. - Messages not included within batch range (max-min) in partial updates should be removed from cache. Message batch [{100},{98},{95}] -> Messages...
Please, provide details about the e-mail servers you are using. In order for Isotope to detect the `Sent` folder, the IMAP server must provide a folder with the `\Sent` attribute....