SageTV Community  

Go Back   SageTV Community > SageTV Development and Customizations > SageTV Customizations
Forum Rules FAQs Community Downloads Today's Posts Search

Notices

SageTV Customizations This forums is for discussing and sharing user-created modifications for the SageTV application created by using the SageTV Studio or through the use of external plugins. Use this forum to discuss customizations for SageTV version 6 and earlier, or for the SageTV3 UI.

Reply
 
Thread Tools Search this Thread Display Modes
  #21  
Old 06-07-2006, 10:03 AM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
Quote:
Originally Posted by flachbar
Yeah, I was just confused because your description stated "For checking webmail accounts like hotmail, gmail,.. you have to ..."

It seems the download does not contain the latest file, I get

Code:
Wed 6/7 11:47:46.258 setUI(sage.bz@1dce7a9[MailCheck]) histIdx=2 uiHistory=[sage.bz@162f2fe[Main Menu], sage.bz@1f1a90a[Dynamic Menu by nielm], sage.bz@1dce7a9[MailCheck]]
java.lang.NoSuchMethodException: <unbound>=MailAccount.setProtocol("pop3s");
Wed 6/7 11:47:46.422 Continuing ...
java.lang.NoSuchMethodException: <unbound>=MailAccount.setPort("995");
Wed 6/7 11:47:46.422 Continuing ...
I checked the jar file, the class MailAccount does not have the above methods. Did you change the plugin description and added the new zip file at the same time ? There's a bug with the upload system which will not update the zip file in this case, so you'll have to do each step separately. Just a guess ...

Dirk
Ah, now I understand. Someone already complained that he didn't see the outcommented protocol element in the mailaccounts.xml. I suppose the complete zip file was not replaced like you suggest. So everyone is still working with version 0.1. I'll upload the 0.2 zip file as soon as I get home.
thanks !
Reply With Quote
  #22  
Old 06-07-2006, 11:24 AM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
proper v0.2 zip file available

Just uploaded the proper v0.2 zip file.
Reply With Quote
  #23  
Old 06-07-2006, 12:26 PM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
Added screen shots to download page

Just added some screenshots to the download page
http://forums.sage.tv/forums/downloa...?do=file&id=83
Reply With Quote
  #24  
Old 06-09-2006, 09:25 PM
steingra steingra is offline
Sage Aficionado
 
Join Date: Oct 2005
Posts: 427
Send a message via MSN to steingra
Hello

This sounds great. Will it work with version 4.1.x of sagetv?

Also, I have a sagetv server, and several clients. If I just wanted to have one of the sagetv clients check some email accounts, I would just install it on the client... and if I wanted to see the same email checking on all clients, then I would install on the sagetv server?

Not sure if thats how it would work. Figured I better ask first

Thanks!
Reply With Quote
  #25  
Old 06-15-2006, 09:31 PM
scoful's Avatar
scoful scoful is offline
Sage Aficionado
 
Join Date: Jun 2006
Location: Lawrence, Kansas
Posts: 373
Email Popup

It would be really cool to have a semitransparent popup during video playback to notify you of new messages and the ability to view the message.
Reply With Quote
  #26  
Old 06-16-2006, 06:28 AM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
Quote:
Originally Posted by scoful
It would be really cool to have a semitransparent popup during video playback to notify you of new messages and the ability to view the message.
yes, not a bad idea. Maybe this is possible by using the caller id plugin.
Will look at this for the next version of this plugin.

thanks,
Chris
Reply With Quote
  #27  
Old 07-14-2006, 09:14 AM
steingra steingra is offline
Sage Aficionado
 
Join Date: Oct 2005
Posts: 427
Send a message via MSN to steingra
Works with MediaMVP?

Will this work from a MediaMVP?
Reply With Quote
  #28  
Old 07-22-2006, 11:12 AM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Problem and not sure it can be solved here. I copied the information straight from his MS Outlook, and sure I have the e-mail information correct. It uses SSL, so configured pop3s/995 as it is in MS Outlook. Here's the object definition.

