Граф коммитов

2144 Коммитов

Автор SHA1 Сообщение Дата
bienvenu%nventure.com d0c30b715b detect ssl layer error doing start tls in imap code, add error to log, sr=mscott 311939 2006-05-01 18:24:13 +00:00
bienvenu%nventure.com 69c4017e36 fix 335877 imap subscribe ui broken on servers with non / hierarchy delimiter, sr=mscott 2006-04-29 02:42:45 +00:00
bienvenu%nventure.com 5cce706ae4 fix 321005 enable auth=plain, auth=login even though logindisabled, patch by engel@physics.harvard.edu, sr=bienvenu 2006-04-25 18:20:37 +00:00
bienvenu%nventure.com 7be876c81c fix 312952 handle IMAP input NIL patch by engel@physics.harvard.edu, r/sr=bienvenu 2006-04-25 17:49:53 +00:00
bienvenu%nventure.com 8aafd2f1c4 fix 223730, clear imap status messages when finished running imap urls, sr=mscott 2006-04-04 19:52:14 +00:00
bienvenu%nventure.com 5fafea771f fix 332119, crash when unable to create new .msf file, sr=mscott 2006-04-03 19:47:16 +00:00
bienvenu%nventure.com 77491bb14e fix 324467 fix filtering on pop3 message body when message quarantining turned on, sr=mscott 2006-03-27 17:51:57 +00:00
bienvenu%nventure.com 8753d6e64b properly handle untagged BAD responses and cleanup response handling, patch by engel@physics.harvard.edu, sr=bienvenu 321924 2006-03-23 20:12:40 +00:00
benjamin%smedbergs.us d8f81df51d Bug 78081 - don't export intermediate libraries - initial makefile changes to switch from $(DIST)/lib to in-tree library locations - blanket-r=mento 2006-03-21 18:19:14 +00:00
bienvenu%nventure.com c352994c0a fix 303571, can't move folder to root of imap hiearchy unless the hierarchy delimiter is /, also remove unused code sr=mscott 2006-03-16 16:29:51 +00:00
scott%scott-macgregor.org f96a4487e1 Bug #329552 --> alert notifications dialog is called in scenarios where we don't have new message and in scenarios where the folder doesn't realize it has new folders. Patch by bienvenu and mscott sr=bienvenu 2006-03-07 06:12:38 +00:00
bienvenu%nventure.com 612183daa0 fix copying hierarchy of local folders to imap server when a parent folder is empty, sr=mscott, 316055 2006-03-02 14:53:07 +00:00
timeless%mozdev.org 1ce5986f6b Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
bienvenu%nventure.com 82a2b87aa5 fix setting of mru time for folders when msgs copied into them, and bad operator precedence for listing acl for non-namespaces, sr=mscott 2006-02-23 04:10:26 +00:00
bienvenu%nventure.com 3b28119a8b set mru time on imap folder when message copied into it, part of work for 251296, sr=mscott 2006-02-21 15:15:19 +00:00
bienvenu%nventure.com 7deec89cd9 fix regression 327755 caused by fix for 322863, r/sr=me 2006-02-18 21:18:31 +00:00
bienvenu%nventure.com d537888b4b fix 322863, patch by engel@physics.harvard.edu, r/sr=bienvenu, Properly implement parsing of IMAP |atom| and |astring| 2006-02-17 22:56:55 +00:00
bienvenu%nventure.com 0ad0d211ca fix read state for new imap messages getting confused when folder new msg summary tooltips are used, sr=mscott, part of 314124 2006-02-13 05:55:15 +00:00
cbiesinger%web.de c2d981f764 bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
2006-02-03 14:18:39 +00:00
cst%andrew.cmu.edu c4d022f379 Bug 257386 Fix poorly written code in nsImapMailFolder.cpp
r=emaijala sr=neil
2006-01-15 21:44:05 +00:00
bugzilla%standard8.demon.co.uk 6389b93dbf Bug 26622 nsAutoString use as member variables should be reviewed (mailnews patch). Original Patch by Mikael Parknert <mikael@parknert.se>, updated by me. r=neil.parkwaycc.co.uk,sr=bienvenu 2006-01-08 19:16:56 +00:00
bienvenu%nventure.com 66324518dc fix displaying main body part when view attachments inline is turned off, sr=mscott 182627 2006-01-04 19:57:49 +00:00
bugzilla%standard8.demon.co.uk 455435572c Bug 311238 ns*SummarySpec.* are no longer required. Part 3 the final removal. r=bienvenu,sr=mscott 2006-01-04 17:16:37 +00:00
bienvenu%nventure.com 15ef57c863 fix 321239 fallback to fetching whole message when we have a problem parsing body structure response, sr=mscott 2006-01-03 20:52:58 +00:00
bugzilla%standard8.demon.co.uk 840ddeca61 Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 4 - move *CID.h files to public directories if they are exported. r/sr=dmose. Removing the original files that are no longer needed. 2005-12-29 13:24:31 +00:00
bugzilla%standard8.demon.co.uk db22b0e21d Bug 63083 mailnews makefiles use EXPORTS instead of INCLUDES. Part 4 - move *CID.h files to public directories if they are exported. r/sr=dmose 2005-12-28 19:52:40 +00:00
gerv%gerv.net ecbf97fa9f Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-28 19:10:16 +00:00
scott%scott-macgregor.org 20b834186c Part of Bug #179533 --> need to move mail CID files from the build directory to the src directory.
This will make aggregating mail dlls easier.
r/sr=sspitzer
2005-12-28 19:10:13 +00:00
timeless%mozdev.org 6592c068e7 Bug 235942 When viewing a mail on an IMAP server, the attachment is always downloaded
r=bienvenu sr=bienvenu
2005-12-27 01:35:17 +00:00
bienvenu%nventure.com bf01db5259 fix 320732 hourglass after displaying msg, implement isPending correctly, patch by me, sr=mscott and fix handling of mpod when waiting x seconds to mark message read, patch by mhovis@simdesk.com, r/sr=bienvenu 2005-12-20 04:36:44 +00:00
bienvenu%nventure.com 6e6d19e68c fix 320334 make non-overridden methods non-virtual, patch by engel@physics.harvard.edu, r/sr=bienvenu 2005-12-19 17:27:06 +00:00
bienvenu%nventure.com 4c3a474128 fix 317327, eliminate nsImapServerResponseParser::end_of_line, patch by engel@physics.harvard.edu, r/sr=beinvenu 2005-12-19 16:58:21 +00:00
bugzilla%standard8.demon.co.uk fd03f141d0 Bug 311238 ns*SummarySpec.* are no longer required (Part 2 - provide some utility functions). r=bienvenu,sr=dmose 2005-12-02 19:00:32 +00:00
timeless%mozdev.org db820cf720 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
scott%scott-macgregor.org b2e49e5c66 Bug #312940 --> more work for the new alert notification service
Delay the new mail alert animation until after all of our asynchronous fetch
preview text urls have completed loading for imap.
2005-11-24 02:43:27 +00:00
bienvenu%nventure.com ec81d8297c more work on 312940 improve alert notification for new mail, sr=mscott 2005-11-22 00:36:16 +00:00
bienvenu%nventure.com ba983bef9e more work on 314124 folder pane popup on folders with new messages, remove miscellaneous unused code, also work on imap deadlock, 312775 sr=mscott, and 315975 better handle bogus body structure responses by falling back to full msg, patch by engel@physics.harvard.edu, sr=bienvenu 2005-11-16 15:07:08 +00:00
dbaron%dbaron.org 3c95294952 Make PL_InitEvent callers stop doing potentially dangerous casting of function pointers. b=305278 r=dougt sr=darin 2005-11-14 20:09:51 +00:00
bienvenu%nventure.com c0d402ae65 remove duplicated code in nsImapService.cpp 315654, sr=mscott 2005-11-12 00:47:02 +00:00
bsmedberg%covad.net 78f6d0683d Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver 2005-11-11 14:36:26 +00:00
bienvenu%nventure.com f9275712b2 add method for getting preview text, part of 314124, sr=mscott 2005-11-08 02:01:08 +00:00
bienvenu%nventure.com fc1f4f0336 fix 204350, handling of message/rfc822 attachments opened in standalone msg window, sr=mscott 2005-10-27 14:07:10 +00:00
bienvenu%nventure.com 40b9967ccb move body shell parser to server response parser, fix handling of 'NIL'), patches by hans-a.engel@unibas.ch, sr=bienvenu 312952 312599 2005-10-25 03:05:06 +00:00
bienvenu%nventure.com bbe8962d8e potential fix for deadlock when network connection goes down with imap connections, sr=mscott 312775 2005-10-21 20:22:38 +00:00
bienvenu%nventure.com fddd007530 delay initialization of imap parser tokenizer to cut down on memory allocations, patch by Hans-A.Engel@unibas.ch, sr=bienvenu 307615 2005-10-20 22:59:40 +00:00
bienvenu%nventure.com 58799a9bf8 cleanup imap parser syntax error line handling a little, 312572, r/sr=bienvenu 2005-10-18 18:33:17 +00:00
bienvenu%nventure.com f9c8bfccb3 fix 312009, patch by psyc+moz@stalbot.com, r/sr=bienvenu, make imap forget prev capability before parsing new capabilities 2005-10-18 17:43:28 +00:00
bugzilla%standard8.demon.co.uk 5cef1d6bdd First part of bug 311238 ns*SummarySpec.* are no longer required - Remove nsNewsSummarySpec. r=bienvenu,sr=mscott 2005-10-10 17:04:01 +00:00
bienvenu%nventure.com 2ab19239ae remove imap parser method at_end_of_line, patch by Hans-a.Engel@unibas.ch, r/sr=bienvenu 2005-09-30 14:25:42 +00:00
bugzilla%standard8.demon.co.uk 7ca5a4b4be Bug 279278 Fix Potential memory leak in nsImapServerResponseParser. Patch by Hans-Andreas Engel <Hans-A.Engel@unibas.ch>, r/sr=bienvenu 2005-09-24 16:49:24 +00:00