Opened 12 years ago
Closed 10 years ago
#9784 closed enhancement (fixed)
E-Mail tools always assume default server ports
Reported by: | kallisti5 | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Servers/mail_daemon | Version: | R1/Development |
Keywords: | mail server port imap | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
The email server and friends always assume the standard imap ports and do not allow users to specify non-standard ports.
The source of these default ports seems to be hard coded here: private/mail/ServerConnection.h
Server of ssl.unixzen.com:1993 specified in email preferences results in:
/Data/Projects/haiku/headers> /boot/system/servers/mail_daemon Connect SocketConnection to server ssl.unixzen.com:993 account name UnixZen, id 1368922315, in 0x3509810, out 0x3492dd0 Server resolves to 50.115.169.109:993 Connect: Connect Error: Connection refused
Change History (2)
comment:1 by , 12 years ago
Owner: | changed from | to
---|---|
Status: | new → in-progress |
comment:2 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | in-progress → closed |
... and the branch is merged now.
Note:
See TracTickets
for help on using tickets.
That's already fixed in my IMAP branch.