Jason Kendall

Results 153 comments of Jason Kendall

Can you make your fork available on Packagist?

Maybe a PR, see if it's pulled, if not then fork and push out? I think this is an important requirement. Re VCS, since you changed the name already: `Also...

For those following along, this should work?: ``` { "repositories": [ { "type": "vcs", "url": "https://github.com/jeremymcjunkin/Cake-Resque" } ], "require": { "kamisama/cake-resque": "dev-foreground" } } ```

And.... back to suggesting a fork and add to Packagist - Doing VCS against github crokes unless you add a github token (60 requests / hour / ip for public...

@iangoegebuer Can you update the Example Pins to show what the symbols are on the AX5043? I can't seem to match NSS/DIO0 etc to what they should be on the...

@iangoegebuer In your example INO files, you have: ``` // AX5043 has the following connections: // NSS pin: 7 // DIO0 pin: 2 // RESET pin: 9 // DIO1 pin:...

You can set SMTP settings in the email.php config file: https://github.com/MISP/MISP/blob/2.4/app/Config/email.php I ended up changing each of the default/smtp/fast to match what my requirements were and was able to send...

Oh that's very handy option! I'm more looking at being able to get Netmail into my email client of choice, then reply - even if it's from a remote node.

I agree IMAP is harder to implement then POP3, however - IMAP has always been associated with leaving mail on the server, and POP3 the client is responsible for storing...