nekohayo / specto

Automatically exported from code.google.com/p/specto
0 stars 0 forks source link

allow specifying a port for mail watches #128

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Certain mail servers (ex: google) require exotic ports. The user should be
able to change that easily.

what we could do is to add this, between host and ssl:

Port (optional): [thedefaultport^]

where [  ^] is a "spinbox" widget like the "refresh interval" one. The
spinbox must allow values between 1 and 65535. The default port for each
protocol (ex: pop3) should be set there.

Original issue reported on code.google.com by nekoh...@gmail.com on 21 Mar 2008 at 1:51

GoogleCodeExporter commented 9 years ago
I will add it in the new version, but it will only be possible if you add it in 
the
configuration file yourself like this:
[watch pop3]
username = blabla
password = scecret
port = 999
....

It will not be possible to do this in the UI.

Original comment by woutclym...@gmail.com on 9 May 2008 at 7:50

GoogleCodeExporter commented 9 years ago
is that a design issue or a technical limitation?

Original comment by nekoh...@gmail.com on 9 May 2008 at 12:59

GoogleCodeExporter commented 9 years ago
Not having the port number in the UI?
I think the UI should only contains "basic" options...more advanced features 
will
only be used by advanced users who know how to edit the configuration file :)

of course the wiki has to describe how to edit it very clear when it is 
implemented

Original comment by woutclym...@gmail.com on 9 May 2008 at 1:07

GoogleCodeExporter commented 9 years ago

Original comment by woutclym...@gmail.com on 13 May 2008 at 6:43

GoogleCodeExporter commented 9 years ago
Issue 295 has been merged into this issue.

Original comment by nekoh...@gmail.com on 5 Dec 2009 at 4:01