Order it now! Amazon prioritizes orders on a first come, first served basis.


View Full Version : dLetter - email-sending client


Nergal
06-03-2008, 04:39 PM
Hey folks :) - made my very first iLiad-Application so far.

it is a cute little email-client I called dLetter (*look* a big 'L' as 2nd letter - :rohard:).

It has no GUI, but uses some features of the iLiad content manager to show and sort received emails, as well as sending them.

Attachements are suported in both directions, though there might be some issues I'm not aware off, since I did not test any case of trouble I could imagine.


look here for the posts on my blog (german):
dLetter - 1st post (http://www.urigal.net/post/80/)
dLetter - 2nd post (http://www.urigal.net/post/81/)
dLetter - 3rd post (latest version) (http://www.urigal.net/post/82/)

and here the direct link to the latest tarball:
dLetter.tar.gz (http://static.urigal.net/medias/files/dLetter.tar.gz)


Further information in the dLetter-Manual.pdf in the dLetter - folder.

Testing is needed and Feedback is appreciated.
(EDIT! :0.4.9a had a little bug, now repaired, if you you cannot send or receive, please redowload and replace the complete dLetter or dLetter/send+receive/rec_send.py only to keep your settings.)

Cheers,
Nergal

kissyfish
06-04-2008, 02:22 PM
I have been waiting for a simple email app for the iliad (I know i should have been trying to port some apps harder, but I have 2 kids under 5 at home).

This is just for sending? or can it pop-3 down mail as well?

Anyhow, many thanks!

Jim

Nergal
06-04-2008, 03:56 PM
Give me some time - atm I'm busy to receive emails :)) - on my notebook so far itworks pretty cool, even with attachements (pdf, images), now I hope I can step over to the iLiad :).

the sending part is not working now, due to a complete rewrite to implement receiving and make the whole package with a more wholistic approach and not as the first release, which was a merely prove of concept that it is possible at all.

I cannot promise to release it tonight (in Germany it is 20:40), but I'll have a long weekend so I'm looking forward to getting this done in a few days - at least I hope so.


I'm still thinking about some general design issues (cf. http://forum.irexnet.com/viewtopic.php?t=2298)
I want this as slim as possible, since space is rare on the iLiad and flash-memory is energy-consuming ... a vicious circle :mad:. So there won't be a GUI. And outgoing emails will be controled by manifest-tags or filenames ...
:thinking2

Nergal

Nergal
06-05-2008, 12:59 PM
Just made the 2nd release - this time it lacks sending and does receive only. I thought you might nonetheless use it, since receiving is so far more useful than sending with the iLiad, at least I think it is :).

I have edited the first post to make it easy to find the always latest version.

If you want to have both you need to put them into different folders on your iLiad or change the name dLetter0, dLetter1 ... as you like.

I think I have found a better way for sending emails, but that is in idea-stadium, so I might need some time to code and test it.

It looks like receiving even emails with non ascii characters works fine but this is not really tested, only an 'ö' got through, which I acidentially left ;)

Nergal

Nergal
06-07-2008, 11:51 AM
And the 3rd release out. This time with both sending and receiving.

There are some issues left and possibly some bugs. But it works pretty cool - at least for me ;)

Though I am halfway through what I want until version 1.0 it has only 0.4.9a to indicate that it is not thouroughly tested. This is up to you :)

You may download as ever here: http://static.urigal.net/medias/files/dLetter.tar.gz (the old one with www.urigal... is now obsolete)

There is a (hopefully) full manual included, which should help you to set it up.

Have fun with it,

Cheers,
Nergal!

Nergal
06-08-2008, 05:51 AM
Ooops - that had a tiny little bug I had repaired on my installation but not in the released version. This is now repaired and it should now work as expected.

End of line 163 in dLetter/send+receive/rec_send.py needed a colon ':' :))
Additionally little design issue has been improved, though this is not crucial.

Funny enough, no one complained, though it has been downloaded a few times. I hope you do not despair and think it is a wrong configuration of your client :).

Sorry for any inconvinience.

Simply redownload and overwrite your installation. If you already have done some customizing, only overwrite the dLetter/send+receive/rec_send.py .

Nergal
06-14-2008, 05:02 PM
A bug has been removed, not a major one, but some emails had a not foreseen datestructure. The last piece of information of that date-timestamp made dLetters receiving mechanism choke.

Has been fixed, same procedure as the post above. The concerned file is again rec_send.py.

anares
03-04-2009, 07:29 AM
Sorry, but the download link doesn't work. The actual link is:

http://static.urigal.net/medias/files/dLetter.tar.gz

Nergal
03-07-2009, 03:41 AM
Hello Anares, thanks for correcting it. Recently I had to re-arrange my django-app contents, I had totally forgotten, that I had it hardlinked here.

It is fixed in the posts above.