Modify ↓
Opened 20 years ago
Closed 19 years ago
#2335 closed enhancement (wontfix)
POP before SMTP support on notification
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | low | Milestone: | |
| Component: | ticket system | Version: | 0.9 |
| Severity: | minor | Keywords: | notification |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
My server uses POP before SMTP for mail authentication. It seems that Trac currently does not support POP before SMTP.
Attachments (0)
Change History (3)
comment:1 by , 20 years ago
| Keywords: | notification email added |
|---|---|
| Priority: | normal → low |
| Severity: | major → minor |
comment:3 by , 19 years ago
| Keywords: | email removed |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Yes, I definitely think this feature is too much specialized to be part of the Trac core.
Note:
See TracTickets
for help on using tickets.



You're right, Trac does not support it.
I don't think this kind of feature should be part of the Trac core, as it is very specific. It'd better be implemented with the help of a plugin. Unfortunetly, there is no notification extension defined yet.
Trac supports basic SMTP authentication: an middle-way daemon could act as a proxy between Trac and the POP+SMTP servers.