platform/upstream/evolution-data-server.git
2000-10-18 Dan Winship (camel_imap_folder_new): Move the summary creation...
2000-10-18 Dan WinshipRemove cached info at the end of the summary when the...
2000-10-18 Jeffrey StedfastEncode the header value. (add_header): Same.
2000-10-17 Not ZedAdded some malloc check debugging stuff.
2000-10-17 Jeffrey StedfastDon't imap_next_word(respbuf + 2), instead use imap_nex...
2000-10-17 Jeffrey StedfastDon't free 'resp' as it doesn't point to the beginning...
2000-10-16 Chris Toshokwhen using the construct (flags & CAMEL_SERVICE_URL_NEE...
2000-10-16 Jeffrey StedfastOnly send the LOGOUT command if the store is connected...
2000-10-16 Dan WinshipDeal with the possibility of not getting a LIST respons...
2000-10-12 Dan WinshipSimple subclass of CamelFolderSummary that also keeps...
2000-10-12 Not ZedRemoved temp_message_buffer, and content_input_stream...
2000-10-11 Chris Toshokremove the leading '/'. (nntp_store_subscribe_folder...
2000-10-11 Jeffrey StedfastQuote the mailbox name as it may contain spaces. (imap_...
2000-10-11 Chris Toshokfill in message_count and unread_message_count properly.
2000-10-10 Joe ShawUn-rasterize my changelog entry
2000-10-10 Joe ShawCheck before deferencing the sep pointer.
2000-10-10 Jacob "Ulysses... teach camel about "its" vs. "it's"
2000-10-10 Chris Toshokwrite out the newsrc. (nntp_store_get_name): if @brief...
2000-10-08 Miguel de IcazaIssue a warning if h->value is NULL.
2000-10-06 Jeffrey StedfastDecode the resulting string.
2000-10-06 Chris Toshokadd camel-nntp-grouplist.h (libcamelnntp_la_SOURCES...
2000-10-06 Chris Toshoknew file.
2000-10-06 Jeffrey StedfastFix so that we don't encode every single char in the...
2000-10-06 Jeffrey StedfastFix so that we don't encode every single char in the...
2000-10-06 Ettore PerazzoliDon't compile the NNTP provider as it currently doesn...
2000-10-06 Chris Toshokadd camel-nntp-grouplist.h (libcamelnntp_la_SOURCES...
2000-10-06 Jeffrey StedfastEncode the name part of the address and don't quote...
2000-10-05 Jeffrey StedfastUse the camel_address_encode function again.
2000-10-05 Jeffrey StedfastModified to not encode space chars in the middle of...
2000-10-05 Chris Toshokrevert to old method (only use XOVER if OVER is supported.)
2000-10-04 Chris Toshokreturn a gboolean so we can tell if this command worked...
2000-10-04 Dan WinshipFix a case where a variable was free'd and then possibl...
2000-10-04 Chris Toshoknews: -> nntp:.
2000-10-04 Chris Toshokuse "nntp:" instead of "news:" since "news:" urls aren...
2000-10-04 Chris Toshokborrow some code from the imap provider to query the...
2000-10-04 Dan WinshipIMAP4 (pre-rev1) doesn't support the 'LIST "" ""' idiom...
2000-10-04 Jeffrey StedfastUse header_encode_phrase instead. (camel_mime_message_s...
2000-10-04 Not ZedHandle the case where ct != NULL, but type and subtype...
2000-10-03 Jeffrey StedfastQuote the mailbox name when sending a SELECT request...
2000-10-03 Dan WinshipNew file containing camel_imap_command and friends...
2000-10-02 Jeffrey StedfastNew convenience function to determine if there are...
2000-10-02 Jeffrey StedfastUse the CamelInternetAddress parser. (smtp_get_email_ad...
2000-10-02 Dan WinshipRemove default_ports.
2000-10-02 Dan WinshipRemove camel_folder_{get,free}_subfolder_info, as we...
2000-10-02 Dan WinshipMore updating... still not usable, or even compilable
2000-09-29 Jeffrey Stedfast another mem leak fix
2000-09-29 Jeffrey StedfastFixed some memory leaks. (camel_smtp_transport_init...
2000-09-29 Jeffrey StedfastDon't send the recipient data through smtp_get_email_ad...
2000-09-28 Jeffrey StedfastMake sure to add the space char after an encoded word...
2000-09-28 Jeffrey StedfastWhen getting a literal string response, don't include...
2000-09-28 Not ZedNew function to fold headers.
2000-09-27 Dan WinshipReturn untagged data in a GPtrArray rather than a strin...
2000-09-26 Jeffrey StedfastQuote the folder name as it may contain spaces.
2000-09-22 Jeffrey StedfastAgain...wrap the folder names in quotes
2000-09-22 Dan WinshipThe root folder's name is "", not the namespace. (camel...
2000-09-21 Dan WinshipNew function to convert Camel flags to an IMAP flag_list.
2000-09-21 Dan WinshipINBOX is case-insensitive. (get_root_folder_name):...
2000-09-19 Jeffrey Stedfastack, remove the ~ and object files
2000-09-19 Jeffrey StedfastUse the linewrap filter to achieve full RFC0821 compliance.
2000-09-19 Jeffrey StedfastWhen encoding the internet address, quote the name...
2000-09-19 Dan WinshipFix the case where INBOX isn't returned in the folder...
2000-09-19 Dan WinshipRemoved (camel_folder_init, camel_folder_construct...
2000-09-18 Christopher... Added check for gnome-app-lib. Removed directories...
2000-09-17 Dan Winshipupdate CamelFolderInfo New function to free the content...
2000-09-15 Dan WinshipSet camel_verbose_debug to TRUE if CAMEL_VERBOSE_DEBUG...
2000-09-14 Jeffrey StedfastDon't use dir_sep as top-level directory, use "/".
2000-09-14 Dan WinshipDon't look at the response of the command. camel_imap_c...
2000-09-13 Jeffrey StedfastRewrote to take a third argument (gboolean *selectable...
2000-09-13 Jeffrey StedfastMake sure *datalength is > 0 before calling camel_mime_...
2000-09-12 Peter Teichmanfixes to make this beast distcheck
2000-09-08 Christopher... Fixed a warning.
2000-09-07 Dan WinshipMake this not leak.
2000-09-07 Dan WinshipMake this take a path to a directory that Camel can...
2000-09-07 Dan Winship*** empty log message ***
2000-09-07 Dan WinshipMake KPOP work again.
2000-09-07 Jeffrey Stedfastoops, spelling mistake
2000-09-07 Jeffrey StedfastImplemented (someone added these to camel-mime-message...
2000-09-05 Dan WinshipIf a MIME part has no Content-Disposition, but does...
2000-09-05 Chris Toshokcare about response code. (get_HEAD_headers): same.
2000-09-05 Dan WinshipUpdate for CamelObject and some other changes
2000-09-05 Dan WinshipCache provider, for caching a remote store locally...
2000-09-05 Peter WilliamsCleanup of lots of exception handling ; bugfixes
2000-09-02 Lauris KaplinskiA bit more e_utf8 wrappers here and there
2000-09-01 Christopher... Removed some unused functions.
2000-09-01 Chris Toshokremove get_folder_name. (nntp_store_get_folder_name...
2000-09-01 Lauris KaplinskiEmail should now display correctly in GtkHTML
2000-09-01 Chris Toshokuse camel_remote_store_recv_line.
2000-09-01 Chris Toshokmake this a bit more robust. try to create an empty...
2000-08-31 Jeffrey StedfastReimplemented. It should now work correctly for most...
2000-08-31 Jeffrey StedfastDon't save any exceptions caused by camel_imap_folder_c...
2000-08-31 Michael Zucci (write_to_stream): Rearrange the logic so it...
2000-08-31 Michael Zucci (write_to_stream): Fix some warnings/use the right...
2000-08-31 Not ZedUse the proper type checking function to check for...
2000-08-31 Michael Zucci (append_latin1): Do an additional mask for account...
2000-08-31 Not ZedNew function - even though its broken, we'll assume...
2000-08-30 Jeffrey StedfastRewrote to ignore strings that look like server respons...
2000-08-30 Jeffrey StedfastDon't wrap printed strings in quotes, makes things...
2000-08-30 Peter WilliamsMake CamelServices connect only when told to (old behav...
2000-08-30 Jeffrey StedfastGeneral cleanup / moving stuff around to make things...
2000-08-30 Jeffrey StedfastPrevent exceptions from being overwritten
next