![]() |
|
SageMC Custom Interface This forum is for discussing the user-created SageMC custom interface for SageTV. |
![]() |
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
@email
How do I setup my email in SageMC? I can't find any options to input my settings?
|
#2
|
|||
|
|||
Quote:
Dirk |
#3
|
|||
|
|||
I tried to configure it, but it doesn't seem to be working. Has anyone set it up successfully with gmail?
|
#4
|
|||
|
|||
Quote:
Dirk |
#5
|
|||
|
|||
<?xml version="1.0" encoding="UTF-8"?>
<java version="1.4.2_04" class="java.beans.XMLDecoder"> <object class="nl.cmkprojects.sage.mail.MailAccount"> <!-- for multiple user, optional --> <!-- <void property="accountHolder"> <string>xxxxx</string> </void> --> <!-- text you want to be shown as first line in each message header --> <void property="xxxxx"> <string>xxxxxx@gmail.com</string> </void> <!-- pop3 host, e.g. pop.zonnet.nl --> <void property="host"> <string>pop.gmail.com</string> </void> <void property="password"> <string>xxxxxxx</string> </void> <void property="username"> <string>xxxxxx@gmail.com</string> </void> <!-- Fetch only headers, does not mark the email on the server as 'read' --> <!-- Optional, default is 'false' (fetch header and message body) --> <!-- <void property="fetchHeadersOnly"> <boolean>true</boolean> </void> --> <!-- optional protocol element to specify email protocol, one of pop3, pop3s, imap, imaps (pop3 is default) --> <!-- <void property="protocol"> <string>pop3</string> </void> --> <!-- optional port element to specify connection port if the default does not work --> <!-- defaults ports: protocol port pop3 110 pop3s 995 imap 143 imaps 993 --> <!-- <void property="port"> <string>995</string> </void> --> </object> </java> |
#6
|
|||
|
|||
Anything look wrong?
|
#7
|
||||
|
||||
For the user name drop the @gmail.com
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. |
#8
|
|||
|
|||
And set the correct protocol for gmail:
Change <!-- <void property="protocol"> <string>pop3</string> </void> --> to <void property="protocol"> <string>pop3s</string> </void> Dirk |
#9
|
|||
|
|||
Has anyone been able to make @email to work with IMAP and Gmail?
I keep getting error that it is unable to connect. Here is what it says in the errorlog file: 2008-04-15 22:42:25,127 ERROR [AWT-EventQueue-0] nl.cmkprojects.sage.mail.MailCheck (MailCheck.java:256) - failed javax.mail.MessagingException: Connect failed; Here is my config file: <?xml version="1.0" encoding="UTF-8"?> <java version="1.4.2_04" class="java.beans.XMLDecoder"> <object class="nl.cmkprojects.sage.mail.MailAccount"> <!-- for multiple user, optional --> <!-- <void property="accountHolder"> <string>Andrew Martin</string> </void> --> <!-- text you want to be shown as first line in each message header --> <void property="displayName"> <string>xxxxxxx@gmail.com</string> </void> <!-- pop3 host, e.g. pop.zonnet.nl --> <void property="host"> <string>imap.gmail.com</string> </void> <void property="password"> <string>xxxxxxx</string> </void> <void property="username"> <string>xxxxxxx@gmail.com</string> </void> <!-- Fetch only headers, does not mark the email on the server as 'read' --> <!-- Optional, default is 'false' (fetch header and message body) --> <!-- <void property="fetchHeadersOnly"> <boolean>true</boolean> </void> --> <!-- optional protocol element to specify email protocol, one of pop3, pop3s, imap, imaps (pop3 is default) --> <!-- <void property="protocol"> <string>imaps</string> </void> --> <!-- optional port element to specify connection port if the default does not work --> <!-- defaults ports: protocol port pop3 110 pop3s 995 imap 143 imaps 993 --> <!-- <void property="port"> <string>993</string> </void> --> </object> </java> Here is what Gmail says: Incoming Mail (IMAP) Server - requires SSL: imap.gmail.com Use SSL: Yes Port: 993 Outgoing Mail (SMTP) Server - requires TLS: smtp.gmail.com (use authentication) Use Authentication: Yes Use STARTTLS: Yes (some clients call this SSL) Port: 465 or 587 Account Name: your Gmail username (including @gmail.com) Email Address: your full Gmail email address (username@gmail.com) Password: your Gmail password Thanks in advance, Andrew Last edited by Andrew54; 04-16-2008 at 12:29 AM. |
#10
|
||||
|
||||
I don't think this plugin will do a ssl connection.
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. |
#11
|
|||
|
|||
Yea, I can't seem to get working.
|
#12
|
||||
|
||||
If I dont plan on using email, how can I remove this from the menu?
|
#13
|
||||
|
||||
Quote:
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. |
#14
|
||||
|
||||
Worked like a charm, Thanks.
![]() |
![]() |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
STV: SageMC 16x9 Version 6.x (latest dev build) | dflachbart | SageMC Custom Interface | 6112 | 04-04-2008 11:16 PM |