Issue 5051 in pharo: [ENH]: Clean up Mail code

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Issue 5051 in pharo: [ENH]: Clean up Mail code

pharo
Status: Accepted
Owner: [hidden email]
Labels: Type-Cleanup

New issue 5051 by [hidden email]: [ENH]: Clean up Mail code
http://code.google.com/p/pharo/issues/detail?id=5051

Pharo1.4a
Latest update: #14238

Mail is confusing. See discussion at  
http://forum.world.st/Send-a-notification-td3503711.html


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5051 in pharo: [ENH]: Clean up Mail code

pharo
Updates:
        Status: FixReviewNeeded

Comment #1 on issue 5051 by [hidden email]: [ENH]: Clean up Mail code
http://code.google.com/p/pharo/issues/detail?id=5051

Fix in inbox: SLICE-Issue-5051-ENH-Clean-up-Mail-code-SeanDeNigris.1

Added simpified API, for example:
        message := MailMessage
                from: '[hidden email]'
                to: { '[hidden email]'. '[hidden email]' }
                about: 'Very Important Subject'
                asFollows: 'Hi, how are you?'.
        message sendOn: 'mail.domain.com'.

Added some tests to MailMessage


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker
Reply | Threaded
Open this post in threaded view
|

Re: Issue 5051 in pharo: [ENH]: Clean up Mail code

pharo
Updates:
        Status: Integrated

Comment #2 on issue 5051 by [hidden email]: [ENH]: Clean up Mail code
http://code.google.com/p/pharo/issues/detail?id=5051

in 14243


_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker