October 28th 2005 PDT
On 28 Oct 2005 14:25:03 -0000, "Stan Barker" Subject: [dadadev] Two installations Wrote these words of wisdom: > > Justin, > > I have two sites now using dadaMail. Both are getting feedback that they are > getting sporadic announcements from the list. It's not really all an AOL > thing is it seems to be for GerardTruffle. > > Here's my pitch. I respect your time and rate. I would like to see if it was > my set-up and configuring that is causing the trouble, or something more & ...Continue Reading
October 28th 2005 PDT
Justin, I have two sites now using dadaMail. Both are getting feedback that they are getting sporadic announcements from the list. It's not really all an AOL thing is it seems to be for GerardTruffle. Here's my pitch. I respect your time and rate. I would like to see if it was my set-up and configuring that is causing the trouble, or something more diabolical.. as long as it's not my fault. I would like to hire you to look at these two installations and ferret-out any thing I may have messed up. Personally... I'm c ...Continue Reading
October 19th 2005 PDT
Heya everyone, Just wanted to let everyone know that I'm back from the East Coast. Thanks for not destroying this list with unknown bugs :) ...Continue Reading
October 5th 2005 PDT
> I can't find any diff between the 2.10 and 2.10.1 version of > dada/extras/SQL/dada_subscribers.mysql...... > So what's changed ? Ah, that should be the archives subscription table - there's now a specific one for MySQL and Postgres, I think the Postgres one is the same, MySQL now should work better with large archived messages. No changes have been made to the subscribers SQL table, although there is a new plaintext2SQL script to help you migrate over, which is nice; ...Continue Reading
October 5th 2005 PDT
Justin, >Subscription SQL tables changed! I can't find any diff between the 2.10 and 2.10.1 version of dada/extras/SQL/dada_subscribers.mysql...... So what's changed ? Alfred ...Continue Reading
October 5th 2005 PDT
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 PDT
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 PDT
> 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 PDT
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 PDT
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
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.