summaryrefslogtreecommitdiff
path: root/noncore/net
AgeCommit message (Collapse)AuthorFilesLines
2003-12-25activated qcop message "writeMail(name,email)"alwin2-5/+17
2003-12-25fixed an address parsing bugalwin2-8/+70
2003-12-24some small memleaks againalwin2-28/+22
2003-12-24hopefully fixed some memleaks and some not initialized varsalwin10-46/+84
2003-12-24bugfix in slotAdjustLayout (tnx zecke)alwin1-1/+0
2003-12-24only show the mail queue flushed dialogbox when successfull -)harlekin5-44/+59
2003-12-24setup interface for qcop signal "newMail()"alwin2-0/+25
TODO: setup composer to get a recipient address for calling from addressbook!
2003-12-24ah, ok. I found the trick or better I found what I forgot :)alwin6-14/+32
Means: When sending mail a progress dialog comes up.
2003-12-24tried to implement a progress dialog when sending mails. It doesn't workalwin11-7/+396
(dialog will show but makes no updates, when using qApp->progressEvents(x) dialog hides) I don't know why - and I giving up for the moment.
2003-12-23resolved a name conflictalwin2-24/+22
2003-12-23UFFFFFFFalwin11-276/+585
flushing send queue mostly finished. Attention: To get it work you must apply the patches from the libetpan/ directory! ToDo: - when flush then select a smtp-account to use for when there are more than one smtp accounts. (opiemail.cpp) This moment I just use the first one. - the special funs in mboxwrapper (deleting range of mail, storing a message to a folder) should go to all mailbox wrappers, means into the global interface of them. - cleanup/review the code of the smtp-wrapper.
2003-12-23fix a problem while appending attachments to a new mailalwin1-1/+1
2003-12-23fix for an unsigned bug while sending data via mail streamalwin1-0/+12
2003-12-22new fancy icons from kde cvsjgf2-5/+13
2003-12-22more TODO (*ugh*)mickeyl1-0/+7
2003-12-22Added mail/*.png unless someone consolidates the pics (opiemail/* and mail/)groucho1-1/+1
plugins/opiemail is not built so removed it unless quicklaunch is supported (ipkg won't build otherwise)
2003-12-22- storing mails send in outgoing (if queued) or sent (if sent) folderalwin9-31/+162
TODO: flush queue, cleanup SMTP code, select smtp-account if more than one when flush the outgoing queue
2003-12-21ups - forgot to add the mboxwrapperalwin4-0/+458
2003-12-21- mbox-wrapper mostly finishedalwin16-909/+1100
- special-folders "Local Folders" will be displayed ToDo: "STORE" - method for all wrapper, but mostly for mbox for send queue.
2003-12-21fixes problems with PATH_MAX in armlinux toolchain for zaurusalwin1-0/+123
2003-12-21fix for libetpan-0.32 foralwin1-0/+90
- endless loop in decoding mime content - segfault when translating chars - unresolved symbol when linking without db-support
2003-12-21send mail later/ enqueue gui side implementationharlekin4-10/+78
2003-12-21updatesmickeyl3-6/+21
2003-12-21better icon for html contentharlekin1-1/+1
2003-12-21- MailWrapper -> SMTPwrapperalwin18-1245/+1340
- made dependies from libetpan includes somewhat cleaner - removed standalone static funs and moved to class based static methods - arguements in SMTPwrapper now always const references and not deep copies TODO: clean up GOTO statements, change QList to QValueList for a better handling of "const" arguments, store mails in queue and/or a local "Sent" folder.
2003-12-20get status widget allways on the right place and hide it by defaultharlekin1-5/+8
2003-12-20more work towards repairing the x11 version - still far away thoughmickeyl4-18/+39
2003-12-20fetching attachments from a pop3mail works.alwin8-18/+112
this moment the whole message will be hold in memory until I have an idea for a clean(!) filebased cache which will not get to large. Thats why the biggest pop3 mail we can fetch is 5MB, this should be enough.
2003-12-20silenceharlekin1-0/+5
2003-12-20also add the new filesharlekin6-0/+307
2003-12-20- beginning of a settings dialogharlekin8-44/+101
- button for switching between html and plain text view of the mail - hide some unused icons - completed alwins idea about status icons ( alwin you missed the one that sets the read icon .-) ) - beginning of a status widget -
2003-12-19receiving and splitting a mail finishedalwin4-16/+52
next step: setup unique ids for attachmenst if not given an cache them. Note: this could can used later for MH access, too. Means, pop3 and MH wrapper should get a baseclass for the parsing funs.
2003-12-19-size of mail will be displayedalwin1-2/+38
-only new/replied mail get an icon, I think it looks somewhat cleaner
2003-12-19fetching body-structure/content mostly finishedalwin4-64/+318
hard-limit: no mail larger than 5MB will fetched TODO: messages has to be cached in memory. otherwise on every part fetch we must fetch the whole message again. Idea: setup a content cache for imap, too.
2003-12-18ask for user/password if field is emptyjgf4-8/+70
2003-12-18ok. char-translation enabled again.alwin4-24/+22
make sure to have the decode patch applied to libetpan!!!!
2003-12-18patch for possible segfault wenn translating charsetsalwin1-0/+49
2003-12-18update for 1.0.2 releasemickeyl1-3/+4
2003-12-18decoding of imap folder namesjgf5-28/+201
2003-12-18nothing much.alwin6-16/+130
just only check in my tries to finish the pop3 stuff and found another bug inside libetpan. when decoding text with fun "mailmime_encoded_phrase_parse" it works fine on i386 machines but not on arm (segmentation fault inside this fun) - it has to be resolved.
2003-12-17pics/mail is the picture folder for the new mailerharlekin3-18/+18
2003-12-17folder tree will generate better and real.alwin2-14/+32
2003-12-17pop3 mails will be cached in a temp-filealwin4-24/+128
2003-12-17open pop3 folder per defaultjgf1-0/+1
2003-12-17imap folder will be displayed more structuredalwin10-25/+100
2003-12-17only refresh mailbox view if the mail was deleted, not allwaysharlekin1-1/+3
2003-12-17new account, changed account etc are there now without a restart ,)harlekin3-18/+25
2003-12-16added new patch for arm specific failures in libetpanharlekin2-152/+20
2003-12-16special config for macosxjgf1-1/+8
2003-12-16saving of attachments implemented.alwin17-96/+477