Neil Griffin
Neil Griffin
@chino23 I built the xpi from source but after a restart I don't see any Muttator functionality added to Thunderbird 45.7.1. Did you do anything special to get it installed?...
@AdrienGiboire Are you able to switch from MESSAGE mode to EX mode in the main list of emails? The only mode changing that I seem to be able to do...
@AdrienGiboire Thanks so much for the note about the correction. The cheat sheet link I provided indicates that it is for "Muttator v0.6" so it is out-of-date. Muttator is working...
@Condor70 That's a great feature request! The old implementation you mentioned doesn't seem to be associated with a license, so it could probably only be used as a reference. We...
Hi @hdecoded thanks so much for reaching out. Liferay has no plans to have PortletMVC4Spring support Portlet 2.0, but you are certainly free to fork the project and create a...
@BaranovNikita Are your REST controller endpoints packaged within a PortletMVC4Spring based WAR project? If so, is it being deployed to Liferay, Pluto, or some other portal?
@BaranovNikita When you get an opportunity, please paste an example of a URL that is used to invoke the REST endpoint. Also, could you paste a link to an [SSCCE](http://sscce.org)...
@BaranovNikita Thank you for providing the SSCCE. After commenting out the `...` part from pom.xml, I was able to get the WAR artifact to build with `mvn clean package`. It...
@BaranovNikita I think I know the reason why your `TestController.secure(String)` method was not being invoked. You need to specify the CSRF token in order for the Spring security framework to...