Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
Zope
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
Zope
Commits
5b397231
Commit
5b397231
authored
Apr 13, 1998
by
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*** empty log message ***
parent
5a6d3335
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
3 deletions
+7
-3
lib/python/Products/MailHost/MailHost.py
lib/python/Products/MailHost/MailHost.py
+7
-3
No files found.
lib/python/Products/MailHost/MailHost.py
View file @
5b397231
...
...
@@ -9,8 +9,8 @@ import Globals
from
Scheduler.OneTimeEvent
import
OneTimeEvent
from
ImageFile
import
ImageFile
#$Id: MailHost.py,v 1.2
6 1998/04/08 15:34:52 jeffrey
Exp $
__version__
=
"$Revision: 1.2
6
$"
[
11
:
-
2
]
#$Id: MailHost.py,v 1.2
7 1998/04/13 19:28:24 brian
Exp $
__version__
=
"$Revision: 1.2
7
$"
[
11
:
-
2
]
smtpError
=
"SMTP Error"
MailHostError
=
"MailHost Error"
...
...
@@ -247,12 +247,16 @@ def decapitate(message, **kw):
return newDecapitate(message)
import __init__
__init__.need_license=1
####################################################################
#
#$Log: MailHost.py,v $
#Revision 1.27 1998/04/13 19:28:24 brian
#*** empty log message ***
#
#Revision 1.26 1998/04/08 15:34:52 jeffrey
#Added timeout attribute
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment