MCSmtpRepository.st
changeset 680 dee895391882
parent 327 36049dd8167c
child 900 34c44e0f7cee
equal deleted inserted replaced
679:0b9067de83be 680:dee895391882
     2 
     2 
     3 MCWriteOnlyRepository subclass:#MCSmtpRepository
     3 MCWriteOnlyRepository subclass:#MCSmtpRepository
     4 	instanceVariableNames:'email'
     4 	instanceVariableNames:'email'
     5 	classVariableNames:''
     5 	classVariableNames:''
     6 	poolDictionaries:''
     6 	poolDictionaries:''
     7 	category:'Monticello-Repositories'
     7 	category:'SCM-Monticello-Repositories'
     8 !
     8 !
     9 
     9 
    10 
    10 
    11 !MCSmtpRepository class methodsFor:'as yet unclassified'!
    11 !MCSmtpRepository class methodsFor:'as yet unclassified'!
    12 
    12 
    65 ! !
    65 ! !
    66 
    66 
    67 !MCSmtpRepository class methodsFor:'documentation'!
    67 !MCSmtpRepository class methodsFor:'documentation'!
    68 
    68 
    69 version
    69 version
    70     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSmtpRepository.st,v 1.3 2011-08-20 12:27:01 cg Exp $'
    70     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSmtpRepository.st,v 1.4 2012-09-11 21:28:42 cg Exp $'
    71 !
    71 !
    72 
    72 
    73 version_CVS
    73 version_CVS
    74     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSmtpRepository.st,v 1.3 2011-08-20 12:27:01 cg Exp $'
    74     ^ '$Header: /cvs/stx/stx/goodies/monticello/MCSmtpRepository.st,v 1.4 2012-09-11 21:28:42 cg Exp $'
    75 !
    75 !
    76 
    76 
    77 version_SVN
    77 version_SVN
    78     ^ '§Id: MCSmtpRepository.st 5 2010-08-29 07:30:29Z vranyj1 §'
    78     ^ '§Id: MCSmtpRepository.st 5 2010-08-29 07:30:29Z vranyj1 §'
    79 ! !
    79 ! !