October 5th 2005 PST
Dada Mail 2.10.1 has been released. :: Direct Downloads: .: tar.gz: http://prdownloads.sourceforge.net/mojomail/dada-2_10_1.tar.gz? download .: zip: http://prdownloads.sourceforge.net/mojomail/dada-2_10_1.zip? download This release is purely a maintenence release and contains bug fixes for issues found with version 2.10 of the program. :: Bug Fixes/Changes - .: Fixed Bugs: * 1312719 2.10 - attachment filenames with, ``+'' cannot be downloaded. * 1310670 2.10 - Messages sent w/o a subjects difficu ...Continue Reading
October 4th 2005 PST
One of the things on my to-do/wishlist for Dada Mail version 2.11 is a print stylesheet for the program's archive pages. I thought I should at least start that process in motion sooner rather than later. (And, hey, if it gets finished before version 2.11, all the better!) To this end, I'd like to gather together samples of how other email programs style their "print versions" of messages, simply so I/we can see how others have solved the problem. There might be some interesting-cool ideas out there...and for ...Continue Reading
October 4th 2005 PST
> How would I get the 'Debug' option used. Would something like this > work? > > $pop = Net::POP3->new('pop3host', Debug); I think (and only think) it's Debug => 1, like this: $pop = Net::POP3->new('pop3host', Debug => 1); This particular author - although a very, incredibly good programmer, sometimes makes the documentation a little too concise. Hmm, I'm also think that this wouldn't be the worst program switch to have - something like: prompt>./dada_bridge.pl --pop3debug O ...Continue Reading
October 3rd 2005 PST
Justin, just a quick question. I checked the Net:POP3 module documentation This is the code it was displaying: use Net::POP3; # Constructors $pop = Net::POP3->new('pop3host'); $pop = Net::POP3->new('pop3host', Timeout => 60); if ($pop->login($username, $password) > 0) { my $msgnums = $pop->list; # hashref of msgnum => size foreach my $msgnum (keys %$msgnums) { my $msg = $pop->get($msgnum); print @$msg; $pop->delete($msgnum); } } $pop->quit; I showed th ...Continue Reading
October 3rd 2005 PST
On 3 Oct 2005 22:05:07 -0000, "Dada Mail \(Justin Simoni\)" Subject: [dadadev] Re: dada_bridge.pl still not working correctly Wrote these words of wisdom: > > He wants to know if there is an mechanism built into DADA that > > would log the entire "POP" operation that dada_bridge.pl performs? > > It would probably be the, "Net::POP3" CPAN module. For how it's using > this module, I'd look at the code itself; > > > Justin, I know you are busy, or what e ...Continue Reading
October 3rd 2005 PST
> > He wants to know if there is an mechanism built into DADA that > would log > the entire "POP" operation that dada_bridge.pl performs? It would probably be the, "Net::POP3" CPAN module. For how it's using this module, I'd look at the code itself; > Justin, I know you are busy, or what ever, so I have enlisted the help > of a friend who is willing to work with me on this problem. I am busy. The easier you can be to work with, the better I can work with you. I can't alway ...Continue Reading
October 3rd 2005 PST
On 2 Oct 2005 16:40:05 -0000, "Dada Mail \(Justin Simoni\)" Subject: [dadadev] Re: dada_bridge.pl still not working correctly Wrote these words of wisdom: > > > Why it was happening in the first place is something we still have to > > determine. > > Yes, it's been near impossible for me to help you on this. I've > tried. I don't really want to anymore. > > > Does DADA use a similar syntax in its operation? I would really > > like to > > help you solve thi ...Continue Reading
October 2nd 2005 PST
> Why it was happening in the first place is something we still have to > determine. Yes, it's been near impossible for me to help you on this. I've tried. I don't really want to anymore. > Does DADA use a similar syntax in its operation? I would really > like to > help you solve this problem since it appears that I am not the only > one > suffering from it. It's called the pop3 protocol. > I can give you access to my server if need be so that > you can experiment. Just do not break ...Continue Reading
October 2nd 2005 PST
Hello Justin, I posted an excerpt of this on the DADA forum, but I think it is better handled here. First of all, you are aware that I was having a problem with the Discussion portion of DADA sending emails that were bouncing due to improper formatting. I fixed that problem by having the program that sends the program for the dada_bridge.pl to handle with encoding set to none. The message is sent as raw text. DADA does not seem to add any encoding to the message or indicate anything in the email headers; however, the ...Continue Reading
September 29th 2005 PST
I, (obviously) missed the target date of this Monday for the release of 2.10 - nevertheless, I'll try to get that out ASAP. Some goodies that will be included... including a PlainText 2 SQL for the Subscribers backend, which is nice. I'm also working on a few more bugs - anything listed at: http://sourceforge.net/tracker/?group_id=13002&atid=113002 Are still open, the rest are closed. http://sourceforge.net/tracker/? group_id=13002&atid=113002&set=custom&_assigned_to=0&_status=2&_category =100&_group=100 ...Continue Reading
Start a new thread, email: dadadev@dadamailproject.com
This is the developer discussion mailing list for Dada Mail.
If you are just looking for support Dada Mail, consult the message boards at:
https://forum.dadamailproject.com
Documentation for Dada Mail:
Specifically, see the Error FAQ:
https://dadamailproject.com/d/FAQ-errors.pod.html
To post to this list, send a message to:
mailto:dadadev@dadamailproject.com
All subscribers of this list may post to the list itself.
Topics that are welcome:
Dada Mail is on Github:
https://github.com/justingit/dada-mail/
If you would like to fork, branch, send over PRs, open up issues, etc.
This Privacy Policy is for this mailing list, and this mailing list only.
Email addresses collection through this mailing list are used explicitly to work within this email discussion list.
We only collect email addresses through our Closed-Loop Opt-In system.
We don't use your email address for any other purpose.
We won't be sharing your email address with any other entity.
Unsubscription can be done at any time. Please contact us at: justin@dadamailproject.com for any help regarding your subscription, including removal from the mailing list.
All mailing list messages sent from us will include a subscription removal link, which will allow you to remove yourself from this mailing list automatically, and permanently.
All consent to use your email address for any other purpose stated at the time of the mailing list subscription will also be revoked upon mailing list removal.