<object class="nl.cmkprojects.sage.mail.MailAccount">
<void property="displayName">
<string>myhost - cavalli</string>
</void>
<void property="host">
<string>myhost.com</string>
</void>
<void property="password">
<string>mypassword</string>
</void>
<void property="username">
<string>cavalli</string>
</void>
<void property="protocol">
<string>pop3s</string>
</void>
<void property="port">
<string>995</string>
</void>
</object>

Here's the problem. His e-mail server is funny. When getting e-mail in Outlook, it brings up a dialog:

"The server you are connected to is using a security certificate that could not be verified. A certificate chain processed correctly, but terminated in a root certificate which is not trusted by the trust provider. Do you want to continue using this server? Yes/No."

He selects 'yes', and it works fine. That being said, I'm guessing the server is waiting for a 'continue' verification signal from your STVi that it never sends, and fails accordingly. I know the ISP and basically, he's not paying the annual fee for whatever certificate he lacks.

Is there any way you can add a property to your object that allows the connection to continue anyway, regardless of verification?

The STVi looks great, and really hope I can configure it for him. Thanks!
Reply With Quote
  #29  
Old 07-22-2006, 12:00 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Me again. I wanted to get MrPostman to work for him too, but with no success. I verified MrP by getting it to work on Outlook Express on the HTPC computer. His e-mail and mine. Since I can control my e-mail very easily, I used it and to verify MrPostman with your STVi. I mimicked your code, so I'm sure that's not it. (FYI, error in your first post, saying "port1" instead of "port" and "1110" instead of "11110"; probably just misplaced the '1' character.) Just a blank screen. Verified the XML in IE and restarted SageTV cleanly in case it happens on the restart.

Ideas:
- Uncommented the "#" to enable logging in the properties file. can't find the log file.
- Changed 1.4.0_02 to current version of Java installed here. Issue?
- is java.beans.XMLDecoder something I have to install, or part of the JARs in the archive?
- Can I edit the mailaccounts.xml without having to restart?

Thanks again for the help!

Code:
<?xml version="1.0" encoding="UTF-8"?> 
<java version="1.5.0_07" class="java.beans.XMLDecoder"> 
 <object class="nl.cmkprojects.sage.mail.MailAccount"> 
  <void property="displayName"> 
   <string>Hotmail - ToonGal1021</string> 
  </void> 
  <void property="host"> 
   <string>localhost</string> 
  </void> 
  <void property="username"> 
   <string>ToonGal1021@hotmail.com</string> 
  </void> 
  <void property="password"> 
   <string>neveryoumind</string> 
  </void> 
  <void property="protocol"> 
   <string>pop3</string> 
  </void> 
  <void property="port"> 
   <string>11110</string> 
  </void> 
 </object> 
</java>

Last edited by ToonGal; 07-22-2006 at 12:03 PM.
Reply With Quote
  #30  
Old 09-19-2006, 09:00 PM
ToonGal's Avatar
ToonGal ToonGal is offline
Sage Aficionado
 
Join Date: Jan 2004
Location: Bay Area, CA, USA
Posts: 306
Anyone use this plug-in? I hate bumping topics, but when I ask a question about something, it seems to be the kiss of death.

Any help greatly appreciated. Thanks in advance!
Reply With Quote
  #31  
Old 09-20-2006, 07:38 AM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
Quote:
Originally Posted by ToonGal
Anyone use this plug-in? I hate bumping topics, but when I ask a question about something, it seems to be the kiss of death.

Any help greatly appreciated. Thanks in advance!
Hi ToonGal,

For secure email you really need java 1.5 like it says in the first post of this thread.

Hope this helps.

- Chris
Reply With Quote
  #32  
Old 09-21-2006, 06:17 AM
dflachbart dflachbart is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,743
Hi Chris,

one question: is the second screen (after you select one of the headers) supposed to retrieve and display the email message text ?

Dirk
Reply With Quote
  #33  
