List Info

Thread: Email - can't set host




Email - can't set host
country flaguser name
United States
2007-12-22 16:33:34
Hello all,

First of all, I am loving this software so far!  Thanks so much for it.

I'm having issues getting the emailing the author functionality to work.

I have uncommented the plugin for "net.sourceforge.pebble.event.comment.EmailAuthorNotificationListener" under Comment Listeners.

I have uncommented the resource definition in WEB-INF/web.xml

I tried entering the following underneath my default host in Tomcat:

 <;Host name="fornoone.blogsite.org" appBase="webapps"
&nbsp;      unpackWARs="true" autoDeploy="true"
&nbsp;      xmlValidation="false" xmlNamespaceAware="false">
&nbsp;       
<Context path="blog" docBase=".">
<Resource name="mail/Session" auth="Container" type="javax.mail.Session" mail.smtp.host="smtp.gmail.com" mail.smtp.port="25" mail.transport.protocol="smtp" mail.smtp.auth="true" mail.smtp.user="username" mail.smtp.password="password" />
&nbsp;       </Context>;

...

</Host>


However, every time I add a comment, I get the following exception:
2007-12-22 14:29:01,463 [pool-1-thread-1] ERROR net.sourceforge.pebble.util.MailUtils - Notification e-mail could not be sent
javax.mail.SendFailedException: Sending failed; nested exception is: class javax.mail.MessagingException: Could not connect to SMTP host: localhost, port: 25; nested exception is: java.net.ConnectException: Connection refused at javax.mail.Transport.send0(Transport.java:218) at javax.mail.Transport.send(Transport.java:80) at net.sourceforge.pebble.util.MailUtils$SendMailRunnable.run(MailUtils.java:203) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) at java.lang.Thread.run(Thread.java:810)

Can anyone please shed some light on this? I feel like I'm so close!!!

Thanks,
Steve

