| Commit message (Expand) | Author | Age | Files | Lines |
* | Added a g_return_val_if_fail for folder_name != NULL. | Jeffrey Stedfast | 2001-11-13 | 1 | -1/+3 |
* | Dont try to move ibex if we have none. | 0 | 2001-10-30 | 1 | -1/+1 |
* | Don't emit a folder_subscribed signal if we are in the process of renaming | Jeffrey Stedfast | 2001-10-30 | 1 | -0/+11 |
* | Fix the 'is this a matching subfolder or subfolder'' logic to match | 9 | 2001-10-29 | 1 | -2/+11 |
* | Use the right variable, not info. | 8 | 2001-10-28 | 1 | -1/+1 |
* | Use path not protocol as the path part of the uri of the folder_created | 8 | 2001-10-28 | 1 | -11/+13 |
* | Fixing the license text. | Ettore Perazzoli | 2001-10-28 | 1 | -1/+0 |
* | Finished implementation. | 7 | 2001-10-27 | 1 | -18/+82 |
* | Update the licensing information to require version 2 of the GPL | Ettore Perazzoli | 2001-10-27 | 1 | -2/+2 |
* | Updated comments to make the code a bit more clear. | Jeffrey Stedfast | 2001-10-22 | 1 | -7/+9 |
* | Dont do the macro stuff - basically so you can actually debug calls. | 1 | 2001-10-22 | 1 | -1/+11 |
* | Lock the right lock for unmatched subfolder list stuff. If the sub folder | 9 | 2001-10-19 | 1 | -0/+34 |
* | New function to clone a folderinfo tree. | 7 | 2001-10-18 | 1 | -1/+35 |
* | Use a folder_subscribed event rather than a folder_created one. | 5 | 2001-10-06 | 1 | -6/+5 |
* | Turn off warnings. (get_name): Same. | Jeffrey Stedfast | 2001-10-06 | 1 | -26/+36 |
* | Change the order of execution slightly. We delete the folder first, then | 4 | 2001-10-06 | 1 | -13/+20 |
* | Call camel_folder_delete() on the folder if it's "alive". | Jeffrey Stedfast | 2001-10-04 | 1 | -15/+18 |
* | CRLF decode the stream before parsing it into a MIME part. This fixes bug | Jeffrey Stedfast | 2001-09-28 | 1 | -2/+13 |
* | Set the exception if create_folder isn't implemented. | 1 | 2001-09-22 | 1 | -0/+3 |
* | Setup unread count properly, and also setup the url properly. | Michael Zucci | 2001-09-21 | 1 | -1/+1 |
* | Build the path on the folderinfo. | 0 | 2001-09-21 | 1 | -1/+1 |
* | And finally here. | Jeffrey Stedfast | 2001-09-21 | 1 | -1/+30 |
* | General cleanup of camel debug printfs. | 9 | 2001-09-19 | 1 | -5/+1 |
* | If filter inbox is set on the store, and we're opening inbox '', then | 8 | 2001-09-19 | 1 | -1/+23 |
* | New function, set the complete list of folders on a vfolder, all at once. | 4 | 2001-09-15 | 1 | -6/+21 |
* | Progress reporting while moving messages. | 0 | 2001-09-11 | 1 | -0/+31 |
* | After talking to NotZed, it turns out I was wrong after all. (store_sync): | Jeffrey Stedfast | 2001-08-15 | 1 | -3/+19 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 1 | -0/+1 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 1 | -1/+0 |
* | We need to be ref'ing the folder if/when we add it to the hash. This may | Jeffrey Stedfast | 2001-08-14 | 1 | -5/+6 |
* | In camel: | Peter Williams | 2001-07-20 | 1 | -0/+14 |
* | Clean up some exception misusage. | Peter Williams | 2001-07-18 | 1 | -1/+5 |
* | Use CAMEL_VTRASH_NAME. | Jeffrey Stedfast | 2001-07-18 | 1 | -1/+1 |
* | Update the copyrights, replacing Helix Code with Ximian and | Ettore Perazzoli | 2001-06-23 | 1 | -2/+2 |
* | new abstract class for disconnectable remote stores | Dan Winship | 2001-05-04 | 1 | -21/+18 |
* | Remove the EXTRA_GNOME_CFLAGS include. | Jeffrey Stedfast | 2001-04-17 | 1 | -0/+25 |
* | Big header cleanups and nntp compile fix | Kjartan Maraas | 2001-03-30 | 1 | -2/+3 |
* | Use camel_vtrash_folder_new() to create the vtrash folder now. | Jeffrey Stedfast | 2001-03-27 | 1 | -9/+2 |
* | Added folder_created event here. | Not Zed | 2001-03-27 | 1 | -2/+1 |
* | Rename the folder to "Trash" and i18nify it. | Jeffrey Stedfast | 2001-03-13 | 1 | -1/+1 |
* | Changes so that the folder gets added to the vtrash reguardless of whether | Jeffrey Stedfast | 2001-03-09 | 1 | -9/+14 |
* | These fixes make it so that the CamelStore does not actually hold a ref on | Jeffrey Stedfast | 2001-03-09 | 1 | -27/+38 |
* | fixed a compile warning in camel-store. | Jeffrey Stedfast | 2001-02-25 | 1 | -1/+0 |
* | init the vTrash folder here instead of in store_init. | Jeffrey Stedfast | 2001-02-25 | 1 | -18/+28 |
* | init get_trash and init_trash. (camel_store_init): call the virtual | Jeffrey Stedfast | 2001-02-24 | 1 | -7/+83 |
* | Emit the folder_created signal here. | Jeffrey Stedfast | 2001-02-16 | 1 | -1/+10 |
* | New method to create a folder when you don't know its full name. | Dan Winship | 2001-02-15 | 1 | -1/+41 |
* | Rewrite a bunch. Replace the existing folder cache stuff with much simpler | Dan Winship | 2001-02-10 | 1 | -231/+89 |
* | More tweaking... skip separator characters after the namespace character. | Dan Winship | 2001-01-19 | 1 | -2/+7 |
* | New class function, parallel to camel_folder_sync. (The default | Dan Winship | 2001-01-11 | 1 | -1/+34 |
* | Mostly IMAP changes. Use the NAMESPACE extension (where | Dan Winship | 2001-01-10 | 1 | -28/+44 |
* | Lock the command channel while searching. (imap_body_contains): If | Not Zed | 2000-12-24 | 1 | -14/+87 |
* | Updated the gtk-doc comment. | Jeffrey Stedfast | 2000-11-30 | 1 | -4/+2 |
* | Add a missed unref. | Not Zed | 2000-11-29 | 1 | -1/+2 |
* | Set the info size's properly, oops! | Not Zed | 2000-11-28 | 1 | -2/+2 |
* | Improved IMAP namespace handling: leave the namespace in the | Dan Winship | 2000-10-30 | 1 | -0/+5 |
* | Add a "parent" field to CamelFolderInfo. | Dan Winship | 2000-10-25 | 1 | -0/+5 |
* | lots of i18n fixes | Dan Winship | 2000-10-24 | 1 | -5/+3 |
* | No, we must not encode the headers here. These interfaces ARE raw | Not Zed | 2000-10-18 | 1 | -15/+11 |
* | add camel-nntp-grouplist.h (libcamelnntp_la_SOURCES): add | Chris Toshok | 2000-10-06 | 1 | -1/+89 |
* | Remove camel_folder_{get,free}_subfolder_info, as we want to be able to | Dan Winship | 2000-10-03 | 1 | -0/+188 |
* | CamelRemoteStore: a new generic store for stores that connect to servers. Pre... | Peter Williams | 2000-08-30 | 1 | -1/+0 |
* | Automatically connect services when given a valid URL (should hopefully disco... | Peter Williams | 2000-08-23 | 1 | -3/+0 |
* | Merge with camel-async. | Peter Williams | 2000-08-11 | 1 | -45/+46 |
* | Only retry another uid if we had a name clash, otherwise fail. | Not Zed | 2000-08-08 | 1 | -0/+40 |
* | Remove exists, create, delete. A CamelFolder now always references an | Dan Winship | 2000-06-07 | 1 | -26/+68 |
* | Ref and unref objects in the service cache properly. | Christopher James Lahey | 2000-06-03 | 1 | -3/+7 |
* | Init filter_from to NULL, for exception case. (mbox_get_message_by_uid): | Not Zed | 2000-05-31 | 1 | -3/+11 |
* | diff -r1.206 ChangeLog | Michael Zucci | 2000-05-30 | 1 | -0/+7 |
* | kill camel-log | Dan Winship | 2000-04-19 | 1 | -1/+0 |
* | Reorganize the folder-fetching methods and implement a folder cache so | Dan Winship | 2000-04-07 | 1 | -49/+180 |
* | fix warnings | Dan Winship | 2000-03-29 | 1 | -1/+0 |
* | fix the name of "Helix Code, Inc." in all the copyrights | Dan Winship | 2000-03-10 | 1 | -1/+1 |
* | Move "separator" from camel-store to camel-folder, since it can vary from | Dan Winship | 2000-02-25 | 1 | -49/+0 |
* | add CamelExceptions to several functions. Use camel_session_new to | Dan Winship | 2000-02-22 | 1 | -82/+0 |
* | New header with the typedefs for all camel classes. Now the class headers | Dan Winship | 2000-02-19 | 1 | -0/+1 |
* | fix minor typos | Dan Winship | 2000-02-16 | 1 | -1/+1 |
* | add recipient_list to the recipients, not recipients_list. I don't know | bertrand | 2000-01-24 | 1 | -0/+12 |
* | add exception handling everywhere in the store related functions | bertrand | 2000-01-22 | 1 | -18/+18 |
* | Updated my e-mail address to reflect my new employment | Bertrand Guiheneuf | 2000-01-04 | 1 | -1/+1 |
* | Fix copyright informations once again | Bertrand Guiheneuf | 1999-12-15 | 1 | -1/+1 |
* | Copyright change | Bertrand Guiheneuf | 1999-10-23 | 1 | -1/+4 |
* | Address update | Bertrand Guiheneuf | 1999-08-30 | 1 | -1/+1 |
* | remove stupid debug code. (add_mail_store): use camel_session_get_store | bertrand | 1999-08-13 | 1 | -3/+2 |
* | compilation and runtime fixes. | bertrand | 1999-08-12 | 1 | -4/+4 |
* | Message creation still consumes a lot of | bertrand | 1999-08-11 | 1 | -0/+22 |
* | updated some autogen doc stuff. Still don't understand warnings :( | bertrand | 1999-08-07 | 1 | -11/+11 |
* | add debug information (_list_subfolders): test if first char in folder | bertrand | 1999-08-06 | 1 | -12/+31 |
* | new public functions (_set_name): set full_path. | Bertrand Guiheneuf | 1999-08-03 | 1 | -1/+0 |
* | merge a lot of work. Rough ChangeLog will follow | Bertrand Guiheneuf | 1999-08-01 | 1 | -10/+11 |
* | Implemented base64 encoder based on CamelStreams. Should the | Miguel de Icaza | 1999-07-15 | 1 | -1/+1 |
* | typo fix. | bertrand | 1999-05-12 | 1 | -4/+4 |
* | static functions naming follows gnome coding style guide. | bertrand | 1999-05-12 | 1 | -16/+16 |
* | initialize folder object. | bertrand | 1999-04-26 | 1 | -18/+35 |
* | basic provider structure. Have to write the code for dynamic loading. | bertrand | 1999-04-25 | 1 | -0/+28 |
* | more test implementation. | bertrand | 1999-04-22 | 1 | -3/+3 |
* | A first attempt at setting up the documentation system. | Bertrand Guiheneuf | 1999-04-21 | 1 | -8/+11 |
* | now CamelStore inherits from CamelService. | bertrand | 1999-04-21 | 1 | -4/+3 |
* | basic abstract service class. | bertrand | 1999-04-21 | 1 | -0/+2 |
* | missing files. | Bertrand Guiheneuf | 1999-04-19 | 1 | -0/+171 |