Latest Discussions
Topic
Replies
Last Post
Posted By: neoman. on 2014/10/27 10:14:41
The well-known mail client SimpleMail for MorphOS got quite outdated and incompatible recently, so mail servers like Google Mail were not functioning properly with SSL anymore. Also AmiSSL is quite patchworked, so I ported OpenSSL into SimpleMail. All newer SSL/TLS protocols are working with SimpleMail-MOS now. Additionally I fixed a bug in the IMAP folder index implementation, so huge IMAP accounts can be fetched now.

I released that as a fork called SimpleMail-MOS in which I will add features and fixes particular for MorphOS. When the authors of SimpleMail make some changes to their client in future I will merge them into this fork to keep it up-to-date.

You can find the source and a download link here: https://code.google.com/p/simplemail-mos/
Posted By: Krashan. on 2014/10/25 9:19:40
While DigiBooster 3 replayer routine is available from some time as a static library, having it as shared one has some advantages. First applications using it may be smaller, secondly, updates of the player engine may be installed by users, applications need not to be recompiled. The library may be downloaded from MorphOS Files. The archive also coinatis developer material and source code. The package is licensed on BSD licence.
Posted By: jPV. on 2014/10/24 13:22:50
Finnish Amiga Users Group hosted the traditional Saku 2014 retro and vintage computer event in Tampere, Finland on September 20th, 2014. International guests of honor were former Commodore/Amiga president Petro Tyschtschenko from Germany and Cloanto/Amiga Forever's Michael Battilana from Italy. Over 200 people attended the successful event. Petro (and Michael) were interviewed in front of the audience by Finnish Amiga Users Group's Janne Sirén and video of the speech is now on YouTube.
Posted By: pegasos-sigi2. on 2014/10/21 4:57:36
SoundBookCreator_0.1 is a creator of EBooks with sound.
It puts a whole collection of mp3 - files together to a single EPUB file.
Posted By: Krashan. on 2014/10/20 10:13:26
LibMaker is a GUI based tool generating code skeletons of shared libraries. As such it is the successor of old ChocolateCastle program. After entering specifications of a library and its set of function, LibMaker generates a complete, ready to compile project template, with makefile and standard include files. Version 0.11 can generate a shared library skeleton for MorphOS or for AmigaOS 3 (M68k). Defined library projects may be saved for later reuse or adding new functions. LibMaker preserves existing functions, so library can be developed incrementally. The program features extensive bubble help, so there is less need to look at the manual. LibMaker is distributed with the source code on BSD license and can be downloaded from the MorphOS Files. Future versions of the program will handle BOOPSI and MUI classes, as well as generation of code for AmigaOS 4.