Dbmail is the name of a group of programs that enable the possibility of storing and retrieving mail messages from a database (currently MySQL, PostgreSQL or SQLite). * Scalability. Dbmail is as scalable as the database system that is used for the mail storage. In theory millions of accounts can be managed using dbmail. One could, for example, run 4 different servers with the pop3 daemon each connecting to the same database (cluster) server. * Manageability. Dbmail is based upon a database. Dbmail can be managed by changing settings in the database (f.e. using PHP/Perl/SQL), without needing shell access. * Speed. Dbmail uses very efficient, database specific queries for retrieving mail information. This is much faster then parsing a filesystem. * Security. Dbmail has got nothing to do with the filesystem or interaction with other programs in the Unix environment which need special permissions. Dbmail is as secure as the database it's based upon. * Flexibility. Changes on a Dbmail system (adding of users, changing passwords etc.) are effective immediately. WWW: http://www.dbmail.org/ d>
Google Summer of Code 2013 - GNOME - Archive Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #2831; the tasks toolbar and menu now have a button to delete theFederico Mena Quintero2001-05-226-59/+213
* Added a Delete button on the toolbar.Federico Mena Quintero2001-05-222-17/+13
* Mark a string for translation.Kjartan Maraas2001-05-222-2/+6
* Updated Spanish translation.Hector Garcia2001-05-222-1096/+1816
* fixed multibytePablo Saratxaga2001-05-222-9/+4
* Updated. Updated Norwegian translation.Kjartan Maraas2001-05-213-25/+49
* Updated Norwegian translation.Kjartan Maraas2001-05-212-503/+654
* Updated Hungarian translation (andras)Szabolcs Ban2001-05-212-787/+1126
* Removed an unused variable.Christopher James Lahey2001-05-215-3/+19
* Add in evolution-vcard-importer as part of the list of processes toDuncan Mak2001-05-212-0/+7
* Add a button and an icon to toggle between online and offlineEttore Perazzoli2001-05-214-23/+207
* Implemented the "Copy Folder" and "Move Folder" menu items. Untested.Ettore Perazzoli2001-05-205-12/+302
* Updated to ignore more built files.Ettore Perazzoli2001-05-202-12/+16
* This should fix that irritatingJody Goldberg2001-05-202-0/+7
* Add a caption to the folder selection dialog widget, and get theEttore Perazzoli2001-05-206-10/+67
* Renamed the "NewWindow" verb into "OpenFolderInNewWindow". Got theEttore Perazzoli2001-05-196-69/+103
* Killed a warning here. (model_changed, items_inserted): Check if we'reChristopher James Lahey2001-05-191-7/+5
* German translation updatesMatthias Warkus2001-05-192-1084/+1568
* Create new files for the folder commands, and move the "Create newEttore Perazzoli2001-05-195-12/+181
* Modify `e_gethostbyname_r()' so that it doesn't report an error if theEttore Perazzoli2001-05-192-1/+17
* Updated Japanese translation.Akira TAGOH2001-05-192-1831/+2549
* Fix bug #2829.Federico Mena Quintero2001-05-196-141/+303
* Added a lot of new content. Fixed old content. Validated. Still need toAaron Weber2001-05-198-1200/+530
* Added two questions about importing Outlook (text from Iain). Fixed someDuncan Mak2001-05-194-4/+152
* Added items to the `File -> Folder' submenu.Ettore Perazzoli2001-05-192-15/+112
* Do a better job constructing match strings, so we never try to use aJon Trowbridge2001-05-192-6/+63
* Added a question about the need for write permissions onEttore Perazzoli2001-05-182-0/+10
* Added a question about the need for write permissions onEttore Perazzoli2001-05-182-0/+42
* small updateKenneth Christiansen2001-05-181-70/+57
* Return the serialized EDestinations (rather than just a string w/ e-mailJon Trowbridge2001-05-1825-156/+788
* Updated Slovenian translationAndraz Tori2001-05-181-1033/+1033
* no more ContactFind command.Chris Toshok2001-05-182-47/+5
* add <commands> for the toolbar/menu items we set the sensitivity on.Chris Toshok2001-05-182-7/+27
* add our selection_change signal. (e_minicard_view_widget_realize): connectChris Toshok2001-05-188-8/+300
* mark Outbox messages as read.Dan Winship2001-05-182-1/+10
* New convenience function for all signature verification functions to useJeffrey Stedfast2001-05-182-63/+63
* Draft messages should be marked read.Dan Winship2001-05-182-1/+6
* add new icons from jimmacDan Winship2001-05-182-0/+11
* missed oneDan Winship2001-05-181-0/+1
* Install Jakub's new iconsDan Winship2001-05-182-0/+9
* Change the code to pop-up the folder context menu to use the stuffEttore Perazzoli2001-05-173-42/+17
* Reformat a bit and add the folder context menu definition.Ettore Perazzoli2001-05-172-149/+173
* mail config druid iconsJakub Steiner2001-05-178-0/+10
* Removed editor-page.[ch]Duncan Mak2001-05-171-0/+5
* The service can be NULL here too, thanks to Wayne Davis for pointing thisJeffrey Stedfast2001-05-172-1/+3
* *** empty log message ***Duncan Mak2001-05-171-2/+0
* Split the event and task editors into different objects for the separateFederico Mena Quintero2001-05-1721-638/+5239
* add E_TEXT_TO_HTML_ESCAPE_8BIT to the flagsDan Winship2001-05-172-1/+6
* add E_TEXT_TO_HTML_ESCAPE_8BIT to turn non-US-ASCII characters into "?"s.Dan Winship2001-05-173-1/+13
* Added S/MIME sign/encrypt code. (init): Initalize smime_sign/encrypt.Jeffrey Stedfast2001-05-173-19/+254
* Functions to determine if a folderbrowser is one of the drafts, sent, orDan Winship2001-05-178-150/+140
* Removed (this now exists in camel/camel-smime.c).Jeffrey Stedfast2001-05-173-100/+162
* We don't need to be passed the certdb path anymore.Jeffrey Stedfast2001-05-173-4/+8
* Added S/MIME menu items.Jeffrey Stedfast2001-05-172-3/+18
* Build the GnomeCard importerIain Holmes2001-05-174-27/+197
* Remove importers/evolution-gnomecard-importer.cJP Rosevear2001-05-172-1/+4
* Fixed Grammar, edited a few answers, did the vfolder thing.Aaron Weber2001-05-172-44/+60
* Deal with full-header mode in addition to source modeDan Winship2001-05-173-36/+100
* New function to return an array of all headers.Dan Winship2001-05-174-2/+108
* UpdateKenneth Christiansen2001-05-171-1863/+2463
* Remove camel/camel-pkcs7-context.cJP Rosevear2001-05-172-1/+4
* forgot to mention color change for calendarJakub Steiner2001-05-171-0/+1
* fixes #2862Jakub Steiner2001-05-176-0/+7
* Modify ChangeLog to say that the icons are by Tuomas.Ettore Perazzoli2001-05-161-2/+2
* New icons for offline/online status.Ettore Perazzoli2001-05-164-0/+9
* Updated Norwegian translation.Kjartan Maraas2001-05-162-429/+604
* Fixes to make it make dist and make distcheck. Kind of kludgy but theyJP Rosevear2001-05-162-16/+20
* initialize the model and adapter. (button_press): set on the model.Chris Toshok2001-05-163-5/+28
* e-minicard-view-model.c -> e-addressbook-reflow-adapter.cChris Toshok2001-05-162-1/+6
* Fixed up the lifetime of the drag_data_get signal a bit.Christopher James Lahey2001-05-162-23/+10
* MinicardViewModel -> ReflowAdapter name change. (get_card_list): same.Chris Toshok2001-05-1616-1131/+1372
* Make the "Submit Bug Report" menu item fire up a browser withEttore Perazzoli2001-05-162-1/+27
* Add an "Evolution FAQ" entry to the Help menu, and update the existingEttore Perazzoli2001-05-164-5/+19
* Get the User guide and the Evolution FAQ to be installed into separateEttore Perazzoli2001-05-164-12/+50
* Update the file name in the top comment.Ettore Perazzoli2001-05-161-1/+1
* Some demeeksifying indentation changes.Ettore Perazzoli2001-05-161-25/+16
* Evolution users worldwide, rejoice! We have a FAQ. (Yes, it stillEttore Perazzoli2001-05-164-12/+1524
* Don't close or free (it wasn't allocated) the certdb.Jeffrey Stedfast2001-05-162-13/+11
* here's some good lovin' from the oven...Jeffrey Stedfast2001-05-161-0/+2
* yea...Jeffrey Stedfast2001-05-162-0/+6
* I've said it before and I'll say it again... man am I a dumb schmuckJeffrey Stedfast2001-05-162-0/+1072
* yes, I am a dumbassJeffrey Stedfast2001-05-162-0/+1582
* oops, I guess this file does belong hereJeffrey Stedfast2001-05-162-0/+602
* Create CAMEL_CFLAGS and CAMEL_LIBS so that we don't have to link in allJeffrey Stedfast2001-05-162-0/+11
* updated .cvsignoreJeffrey Stedfast2001-05-164-0/+6
* Removed some evolution-*-decl.txt files since these are autogenerated byJeffrey Stedfast2001-05-1612-2/+58
* Don't use EXTRA_GNOME_*, use the new CAMEL_* variables so we don't link inJeffrey Stedfast2001-05-163-4/+7
* Load http images if the user has force-loaded images too.Dan Winship2001-05-1610-46/+113
* Create a "Message Display" submenu in View, move source/fullDan Winship2001-05-162-6/+28
* Added t the test suite - tests the S/MIME pkcs7 functions.Jeffrey Stedfast2001-05-163-2/+186
* Updated Hungarian translation (andras)Szabolcs Ban2001-05-161-15/+14
* Update for changes in evolution-mail.xml (many commands were renamed toDan Winship2001-05-162-85/+73
* Clean this up A LOT. In addition to cosmetic changes, now every commandDan Winship2001-05-162-313/+324
* Updated Hungarian translation (andras)Szabolcs Ban2001-05-162-2109/+2566
* Put frame around dialog vbox, put mail subject in that frame's label.Jon Trowbridge2001-05-153-52/+74
* add the importers.Chris Toshok2001-05-152-0/+10
* Updated Slovak translationStano Visnovsky2001-05-152-1545/+2058
* Fix a small error not decreasing the data_count here.Christopher James Lahey2001-05-152-1/+7
* added file for ScrollkeeperKevin Breit2001-05-153-0/+32
* set the dialog's window_icon to jimmac's new find_message.xpm.Duncan Mak2001-05-152-1/+9
* Updated Norwegian translation.Kjartan Maraas2001-05-153-1145/+1557
* Lots of fixes to get this to compile.Jeffrey Stedfast2001-05-152-4/+2
* bah, just mod the pgp-context macro for camel_pgp_verify so that we don't hav...Jeffrey Stedfast2001-05-152-2/+2
* Lots of fixes to get this to almost compile. Still struggling with theJeffrey Stedfast2001-05-159-39/+95
* add in the new find_message.xpmDuncan Mak2001-05-152-0/+5
* Fix up the Importers. Remove spewage, and update for latest stylesIain Holmes2001-05-154-64/+166
* Fix the importer linklineIain Holmes2001-05-152-0/+6
* Remove this... it's not used any more.Dan Winship2001-05-156-308/+5
* Add camel-smime-context.[c,h] and camel-smime.[c,h] to the build.Jeffrey Stedfast2001-05-156-14/+568
* Replicate the semantics of the libunicode utf8 functions by returning NULLJon Trowbridge2001-05-157-10/+36
* Validate utf8 to avoid lock-ups. (_get_position): Validate utf8 to avoidJon Trowbridge2001-05-151-6/+8
* Subclass CamelSession since we can no longer specify the passwd callbackJeffrey Stedfast2001-05-1512-89/+727
* set the subfolder's parent to NULL so the subfolder list doesn't changejacob berkman2001-05-152-1/+10
* Remove Help->About.Jeffrey Stedfast2001-05-152-2/+4
* Redo forwarding stuff so there's "Forward", "ForwardAttached",Dan Winship2001-05-152-16/+25
* Split "Other" page into three pages, Display, Composer, and PGP. Add HTMLDan Winship2001-05-1514-138/+371
* Try to deal with bad utf8. (_get_position): Try to deal with bad utf8.Jon Trowbridge2001-05-151-6/+6
* Find (in?) messageJakub Steiner2001-05-142-0/+134
* Use secondary searches here, so that we control the interference betweenJon Trowbridge2001-05-145-73/+222
* add prototype for addressbook_expand_uri.Chris Toshok2001-05-146-20/+102
* Get rid of this - we don't need it.Jeffrey Stedfast2001-05-144-7/+8
* Updates the subject on refresh and sets subject to "Untitled Message" ifDuncan Mak2001-05-143-26/+63
* er, OptionSetJeffrey Stedfast2001-05-131-1/+1
* s/SSL_Enable/SSL_SetOptionJeffrey Stedfast2001-05-131-1/+1
* my computer crashed while commiting this first time.Gediminas Paulauskas2001-05-128-6/+41
* load pixmaps for MessageCopy and MessageForwardAttached. Thanks WayneGediminas Paulauskas2001-05-121-2/+2
* spew the data passed to us. (destination_folder_handle_motion): theChris Toshok2001-05-122-1/+11
* implement the CORBA side of dragging.Chris Toshok2001-05-122-6/+94
* correct bug causing the Ok button to never be enabled.Chris Toshok2001-05-122-2/+9
* add RemoveFolder menu item and verb. (folder_context_menu_remove_cb): newChris Toshok2001-05-124-8/+51
* add this define for the xml path to use when adding menu items to theChris Toshok2001-05-123-5/+26
* example.Chris Toshok2001-05-122-3/+7
* Ask for a folder to import into.Iain Holmes2001-05-127-20/+75
* use e_card_list_get_vcard to build up the data to send.Chris Toshok2001-05-12