summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-28add latvian translationar9-0/+397
2003-12-28basic folder handling for pop3 accountsalwin8-44/+106
some code dups reduced
2003-12-28add latvian translationar141-0/+23323
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-28fix qmake 1.05a to generate the PRO line in a Makefilemickeyl1-0/+1
this feature seemed to have been removed in 1.05a - it was in 1.04a and is needed for opie-lupdate to work
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.inmickeyl2-3/+6
2003-12-25Make that (theoretically) work with resolutions other than 320x240mickeyl1-25/+14
and 240x320.
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-25called binary when sending email to a contact is "opiemail" insteadalwin1-3/+3
of "mail" when using opiemal as standard mailer.
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-23Patch from Brad Campbell to fix opie-handwritings writing of data filestreke3-318/+322
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 cvsjgf8-5/+13
2003-12-22- remove stdlib.h and stdio.har3-9/+3
2003-12-22more TODO (*ugh*)mickeyl1-0/+7
2003-12-22add a few missing const directives to get it to compile againmickeyl2-8/+8
2003-12-22Fixing stupid bug, found by sourcode review..eilers2-0/+22
2003-12-22Some information about missing or unfinshed functions by the macosx porteilers1-1/+18
2003-12-22Stupid typoeilers1-3/+3
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-22Finishing implementation of sql-backend for datebook. But I have toeilers30-144/+729
port the PIM datebook application to use it, before I could debug the whole stuff. Thus, PIM-Database backend is finished, but highly experimental. And some parts are still generic. For instance, the "queryByExample()" methods are not (or not fully) implemented. Todo: custom-entries not stored. The big show stopper: matchRegExp() (needed by OpieSearch) needs regular expression search in the database, which is not supported by sqlite ! Therefore we need either an extended sqlite or a workaround which would be very slow and memory consuming..
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-21pic for html and new show sidebar picharlekin2-0/+0
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.