xbmcmail pop3 (POP/SMTP) e-mail client for XBMC

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
burriko Offline
Senior Member
Posts: 199
Joined: Oct 2003
Reputation: 0
Post: #1
xbmcmail v0.3.1
by burriko

a pop3 email client for xbmc.

features
read emails that are currently in your pop3 mailbox.
emails are not deleted from the pop3 account so you can still pick them up later using your usual email client.
view images and listen to mp3s that are attached to the email.

0.3.1 - fixed attachment case-sensitivity bug

0.3 - added support for html emails.
attempted to add support for 720p resolution.
configurable temp folder to save attachments.

0.2 - uses images from textures.xpr.
added email images made by stass.
added support for ntsc.

0.1 - initial release.

how to use
1. open xbmcmail.py in a text editor and change the server, username and password.
2. copy xbmcmail.py to the \xbmc\scripts folder on your xbox.
3. optional. if you want 'my email' to appear on the opening menu of xbmc then copy the skin folder to your xbmc folder and copy strings.xml to \xbmc\language\english on your xbox.
note: this will overwrite the home.xml file in the mediacenter skin, only copy it over if you have a very recent build of xbmc, you can tell if it's new enough if it has the xbox-scene rss feed and the xlink kai gaming feature.

troubleshooting
if nothing happens when you run the script then it is very likely that you do not have python installed properly. if the file python23.zlib does not exist in your /xbmc/python folder then you must extract the contents of the python.rar that came with your copy of xbmc in to that folder.

thanks to stass for making the email icons.

download 0.3.1

screenshot1 screenshot2
find quote
darkie Offline
Team-XBMC Developer
Posts: 529
Joined: Sep 2003
Reputation: 0
Post: #2
nice  Smile

btw, one thing i noticed is this line
Quote:self.addcontrol(xbmcgui.controlimage(0,0,720,576, 'q:\\skin\\' + skindir + '\\media\\background.png'))
it's ok but you could use this to
Quote:self.addcontrol(xbmcgui.controlimage(0,0,720,576, 'background.png'))
this will get background.png from the textures.xpr file from the current skin, and it will save some memory to

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote
burriko Offline
Senior Member
Posts: 199
Joined: Oct 2003
Reputation: 0
Post: #3
thanks, i didn't realise that.

actually there's one thing i wanted to mention to you. i wanted this email script to be able to blend into xbmc as much as possible, but there was one thing i couldn't do. when an audio file is playing and xbmc shows the song info and album art, it doesn't seem to be possible to have this display when you are creating a window in python. unless of course you are just drawing on top of an already existing window in xbmc.
can you think of any way around this?

oh, and thanks for all of the hard work you've done on getting python in to xbmc. Smile
find quote
stass Offline
Junior Member
Posts: 8
Joined: Feb 2004
Reputation: 0
Post: #4
ohh its a nice script but hmmm its not so beuty ;/ i got black gb ;(
http://www.home.no/stass/web/screenshot002.jpg
http://www.home.no/stass/web/screenshot003.jpg

how can i fix this.. ?
find quote
stass Offline
Junior Member
Posts: 8
Joined: Feb 2004
Reputation: 0
Sad    Post: #5
ohh i got it Big Grin
i only have textures.xpr and in the script...
self.panel = xbmcgui.controlimage(50,135,180,200, 'q:\\skin\\' + skindir + '\\media\\panel.png')

can you fix so its using textures.xpr?
its will be nice.. ;d

good work dude..!
find quote
burriko Offline
Senior Member
Posts: 199
Joined: Oct 2003
Reputation: 0
Post: #6
(stass @ april 13 2004,23:37 Wrote:ohh i got it Big Grin
i only have textures.xpr and in the script...
self.panel = xbmcgui.controlimage(50,135,180,200, 'q:\\skin\\' + skindir + '\\media\\panel.png')

can you fix so its using textures.xpr?
its will be nice.. ;d

good work dude..!
i've updated it to use the images from the textures.xpr file now.
find quote
ent Offline
Member
Posts: 74
Joined: Mar 2004
Reputation: 0
Post: #7
i can't seem to get any of these internet scripts to work, with the exception of googlenews. all of them just don't connect to the net.
find quote
stass Offline
Junior Member
Posts: 8
Joined: Feb 2004
Reputation: 0
Exclamation    Post: #8
well well Big Grin
a new version Wink
http://www.home.no/stass/web/mail/temp/
find quote
stass Offline
Junior Member
Posts: 8
Joined: Feb 2004
Reputation: 0
Thumbs Up    Post: #9
ajjt..!
hear we have a new frech.. simpel site Wink
hopp you like it..

http://www.home.no/stass/xbox/xbmc.htm

*peace*
find quote
bobrooney_78 Offline
Senior Member
Posts: 167
Joined: Oct 2003
Reputation: 0
Post: #10
just tried xbmcmail, it is great. works very well for me Smile

keep up the great work!
find quote
Post Reply