58ac308782db2a5cdb27d576a4a94560d022b669
[mgsmtp.git] / todo.txt
1 Future:
2 - SPF
3 - SpamAssassin / procmail support
4 - Additional AUTH methods
5 - Greylisting
6 - Verify sender address (domain, corresponding authenticated user)
7 - Temporarily unavailable (Test mode?)
8 - Reason for disconnect
9 - Proper handling of "ReqHELO" and "Unknown command"
10 - Log outgoing SMTP transactions
11 - Show delivery thread IDs
12 - Watchdog for delivery threads
13 - VRFY?
14 - Show authenticated user in "Received" headers
15 - Delivery threads should finish sooner
16 - Ensure random spool object names
17 - DNSBL
18
19 v0.9u:
20 - NATIVE LINUX PORT!
21
22 v0.9t:
23 - Option to disable MX lookups
24 - Separate config files or work directories supplied in parameters
25 - Process CTRL-C properly to quit from user mode gracefully
26 - IPv6
27 - Bind to user-specified IPs
28 + Option to add Reply-To header to forwarded e-mails
29 + Fix non-RFC-compliant handling of lines starting with dots
30 + Fall back to HELO when remote server doesn't support EHLO
31 - Implement CHUNKING extension
32 - Implement more proper reactions for non-standard replies and sequence breaking
33
34 v0.9s:
35 + Change "Client disconnected, and thread exited successfully." to "Client disconnected."
36 + Fix "Internal error" bug - this should be a temporary failure
37 + Fix bug regarding simultaneous delivery to forwarded mailboxes
38 + Fix bug in DNSMX.pas: improper handling of MX precedence values larger than 100
39 + Fix bug regarding Policies/Hosts table not being case-insensitive
40 + Fix service mode not working when compiled with FPC 2.6.2!
41 + Alternate mailbox names with + signs (e.g. "megabrutal+games@domain")
42 + Domain-scope mailbox settings
43 + Improved Wine compatibility
44 + Consistent handling of local/relay spool objects
45 + Implement Win64 support
46 + Fix PRESHUTDOWN
47 + Enforce ASCII printable characters in commands
48 + Developer comment for test/debug builds
49 + More efficient command-line parsing
50
51 v0.9r:
52 + Forwarding
53 + Show Message-IDs upon receipt
54 + Send one cumulative DSN when multiple recipients fail
55 + Revise DSN text
56 + Add timestamp correction to "Received" headers
57 + Append "Original-To" header
58
59 v0.9q:
60 + FCrDNS verification
61 + Reject HEAD and POST requests too
62 + Domain-specific mailboxes (virtual hosting)
63 + Correct incorrect timezone correction
64 + Correct bug in address interpretation
65 + Correct bug in spool iteration
66 + Write thread IDs in spool objects
67 + Append "Return-Path" header
68
69 v0.9p:
70 + Time-outs in reads
71 + Meaningful status codes (in smtp.log)
72 + Accept mixed-case commands
73 + Correct bug in DNS MX queries
74 + NoRelayTo list
75 + Log SMTP responses on permanent status changes
76 + Don't remember status codes (never needed, only causes confusion)
77
78 v0.9o:
79 + Disconnect HTTP agents
80 + WINE compatibility
81 + Accept awkward AUTH LOGIN attempts
82 + Correct timestamps
83 + Fix memory/handle leak
84
85 v0.9n:
86 + Alternate port
87 + PRESHUTDOWN
88
89 v0.9m:
90 + Careful threading
91 + Hide AUTH feature when no users
92 + Add protection against loops
93 + Ensure case-insensitive relay routes
94
95 v0.9l:
96 + ParamCount check!
97 + Fully support SIZE parameter
98 + Better support for 8BITMIME
99
100 v0.9k:
101 + MaxAuthAttempts
102 + Pipelining