mozilla / f1

INACTIVE - http://mzl.la/ghe-archive - F1 is a browser extension that allows you to share links in a fast and fun way. Share links from within the browser, from any webpage, using the same services you already know and love. F1 is made by Mozilla.

Home Page:http://f1.mozillamessaging.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

embed images in Yahoo! mail messages

clarkbw opened this issue · comments

It's a bit of reworking the code in a similar manner to how the google mail code works.

We'll just need to create a regular (instead of simple) message type and then group together the message parts necessary.
http://developer.yahoo.com/mail/docs/user_guide/MessagePart.html

I made a branch to get this working but decided we aren't going to support this as it's too complicated.

Yahoo! requires us to upload the image before it can be used or referenced as an attachment even though we already have the base64 of the image.

See the ComposeMessagePart spec:
http://developer.yahoo.com/mail/docs/user_guide/ComposeMessagePart.html

and my question on the developer forum:
http://developer.yahoo.net/forum/?showtopic=8386&endsession=1

Here is the current branch work which won't continue.
https://github.com/mozilla/f1/commits/feature%2Fyahoo-images