Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-01-04 | - added start of status class | alwin | 7 | -17/+46 |
- unification of (public) mailwrapper interfaces - preparition for message store/transfer | ||||
2004-01-04 | config taskbar applet | harlekin | 5 | -7/+165 |
2004-01-04 | taskbar applet added to config menu | alwin | 1 | -2/+3 |
2004-01-04 | some cleanups | alwin | 5 | -6/+15 |
2004-01-04 | beginning of the mail taskbar applet | harlekin | 8 | -0/+196 |
2004-01-04 | libmailwrapper into opie-build config menue | alwin | 1 | -0/+1 |
2004-01-04 | etpan is a depend | harlekin | 1 | -1/+1 |
2004-01-04 | adapted control files | harlekin | 2 | -1/+11 |
2004-01-04 | adapted includes to the new lib | harlekin | 12 | -26/+33 |
2004-01-04 | adapt build system to lib etc and get it build | harlekin | 9 | -45/+99 |
2004-01-04 | moved to shared lib | alwin | 3 | -177/+0 |
2004-01-04 | moved to shared lib | alwin | 3 | -132/+0 |
2004-01-04 | moved to shared lib | alwin | 6 | -1340/+0 |
2004-01-04 | moved to shared lib for usage with tody and taskbar plugin | alwin | 12 | -3155/+0 |
2004-01-03 | communicate outgoing mails status to the QPE/Pim channel ( to which the ↵ | harlekin | 5 | -8/+75 |
todayplugin listens for example) | ||||
2004-01-03 | status methods for mailfolder implemented | alwin | 18 | -2/+180 |
2004-01-03 | slightly improve the speed reading the manufacturers list | mickeyl | 1 | -2/+7 |
2004-01-03 | show GPS coordinates in the more common DMS format | mickeyl | 6 | -18/+82 |
2004-01-03 | libopiecore2 and libopienet2 are needed by wlan-plugin | ar | 1 | -1/+1 |
2004-01-03 | multipart subtype will stored lower like in singleparts | alwin | 2 | -2/+4 |
2004-01-03 | better parsing of mails with recursive multipart content | alwin | 4 | -12/+44 |
2004-01-03 | some more display beauty | alwin | 2 | -0/+15 |
2004-01-03 | make networksettings compile without opie-lib 2 | ar | 1 | -1/+1 |
2004-01-03 | improved parsing of mailbodies 'cause it failed on multi-part fields which | alwin | 4 | -8/+84 |
contains multipart-fields, too. | ||||
2004-01-03 | mail attachments will be displayed in order of attachment not sorted | alwin | 1 | -1/+2 |
2004-01-02 | settings dialog will show when clicked. | alwin | 4 | -16/+14 |
slots are all virtual so always the right one is called! Note: It is better to make all slots declared virtual - or do not make any child-classes! | ||||
2004-01-02 | bugfix while assigning mail-numbers | alwin | 2 | -2/+2 |
2004-01-02 | display of attachments has a hierarchic structure (if needed) | alwin | 2 | -4/+54 |
2004-01-02 | mail-parts will get a path id for hierarchic structure of the content | alwin | 4 | -20/+78 |
while displaying enclosed rfc mails (like forwards) will be marked as a body-part. | ||||
2004-01-02 | - some more usefull failure message while login | alwin | 4 | -178/+128 |
- cleaned up the code for parsing mails, use only one routine, message/rfc822 parts are parsed, too. | ||||
2004-01-02 | fixed appname for db access | alwin | 1 | -1/+1 |
2004-01-02 | rfc822 messages are displayed as text, too. | alwin | 1 | -1/+1 |
2004-01-01 | use for opie | llornkcor | 1 | -2/+2 |
2004-01-01 | make device user configurable | llornkcor | 3 | -1495/+1469 |
2003-12-31 | add pdaudio stuff | llornkcor | 5 | -47/+127 |
2003-12-30 | re-worked pop3 (use the more generic interface) | alwin | 10 | -344/+284 |
shared some more functions between mbox and pop3 | ||||
2003-12-29 | waited too long for tille to do something - merged it on my own... :( | mickeyl | 5 | -19/+9 |
2003-12-28 | some needed changes | alwin | 1 | -2/+2 |
2003-12-28 | fix for compiling with arm gcc 2.95.3 (next time I'll check before commit) | alwin | 1 | -1/+3 |
2003-12-28 | reduced to the max... | alwin | 13 | -702/+482 |
- from address isn't setup any longer within the smtp account (it makes realy no sense, a smtp account describes the connection to a smtp server, not the identity of the sender) - from address is taken from the personal info of the addressbook (thats why this info exists). Of course the user can change it when sending an email. - user can select a from with a selection of the mails given in their personal infos. - in addresspicker: use "<Firstname> <Lastname>" instead of "Filename" - settings ui: switched of the part within the smtp accounts describing the identitiy of user ToDo: a dialog setting up a default signature | ||||
2003-12-28 | basic folder handling for pop3 accounts | alwin | 8 | -44/+106 |
some code dups reduced | ||||
2003-12-28 | - dir handling for mbox accounts (delete, new, delete all mail) | alwin | 14 | -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-27 | folder handling for imap mostly impelemented, context menus for | alwin | 17 | -74/+639 |
imap-mail-folders implemented. | ||||
2003-12-27 | silence | alwin | 1 | -1/+4 |
2003-12-25 | better not source the unsupported configs one-by-one in the top-level config.in | mickeyl | 1 | -0/+5 |
2003-12-25 | uhhh.. helps to commit to correct branch | llornkcor | 9 | -801/+791 |
2003-12-25 | context menues for single mails when holding the stylus or left mouse button | alwin | 2 | -10/+41 |
2003-12-25 | try to resolve timeouts via NOOP statement in login | alwin | 2 | -4/+14 |
2003-12-25 | uses the opie frontend for the list of addresses | alwin | 1 | -67/+36 |
displays not just the default email but all emails display is sorted now | ||||
2003-12-25 | - some memleaks | alwin | 4 | -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 |