James Hillyerd

Results 162 comments of James Hillyerd

enmime doesn't have protection for that. Given that we hold parsed messages in memory, I think it's more likely we run out of memory with large attachments than run out...

I think this is worth fixing, thanks for letting us know.

There would be a lot of duplicated information if were to encode both the envelope, and the entire part tree to JSON. I suspect most users would just want the...

The builder is a simplified subset of what's possible in MIME, so Builder can convert to Envelope, but not the other way around. However, we could add a Send function...

Thanks, I don't remember seeing that in the RFCs, will have look into it more.

Just tested on playground, this is still broken in the current version of Go (only us-ascii and utf-8 supported). I think copying ParseMediaType into our codebase is the better option....

I'd definitely prefer to respect the 78 char limit. It would be annoying to "view source" in an email client and get a massively wide window to scroll around.

No, at this time the README is the best way to see all commands. If someone is interested in working on this, feel free, I don't have time for it.

Does sound like a good idea. If already in https://github.com/robbyrussell/oh-my-zsh/wiki/Plugin:git we should attempt to match their alias name

Those got merged it seems, ``` alias gupom='git pull --rebase origin $(git_main_branch)' alias gupomi='git pull --rebase=interactive origin $(git_main_branch)' ``` we can do the same I think