You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vm...@googlegroups.com
thank you for the reply. Actually I am very newbie with vmime. I can see there is example how to use vmime to post an email using email protocol. But I couldn't find any example how to construct a simple http post message using http protocol probably because the library is more toward emailing. But I can see it has the vmime::utility::url but it requires vmime::net::transport to use it which it only has the SMTPTransport and sendmailTransport classes that can be instanced. They are email protocols.
Any place I look for some basic tutorial on http post with multipart using vmime?
Vincent Richard
unread,
Mar 6, 2014, 3:20:54 AM3/6/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vm...@googlegroups.com
Actually, VMime will allow you to build HTTP multipart messages, but VMime is *not* a HTTP client library: it does not have any facility to send such messages to a HTTP server. You will have to use another library (ie. ASIO) to do it.
Vincent
sany...@gmail.com
unread,
Mar 7, 2014, 7:32:42 AM3/7/14
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message