Old 09-23-2006, 09:43 AM
koelec koelec is offline
Sage Aficionado
 
Join Date: Aug 2003
Location: Netherlands
Posts: 309
Quote:
Originally Posted by flachbar
Hi Chris,

one question: is the second screen (after you select one of the headers) supposed to retrieve and display the email message text ?

Dirk
Dirk,
The current version does not support this. A next version might implement this. (but I'm rather busy with slim player plugin at the moment).

- Chris
Reply With Quote
  #34  
Old 09-28-2006, 10:33 AM
dflachbart dflachbart is offline
SageTVaholic
 
Join Date: Jan 2006
Location: Brookfield, CT
Posts: 2,743
For anyone trying to use this in SageMC: I cooked up a SageMC specific version of this nice plugin. Chris, feel free to include the attached zip in your download package, or if you prefer I can set up a separate download.

Dirk
Attached Images
File Type: jpg mail1.JPG (49.7 KB, 451 views)
File Type: jpg mail2.JPG (26.3 KB, 410 views)
Attached Files
File Type: zip mailcheck_sagemc.zip (19.6 KB, 357 views)
Reply With Quote
  #35  
Old 12-02-2006, 12:04 AM
jbilich jbilich is offline
Sage User
 
Join Date: Jun 2006
Posts: 34
Flachbar...

Thanks for making a SageMC specific version. However once I loaded it in the advanced tab I couldn't find where the Email Checker was. I dont have SageTV v6, so I'm using your latest build of SageMC for SageTV v5 (I believe it's something like v613a). Perhaps you need the SageMC for version 6 for this to work? Just let me know. Thanks!


Update: Well I've added it to my custom menus, but I can't seem to figure out where to add all my pop3 account info. I don't have much experience editing xml files, so any help would be great. Thanks

Last edited by jbilich; 12-02-2006 at 10:30 AM.
Reply With Quote
  #36  
Old 01-07-2007, 12:30 PM
hemicuda's Avatar
hemicuda hemicuda is offline
Sage Icon
 
Join Date: May 2006
Location: north of Chattanooga, Tennessee
Posts: 1,118
Question

I've tried setting this up following the directions. So far all I can get it to do is give me an error and says to check the log file. IE doesn't tell me I have any errors when I open the .xml.
From the log:
Code:
2007-01-07 13:19:37,829 ERROR [AWT-EventQueue-0] nl.cmkprojects.sage.mail.MailCheck (MailCheck.java:291) - failed to get mail
javax.mail.AuthenticationFailedException: authorization failed
	at com.sun.mail.pop3.POP3Store.protocolConnect(POP3Store.java:128)
	at javax.mail.Service.connect(Service.java:236)
	at javax.mail.Service.connect(Service.java:137)
	at javax.mail.Service.connect(Service.java:86)
	at nl.cmkprojects.sage.mail.MailCheck.readMail(MailCheck.java:150)
	at nl.cmkprojects.sage.mail.MailCheck.checkMail(MailCheck.java:283)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.lang.reflect.Method.invoke(Unknown Source)
	at sage.d$d.a(Unknown Source)
	at sage.d.d.a(Unknown Source)
	at sage.d.c.a(Unknown Source)
	at sage.d.d.a(Unknown Source)
	at sage.d.m.a(Unknown Source)
	at sage.d.a(Unknown Source)
	at sage.a5.a(Unknown Source)
	at sage.a5.a(Unknown Source)
	at sage.a5.actionPerformed(Unknown Source)
	at sage.a5.mouseReleased(Unknown Source)
	at sage.bd.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.a(Unknown Source)
	at sage.bm.if(Unknown Source)
	at sage.bm.mouseReleased(Unknown Source)
	at java.awt.AWTEventMulticaster.mouseReleased(Unknown Source)
	at java.awt.Component.processMouseEvent(Unknown Source)
	at java.awt.Component.processEvent(Unknown Source)
	at java.awt.Component.dispatchEventImpl(Unknown Source)
	at java.awt.Component.dispatchEvent(Unknown Source)
	at java.awt.EventQueue.dispatchEvent(Unknown Source)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
	at java.awt.EventDispatchThread.run(Unknown Source)
I'm using a java 1.6 release.
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage

Clients: HD300 x2; HD200 x2; Placeshifter

Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc.
Reply With Quote
  #37  
Old 01-07-2007, 01:46 PM
gplasky's Avatar
gplasky gplasky is offline
SageTVaholic
 
Join Date: Jul 2003
Location: Howell, MI
Posts: 9,203
Quote:
Originally Posted by hemicuda
I've tried setting this up following the directions. So far all I can get it to do is give me an error and says to check the log file. IE doesn't tell me I have any errors when I open the .xml.
From the log:


I'm using a java 1.6 release.
If you're trying to do an ssl connection to your email I don't think that works. It's working fine for me and I'm running java 6 and the latest SageMC.


Gerry
__________________
Big Gerr
_______
Server - WHS 2011: Sage 7.1.9 - 1 x HD Prime and 2 x HDHomeRun - Intel Atom D525 1.6 GHz, Acer Easystore, RAM 4 GB, 4 x 2TB hotswap drives, 1 x 2TB USB ext Clients: 2 x PC Clients, 1 x HD300, 2 x HD-200, 1 x HD-100 DEV Client: Win 7 Ultimate 64 bit - AMD 64 x2 6000+, Gigabyte GA-MA790GP-DS4H MB, RAM 4GB, HD OS:500GB, DATA:1 x 500GB, Pace RGN STB.
Reply With Quote
  #38  
Old 01-07-2007, 10:42 PM
hemicuda's Avatar
hemicuda hemicuda is offline
Sage Icon
 
Join Date: May 2006
Location: north of Chattanooga, Tennessee
Posts: 1,118
not using ssl (or ssh) on this setup. I have the same login settings in the xml that I use in Thunderbird.
__________________
Server: MS Win7 SP1; FX8350 (H2O cooled); 8GB RAM; Hauppauge HVR-7164 (OTA); HVR-885 (OTA); SageTV 9.1.5.x; 12+TB Sage Storage

Clients: HD300 x2; HD200 x2; Placeshifter

Service: EPB Fiber (1Gb); OTA (we "cut the cord"); Netflix, Hulu, etc.
Reply With Quote
  #39  
Old 04-24-2007, 03:30 AM
DIBU's Avatar
DIBU DIBU is offline
Sage Expert
 
Join Date: Jul 2004
Location: Germany / Hessen / RheinMain
Posts: 512
help

Quote:
Originally Posted by koelec View Post
If not you may have to modify the stv file manually to create a menu item linking to the MailCheck screen.
ok and what i will write in the stv file?

please help

cu
DIBU
__________________
Sage V7x:
Server - Lenovo K320 with WindowsHomeServer2011, 10 Terabyte HD's on stablebit drivepool, (1 x DuoFlex CT Octopus PCIe DVB-C 4 Tuner all with LM-DVB-SmartRecorder, dbox2, run SageTV as Service, DeskNow Mail and Collaboration server, 2 Terabyte NAS (Ximeta) as seconf backup, 1Gb/s MSI ePower HD Network, 3xHD100, 1xHD200, 1xHD300, Panasonic LCD 55" TV, Sharp LCD TV, JVC LCD TV, Touchscreen LCD, PlaceShifter
cu at http://www.dbuschek.de
Reply With Quote
  #40  
Old 05-05-2007, 02:15 PM
theagc theagc is offline
Sage User
 
Join Date: Jun 2006
Posts: 22
Ok, I am probably missing something for gmail settings

I am probably doing something wrong.
Lets assume my gmail account is abc@gmail.com
user name abc
password 123456

POP3 is enabled under gmail.

So what should I configure under the xml? Which fields I should fill, and which should I leave un touched?

Thanks in advance.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -6. The time now is 06:30 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.
Copyright 2003-2005 SageTV, LLC. All rights reserved.