Jason Munro

Results 140 comments of Jason Munro

This has come up before and I agree we should get it done. I think maybe we should skip right to auto-determination as most folks will have no idea what...

I would love your help with this, thanks for the offer! I have a ton of other stuff to work on so I will absolutely accept your offer to help....

Thank you for your kind words! Interesting idea for a module set. Just to clarify, when new messages are detected we would do some sort of authenticated POST to a...

One issue here is we currently encrypt the attachment while it rests on the server between upload and send. If we stream these (which we should), we have to do...

This is an interesting concept, an "imap folder meta" module that allows you to set a variety of different properties (default to: address, sort order, filtering etc).

Correct me if I'm wrong, but I think implementing this issue: https://github.com/jasonmunro/cypht/issues/169 Would go a long way here. Most (all?) mailing lists provide headers to let you know where to...

Excellent points - as always :) I think an "imap folder meta" plugin is in order for this. Mailing list headers are not consistent, because it's E-mail so of course...

I managed to put together a POC for this and it works! I will put together a wiki page or blog article (or both) explaining how this works once I...

We already support CSS print for the message view. Our CSS removes a bunch of page components not needed for printing including the previous/next links. (https://github.com/jasonmunro/cypht/blob/master/modules/core/site.css#L256-L258)

Oh boy, Email over SOAP, thanks Microsoft! :) Seriously though, at it's core Cypht is a data aggregator. While our main focus is Email, specifically IMAP, this could be implemented...