Skip navigation.
Home
Amduus Information Works, Inc. develops enterprise level software for commercial/non-profit organizations and government agencies. Industries include manufacturing, service, health care, judicial systems, law enforcement, e-commerce, and real estate. The company develops software per specification as well runs it's own Software as a Service (SaaS) applications.

Opportunities in software development: Legislated Requirements

This is the first entry of a series of ideas on where to find value in software development.

So often it seems, software development ideas has been a series of upgrades and new toys for the technology department. We have forgotten the core values we were hoping to accomplish with software development.

Hopefully, these entries will stir up new ideas of "what we need" and "what to develop."

Build 2009070151330 of OOP Mail classes available

Added From to message headers. (Special thanks Micheal Kochendoerfer)

Made output for .mail file binary no-convert to work with MS Windows and Exchange. (Special thanks Micheal Kochendoerfer)

Mime type support for PDF files. (See FileEncoder.cls to add more)

If unknown set Mime to application/octet-stream (See FileEncoder.cls to add more)

Allow ability to set the codepage for the mail message. (See Mail.cls:MailFileCodePage) (Special thanks Micheal Kochendoerfer)

Feel free to mirror this code on your web site.

Update to OOP Mail Classes in Progress ABL/4GL

Updated the classes to interact with an MTA with SMTP over a socket connection.
This should make the code work on both Windows and UNIX environments.
See README.TXT for more information.
Released under the Open Source BSD license.

Update

A new build with some changes has been attached. Use the one with the biggest build number.

OOP Mail Classes in Progress ABL/4GL Available

A new library of Amduus Classes I am putting together includes some code for sending email in Progress 10.1a or better programs.

Example call in HTML with embedded images and an attachment.

define variable M as com.amduus.mail.MailBySendmail no-undo.
define variable HTML as character no-undo.

M = new com.amduus.mail.MailBySendmail().

M:ToEmail = "sauge@localhost".
M:FromEmail = "root@localhost".
M:BCCEmail = "root@localhost".
M:Subject = "Test 1".

HTML = "<html><body>"
+ 'This is a <b>test</b> <img src="cid:y1"> email'

DNA Folding For Computer Science

Fun little video explaining DNA origami with a use in computation can be seen here

Syndicate content