Re: Email - can't set host
country flaguser name
Germany
2007-12-23 00:26:14
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Steve Suppe wrote:
> Hello all,
> 
> First of all, I am loving this software so far!  Thanks
so much for it.
> 
> I'm having issues getting the emailing the author
functionality to work.
> 
> I have uncommented the plugin for
>
"net.sourceforge.pebble.event.comment.EmailAuthorNotifi
cationListener"
> under Comment Listeners.
> 
> I have uncommented the resource definition in
WEB-INF/web.xml
> 
> I tried entering the following underneath my default
host in Tomcat:
> 
>  <Host name="fornoone.blogsite.org"
appBase="webapps"
>        unpackWARs="true"
autoDeploy="true"
>        xmlValidation="false"
xmlNamespaceAware="false">
>         
> <Context path="blog"
docBase=".">
> <Resource name="mail/Session"
auth="Container"
type="javax.mail.Session"
> mail.smtp.host="smtp.gmail.com"
mail.smtp.port="25"
> mail.transport.protocol="smtp"
mail.smtp.auth="true"
> mail.smtp.user="username"
mail.smtp.password="password" />
>         </Context>
> 
> ...
> 
> </Host>
> 
> 
> However, every time I add a comment, I get the
following exception:
> 2007-12-22 14:29:01,463 [pool-1-thread-1] ERROR
> net.sourceforge.pebble.util.MailUtils - Notification
e-mail could not be
> sent
> javax.mail.SendFailedException: Sending failed; nested
exception is:
> class javax.mail.MessagingException: Could not connect
to SMTP host:
> localhost, port: 25; nested exception is:
java.net.ConnectException:
> Connection refused at
javax.mail.Transport.send0(Transport.java:218) at
> javax.mail.Transport.send(Transport.java:80) at
>
net.sourceforge.pebble.util.MailUtils$SendMailRunnable.run(M
ailUtils.java:203)
> at
>
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Threa
dPoolExecutor.java:665)
> at
>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
lExecutor.java:690)
> at java.lang.Thread.run(Thread.java:810)
> 
> Can anyone please shed some light on this? I feel like
I'm so close!!!
> 
> Thanks,
> Steve
> 
> 
Hi Steve,
gmail will only accept smtp connections secured by STARTTLS
(http://mail.google.com/support/bin/answer.py?
hl=en&answer=13287). I am
not sure how to enable TLS in JavaMail though .-(

Cheers

~christian

- --
Christian Drexler <christiandrexler-online.net>
Public key: http://www.drex
ler-online.net/dxl.asc
(9F8D 410F 02E9 DC33 02FE  E223 52D1 0A77 E823 E71F)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org


iD8DBQFHbf+GUtEKd+gj5x8RAtIqAJ9d3ORTtqglH9RckNFHJrCEqB3B8wCg
vDF1
sSgSTBJ5AXZveadX2XmY1WA=
=SeB+
-----END PGP SIGNATURE-----

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Email - can't set host
country flaguser name
Germany
2008-08-23 06:38:49
Hi,

althouth this post is really old: you could use a tunnel to
connect to google: see 
http://ez.no/develo
per/forum/install_configuration/sending_mail_via_gmail_or_go
ogle_apps_smtp for further 
information

Regards

Kai

--- Original Nachricht ---
Absender: Christian Drexler
Datum: 23.12.2007 07:26
> Steve Suppe wrote:
>> Hello all,
> 
>> First of all, I am loving this software so far! 
Thanks so much for it.
> 
>> I'm having issues getting the emailing the author
functionality to work.
> 
>> I have uncommented the plugin for
>>
"net.sourceforge.pebble.event.comment.EmailAuthorNotifi
cationListener"
>> under Comment Listeners.
> 
>> I have uncommented the resource definition in
WEB-INF/web.xml
> 
>> I tried entering the following underneath my
default host in Tomcat:
> 
>>  <Host name="fornoone.blogsite.org"
appBase="webapps"
>>        unpackWARs="true"
autoDeploy="true"
>>        xmlValidation="false"
xmlNamespaceAware="false">
> 
>> <Context path="blog"
docBase=".">
>> <Resource name="mail/Session"
auth="Container"
type="javax.mail.Session"
>> mail.smtp.host="smtp.gmail.com"
mail.smtp.port="25"
>> mail.transport.protocol="smtp"
mail.smtp.auth="true"
>> mail.smtp.user="username"
mail.smtp.password="password" />
>>         </Context>
> 
>> ...
> 
>> </Host>
> 
> 
>> However, every time I add a comment, I get the
following exception:
>> 2007-12-22 14:29:01,463 [pool-1-thread-1] ERROR
>> net.sourceforge.pebble.util.MailUtils -
Notification e-mail could not be
>> sent
>> javax.mail.SendFailedException: Sending failed;
nested exception is:
>> class javax.mail.MessagingException: Could not
connect to SMTP host:
>> localhost, port: 25; nested exception is:
java.net.ConnectException:
>> Connection refused at
javax.mail.Transport.send0(Transport.java:218) at
>> javax.mail.Transport.send(Transport.java:80) at
>>
net.sourceforge.pebble.util.MailUtils$SendMailRunnable.run(M
ailUtils.java:203)
>> at
>>
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Threa
dPoolExecutor.java:665)
>> at
>>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
lExecutor.java:690)
>> at java.lang.Thread.run(Thread.java:810)
> 
>> Can anyone please shed some light on this? I feel
like I'm so close!!!
> 
>> Thanks,
>> Steve
> 
> 
> Hi Steve,
> gmail will only accept smtp connections secured by
STARTTLS
> (http://mail.google.com/support/bin/answer.py?
hl=en&answer=13287). I am
> not sure how to enable TLS in JavaMail though .-(
> 
> Cheers
> 
> ~christian
> 

------------------------------------------------------------
-------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user




------------------------------------------------------------
-------------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK
& win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Email - can't set host
user name
2008-08-23 08:57:47
Googles SMTP servers only accept TLS (encrypted)
connections, hence
why the exception says you can't connect, you're trying to
connect on
port 25, that's the standard port for unencrypted SMTP
servers.  For
TLS, the standard port, and the port I believe
smtp.gmail.com uses, is
465.  In addition, I think you'll have to configure your
mail/Session
resource to use TLS.  Now I haven't tried this, but from
reading some
stuff on the web, I'm guessing you'll have to configure your
mail
resource like this:

 <Resource name="mail/Session"
auth="Container"
type="javax.mail.Session"
    mail.smtp.host="smtp.gmail.com"
mail.smtp.port="465"
    mail.transport.protocol="smtp"
mail.smtp.auth="true"
    mail.smtp.starttls.enable="true"
mail.smtp.socketFactory.port="465"
   
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketF
actory"
    mail.smtp.socketFactory.fallback="false"
    mail.smtp.user="<your gmail username>"
mail.smtp.password="<your
gmail password>" />

My gut feel is that not all those properties are needed (I
don't know
if they'll even work), but like I said, I've never connected
to a TLS
SMTP server from Java, so if it doesn't work, have a play
around.

Regards,

James

On Sat, Aug 23, 2008 at 9:38 PM, Kai Grabfelder
<nospamkinokai.de> wrote:
> Hi,
>
> althouth this post is really old: you could use a
tunnel to connect to google: see
> http://ez.no/develo
per/forum/install_configuration/sending_mail_via_gmail_or_go
ogle_apps_smtp for further
> information
>
> Regards
>
> Kai
>
> --- Original Nachricht ---
> Absender: Christian Drexler
> Datum: 23.12.2007 07:26
>> Steve Suppe wrote:
>>> Hello all,
>>
>>> First of all, I am loving this software so far!
 Thanks so much for it.
>>
>>> I'm having issues getting the emailing the
author functionality to work.
>>
>>> I have uncommented the plugin for
>>>
"net.sourceforge.pebble.event.comment.EmailAuthorNotifi
cationListener"
>>> under Comment Listeners.
>>
>>> I have uncommented the resource definition in
WEB-INF/web.xml
>>
>>> I tried entering the following underneath my
default host in Tomcat:
>>
>>>  <Host
name="fornoone.blogsite.org"
appBase="webapps"
>>>        unpackWARs="true"
autoDeploy="true"
>>>        xmlValidation="false"
xmlNamespaceAware="false">
>>
>>> <Context path="blog"
docBase=".">
>>> <Resource name="mail/Session"
auth="Container"
type="javax.mail.Session"
>>> mail.smtp.host="smtp.gmail.com"
mail.smtp.port="25"
>>> mail.transport.protocol="smtp"
mail.smtp.auth="true"
>>> mail.smtp.user="username"
mail.smtp.password="password" />
>>>         </Context>
>>
>>> ...
>>
>>> </Host>
>>
>>
>>> However, every time I add a comment, I get the
following exception:
>>> 2007-12-22 14:29:01,463 [pool-1-thread-1]
ERROR
>>> net.sourceforge.pebble.util.MailUtils -
Notification e-mail could not be
>>> sent
>>> javax.mail.SendFailedException: Sending failed;
nested exception is:
>>> class javax.mail.MessagingException: Could not
connect to SMTP host:
>>> localhost, port: 25; nested exception is:
java.net.ConnectException:
>>> Connection refused at
javax.mail.Transport.send0(Transport.java:218) at
>>> javax.mail.Transport.send(Transport.java:80)
at
>>>
net.sourceforge.pebble.util.MailUtils$SendMailRunnable.run(M
ailUtils.java:203)
>>> at
>>>
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Threa
dPoolExecutor.java:665)
>>> at
>>>
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoo
lExecutor.java:690)
>>> at java.lang.Thread.run(Thread.java:810)
>>
>>> Can anyone please shed some light on this? I
feel like I'm so close!!!
>>
>>> Thanks,
>>> Steve
>>
>>
>> Hi Steve,
>> gmail will only accept smtp connections secured by
STARTTLS
>> (http://mail.google.com/support/bin/answer.py?
hl=en&answer=13287). I am
>> not sure how to enable TLS in JavaMail though .-(
>>
>> Cheers
>>
>> ~christian
>>
>
>
------------------------------------------------------------
-------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user

>
>
>
>
------------------------------------------------------------
-------------
> This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
> Build the coolest Linux based applications with Moblin
SDK & win great prizes
> Grand prize is a trip for two to an Open Source event
anywhere in the world
> http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user

>

------------------------------------------------------------
-------------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK
& win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Email - can't set host
user name
2008-08-25 08:29:54
Olaf schrieb :

> I'm not online at the moment, so can't look myself, but
keytool, smtp,
> java and mail might be the basis of some useful search
terms.

Wow Olaf, you truly are a magician!  Writing email without
being online?

(sorry - couldn't resist)  

Actually, I found the http://www.stunnel.org web
site, as well as this
discussion in general to be very interesting - thanks for
the tips.

David McLure

------------------------------------------------------------
-------------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK
& win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


Re: Email - can't set host
country flaguser name
Australia
2008-08-25 16:37:22
If you're going to install your own mail server, then
there's no  
reason to route the mail through gmail.

Sent from my iPhone

On 26/08/2008, at 5:00, Kai Grabfelder <nospamkinokai.de> wrote:

> actually I was not able to get Pebble to send E-Mails
with this  
> configuration. If I change the static
> Transport.send() method to tranport.send(message,
username,  
> password) (or sth. similar, I can't remember right
> now) it works.
>
> What I'll do now is using a local James (java mail
server)  
> installation that relays the mails send by pebble
> to my google mail accounts. Accounts in plural form
because you can  
> only send 500 Mails per google account a
> day - and you never know if your blog once gets famous
and sends  
> more than 500 emails per day  - so
I'll
> add some sort of round robin "mailet" (sort
of Mail Processors in  
> James) to the mail server. I'll post more
> details once it is finished and working. For now I can
already tell  
> that installing and configuring James is
> fare more easy than playing linux admin with exim4 or
some other  
> unix mailserver - at least if you are more
> interested in Java than in linux 
>
> Regards
>
> Kai
>
>
> --- Original Nachricht ---
> Absender: James Roper
> Datum: 23.08.2008 15:57
>> Googles SMTP servers only accept TLS (encrypted)
connections, hence
>> why the exception says you can't connect, you're
trying to connect on
>> port 25, that's the standard port for unencrypted
SMTP servers.  For
>> TLS, the standard port, and the port I believe
smtp.gmail.com uses,  
>> is
>> 465.  In addition, I think you'll have to configure
your mail/Session
>> resource to use TLS.  Now I haven't tried this, but
from reading some
>> stuff on the web, I'm guessing you'll have to
configure your mail
>> resource like this:
>>
>> <Resource name="mail/Session"
auth="Container"  
>> type="javax.mail.Session"
>>    mail.smtp.host="smtp.gmail.com"
mail.smtp.port="465"
>>    mail.transport.protocol="smtp"
mail.smtp.auth="true"
>>    mail.smtp.starttls.enable="true"  
>> mail.smtp.socketFactory.port="465"
>>   
mail.smtp.socketFactory.class="javax.net.ssl.SSLSocketF
actory"
>>   
mail.smtp.socketFactory.fallback="false"
>>    mail.smtp.user="<your gmail
username>" mail.smtp.password="<your
>> gmail password>" />
>>
>> My gut feel is that not all those properties are
needed (I don't know
>> if they'll even work), but like I said, I've never
connected to a TLS
>> SMTP server from Java, so if it doesn't work, have
a play around.
>>
>> Regards,
>>
>> James
>>
>> On Sat, Aug 23, 2008 at 9:38 PM, Kai Grabfelder
<nospamkinokai.de>  
>> wrote:
>>> Hi,
>>>
>>> althouth this post is really old: you could use
a tunnel to  
>>> connect to google: see
>>> http://ez.no/develo
per/forum/install_configuration/sending_mail_via_gmail_or_go
ogle_apps_smtp 
>>>  for further
>>> information
>>>
>>> Regards
>>>
>>> Kai
>>>
>>> --- Original Nachricht ---
>>> Absender: Christian Drexler
>>> Datum: 23.12.2007 07:26
>>>> Steve Suppe wrote:
>>>>> Hello all,
>>>>
>>>>> First of all, I am loving this software
so far!  Thanks so much  
>>>>> for it.
>>>>
>>>>> I'm having issues getting the emailing
the author functionality  
>>>>> to work.
>>>>
>>>>> I have uncommented the plugin for
>>>>> "net. 
>>>>>
sourceforge.pebble.event.comment.EmailAuthorNotificationList
ener"
>>>>> under Comment Listeners.
>>>>
>>>>> I have uncommented the resource
definition in WEB-INF/web.xml
>>>>
>>>>> I tried entering the following
underneath my default host in  
>>>>> Tomcat:
>>>>
>>>>> <Host
name="fornoone.blogsite.org"
appBase="webapps"
>>>>>       unpackWARs="true"
autoDeploy="true"
>>>>>       xmlValidation="false"
xmlNamespaceAware="false">
>>>>
>>>>> <Context path="blog"
docBase=".">
>>>>> <Resource
name="mail/Session" auth="Container"  
>>>>> type="javax.mail.Session"
>>>>>
mail.smtp.host="smtp.gmail.com"
mail.smtp.port="25"
>>>>>
mail.transport.protocol="smtp"
mail.smtp.auth="true"
>>>>> mail.smtp.user="username"
mail.smtp.password="password" />
>>>>>        </Context>
>>>>
>>>>> ...
>>>>
>>>>> </Host>
>>>>
>>>>
>>>>> However, every time I add a comment, I
get the following  
>>>>> exception:
>>>>> 2007-12-22 14:29:01,463
[pool-1-thread-1] ERROR
>>>>> net.sourceforge.pebble.util.MailUtils -
Notification e-mail  
>>>>> could not be
>>>>> sent
>>>>> javax.mail.SendFailedException: Sending
failed; nested exception  
>>>>> is:
>>>>> class javax.mail.MessagingException:
Could not connect to SMTP  
>>>>> host:
>>>>> localhost, port: 25; nested exception
is:  
>>>>> java.net.ConnectException:
>>>>> Connection refused at
javax.mail.Transport.send0(Transport.java: 
>>>>> 218) at
>>>>>
javax.mail.Transport.send(Transport.java:80) at
>>>>> net.sourceforge.pebble.util.MailUtils 
>>>>>
$SendMailRunnable.run(MailUtils.java:203)
>>>>> at
>>>>> java.util.concurrent.ThreadPoolExecutor

>>>>>
$Worker.runTask(ThreadPoolExecutor.java:665)
>>>>> at
>>>>> java.util.concurrent.ThreadPoolExecutor

>>>>>
$Worker.run(ThreadPoolExecutor.java:690)
>>>>> at
java.lang.Thread.run(Thread.java:810)
>>>>
>>>>> Can anyone please shed some light on
this? I feel like I'm so  
>>>>> close!!!
>>>>
>>>>> Thanks,
>>>>> Steve
>>>>
>>>>
>>>> Hi Steve,
>>>> gmail will only accept smtp connections
secured by STARTTLS
>>>> (http://
mail.google.com/support/bin/answer.py? 
>>>> hl=en&answer=13287). I am
>>>> not sure how to enable TLS in JavaMail
though .-(
>>>>
>>>> Cheers
>>>>
>>>> ~christian
>>>>
>>>
>>> --- 
>>> --- 
>>>
------------------------------------------------------------
-------
>>> This SF.net email is sponsored by: Microsoft
>>> Defy all challenges. Microsoft(R) Visual Studio
2005.
>>> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
>>>
_______________________________________________
>>> Pebble-user mailing list
>>> Pebble-userlists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pebble-user

>>>
>>>
>>>
>>> --- 
>>> --- 
>>>
------------------------------------------------------------
-------
>>> This SF.Net email is sponsored by the Moblin
Your Move Developer's  
>>> challenge
>>> Build the coolest Linux based applications with
Moblin SDK & win  
>>> great prizes
>>> Grand prize is a trip for two to an Open Source
event anywhere in  
>>> the world
>>> http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
>>>
_______________________________________________
>>> Pebble-user mailing list
>>> Pebble-userlists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/pebble-user

>>>
>>
>> --- 
>> --- 
>>
------------------------------------------------------------
-------
>> This SF.Net email is sponsored by the Moblin Your
Move Developer's  
>> challenge
>> Build the coolest Linux based applications with
Moblin SDK & win  
>> great prizes
>> Grand prize is a trip for two to an Open Source
event anywhere in  
>> the world
>> http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
>> _______________________________________________
>> Pebble-user mailing list
>> Pebble-userlists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/pebble-user

>>
>
>
> --- 
>
------------------------------------------------------------
----------
> This SF.Net email is sponsored by the Moblin Your Move
Developer's  
> challenge
> Build the coolest Linux based applications with Moblin
SDK & win  
> great prizes
> Grand prize is a trip for two to an Open Source event
anywhere in  
> the world
> http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
> _______________________________________________
> Pebble-user mailing list
> Pebble-userlists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pebble-user


------------------------------------------------------------
-------------
This SF.Net email is sponsored by the Moblin Your Move
Developer's challenge
Build the coolest Linux based applications with Moblin SDK
& win great prizes
Grand prize is a trip for two to an Open Source event
anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=1
00&url=/
_______________________________________________
Pebble-user mailing list
Pebble-userlists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pebble-user


[1-6]

about | contact  Other archives ( Real Estate discussion Medical topics )