Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Wishlist: Multipart Formpost (MIMEPOST) #64

Open
purpleKarrot opened this issue Feb 13, 2018 · 3 comments
Open

Wishlist: Multipart Formpost (MIMEPOST) #64

purpleKarrot opened this issue Feb 13, 2018 · 3 comments

Comments

@purpleKarrot
Copy link

Use case: Sending emails via Mailgun.

https://documentation.mailgun.com/en/latest/user_manual.html#sending-via-api
https://curl.haxx.se/libcurl/c/curl_mime_init.html

@pramsey
Copy link
Owner

pramsey commented Feb 13, 2018

Interesting. This feels like it's drifting into a pgsql-mime extension. There's a lot of stuff inside once you start unwrapping this onion.

@pramsey
Copy link
Owner

pramsey commented May 25, 2018

So, thinking about this and wondering what the API should look like... feels kind of like a key/value thing, maybe like the http_header[] tuple array? so optionally pass the data element of a POST as a mime[] array?

@purpleKarrot
Copy link
Author

Yes, that would be a nice API.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants