LiveArea:Email: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
No edit summary
mNo edit summary
 
(8 intermediate revisions by the same user not shown)
Line 3: Line 3:


== Settings ==
== Settings ==
<pre>
<div style="color: #000000; background-color: #8CFB57; border: 1px solid #808000; padding: 5px; {{box-shadow|4px|4px|8px|#b0b090}}">
send, receive and browse email messages using the email account
Send, receive and browse email ([[NPXS10072|NPXS10072]]) messages using the email account
you use on your computer or other devices.  
you use on your computer or other devices.  
You can use Gmail™ (Email service by Google), Yahoo! Mail, and  
You can use Gmail™ (Email service by Google), Yahoo! Mail, and  
other general email accounts supporting IMAP or POP.
other general email accounts supporting [http://en.wikipedia.org/wiki/Internet_Message_Access_Protocol IMAP] or [http://en.wikipedia.org/wiki/Post_Office_Protocol POP].
</pre>
</div>
 
=== Sending a message ===
==== Attach a file ====
Select to use the PS Vita camera to take a photo<!-- ini -->, or attach an image saved under [[File:Photos.png|20px|link=LiveArea:Photos]] [[LiveArea:Photos]]. Select the attached images to view or delete them.
 
==== Body ====
Up to 4096 characters can be entered.


== JavaScript ==
== JavaScript ==
*http://www.codecademy.com/en/tracks/javascript Learn the fundamentals of JavaScript


Up to [[03.180.000_CEX|3.18]], write yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:
Up to the firmware [[03.200.000_CEX|3.20]] (after 3.20, [http://wololo.net/talk/viewtopic.php?f=54&t=41875 "Add additional commands to the "link" and it does work. It works via providing input."]), write to yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:


{{Boxcode|content=
{{Boxcode|content=
  <a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a>
  <a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a>
}}
}}
or
{{Boxcode|content=
<a href="psgm:play?titleid=NPXS10031">OPEN PKG INSTALLER</a>
}}
<small>
The [http://www.w3schools.com/tags/att_a_href.asp <a> href attribute] specifies the link's destination (to an element with a specified id within the page)
</small>
<div style="color: #000000; background-color: #e5e4e2; border: 1px solid #808000; padding: 5px; {{box-shadow|4px|4px|8px|#b0b090}}">
Open your E-Mail app and click the link and the [[NPXS10031|★Package Installer (NPXS10031)]] will start.
You may want to replace the [[Title_ID|title id]] parameter with any of your choice.
*http://www.skfu.xxx/2014/09/ps4-state-of-things-part-i-titleids.html
</div>


Open your E-Mail app and click the link and the PKG installer [[NPXS10031|(NPXS100031)]] will start. You may want to replace the [[Title_ID|title id]] parameter with any of your choice.


* http://www.skfu.xxx/2014/09/ps4-state-of-things-part-i-titleids.html
See also [[Webbrowser|Webbrowser]]

Latest revision as of 16:37, 29 June 2015

Icon menu mail.png

Settings[edit | edit source]

Send, receive and browse email (NPXS10072) messages using the email account you use on your computer or other devices. You can use Gmail™ (Email service by Google), Yahoo! Mail, and other general email accounts supporting IMAP or POP.

Sending a message[edit | edit source]

Attach a file[edit | edit source]

Select to use the PS Vita camera to take a photo, or attach an image saved under Photos.png LiveArea:Photos. Select the attached images to view or delete them.

Body[edit | edit source]

Up to 4096 characters can be entered.

JavaScript[edit | edit source]

Up to the firmware 3.20 (after 3.20, "Add additional commands to the "link" and it does work. It works via providing input."), write to yourself an HTML E-Mail with the following content to receive the E-Mail on your PSV:

Source Code
<a href="psgm:open?titleid=NPXS10031">OPEN PKG INSTALLER</a>

or

Source Code
<a href="psgm:play?titleid=NPXS10031">OPEN PKG INSTALLER</a>

The <a> href attribute specifies the link's destination (to an element with a specified id within the page)

Open your E-Mail app and click the link and the ★Package Installer (NPXS10031) will start.

You may want to replace the title id parameter with any of your choice.


See also Webbrowser