summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2003-12-28basic folder handling for pop3 accountsalwin8-44/+106
some code dups reduced
2003-12-28- dir handling for mbox accounts (delete, new, delete all mail)alwin14-86/+375
- fixed memory leaks in mbox account class - reduced count of used string constants while using "tr" with context string - mbox displays messages into global status bar - fixed a possible raise condition when deleting a mail directory
2003-12-27folder handling for imap mostly impelemented, context menus foralwin17-74/+639
imap-mail-folders implemented.
2003-12-27silencealwin1-1/+4
2003-12-25better not source the unsupported configs one-by-one in the top-level config.inmickeyl1-0/+5
2003-12-25uhhh.. helps to commit to correct branchllornkcor9-801/+791
2003-12-25context menues for single mails when holding the stylus or left mouse buttonalwin2-10/+41
2003-12-25try to resolve timeouts via NOOP statement in loginalwin2-4/+14
2003-12-25uses the opie frontend for the list of addressesalwin1-67/+36
displays not just the default email but all emails display is sorted now
2003-12-25- some memleaksalwin4-182/+52
- content generation will use the libetpan code und not own dumping to a tmpfile. - bugfix while creating mails with attachments (message itself could be corrupted) - textpart will always encoded quoted-printable
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-22- remove stdlib.h and stdio.har3-9/+3
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-22- cosmeticsar1-61/+40
2003-12-21- remember last store- and restore-locationar1-4/+27
- information for successfull restore
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-20fix popupmenu position on large screensllornkcor1-1/+2
2003-12-20fix renamellornkcor1-12/+16
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-20we want games :)chicken16-16/+16
2003-12-20make it buildablechicken1-1/+1
2003-12-20ipkg doesn't like arbitrary empty lineschicken2-2/+0
2003-12-20fix bug in line 73 - it helps to actually call the functions ;)mickeyl1-1/+1
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 -