summaryrefslogtreecommitdiff
path: root/Mailman/pythonlib/getpass.py (unfollow)
Commit message (Expand)AuthorFilesLines
2000-03-03process(): 'fastrack' => 'fasttrack'. Elaborate the Reply-To: mungingbwarsaw1-5/+10
2000-03-03NewVars(): initialize reply_goes_to_list to the empty string.bwarsaw1-0/+1
2000-03-03Bump the DATA_FILE_VERSION to pick up the new reply_to_address configbwarsaw1-1/+1
2000-03-03New feature (hopefully, the last one before feature freeze for 1.2 :)bwarsaw1-30/+63
2000-03-03InputObj.Format(): When adding the keyword arguments as HTMLbwarsaw1-10/+8
2000-03-03Added an install-here target which doesn't recurse down the subdirsbwarsaw1-1/+3
2000-03-03GetConfigInfo(): Use TEXTFIELDWIDTH for all string input fieldsbwarsaw3-7/+19
2000-03-03TEXTFIELDWIDTH: Define a "standard" width for string input fields.bwarsaw1-0/+3
2000-02-26ParseMailCommands(): Simply return if the message has an X-BeenTherebwarsaw1-0/+6
2000-02-26SMTPDirect should be the default DELIVERY_MODULEbwarsaw1-2/+2
2000-02-26process(): had the shutcut return logic slightly offbwarsaw1-1/+1
2000-02-26GetItemGuiValue(): slight reworking of the RadioButtonArray kludge atbwarsaw1-4/+4
2000-02-26ParseMailCommands(): Handle autoresponding to the -request address.bwarsaw1-0/+7
2000-02-26process(): Added support for autoresponding to the -request address.bwarsaw1-5/+14
2000-02-26InitVars(): added autorespond_requests, autoresponse_request_text, andbwarsaw1-17/+34
2000-02-26main(): set the `torequest' attribute to 1 on the message object.bwarsaw2-0/+2
2000-02-26RadioButtonArray.__init__(): added an XXX comment about the horizontalbwarsaw1-1/+3
2000-02-26NewVars(): added autorespond_requests and autoresponse_request_text.bwarsaw1-0/+2
2000-02-26bump data version to 18bwarsaw1-1/+1
2000-02-26lock(): Fixed typo; the call to self.__log() should have beenbwarsaw1-1/+1
2000-02-25FormatConfiguration(): Kludge in the encoding typebwarsaw1-11/+31
2000-02-25GetConfigInfo(): autoresponse_postings_text andbwarsaw1-2/+2
2000-02-25FileUpload: New class which outputs an input object for file uploads.bwarsaw1-3/+10
2000-02-25Added a new GUI type called `FileUpload' which is essentially a tiedbwarsaw1-0/+1
2000-02-22main(): fixed name error for MMUnknownListError. Found by Jeffbwarsaw1-1/+1
2000-02-19CanonicalizeUserOptions(): Emergency patch. A user_options key canbwarsaw1-0/+2
2000-02-19install: Be a bit more efficient about compiling all .py files; onlybwarsaw1-1/+1
2000-02-19DeliverToList(): Added the Replybot module, just before the Holdbwarsaw1-1/+3