Commit Graph

17051 Commits

Author SHA1 Message Date
bienvenu%nventure.com
d29ac9de9e follow on patch for treating keys case-insensitively - I mismerged a cvs conflict so this checkin makes it match mscott's review 354726, and fixes a problem where we would migrate tags every time 2006-10-08 18:11:39 +00:00
mnyromyr%tprac.de
857a29bc8d Bug 342576: UI Work for Adding Tags to Messages; r=IanN, sr=Neil 2006-10-07 01:18:45 +00:00
bienvenu%nventure.com
55c751ffa4 fix crash cancelling fcc to imap folder, sr=mscott, patch suggested by laurentiu dumitrescu 206408 2006-10-06 20:55:43 +00:00
neil%parkwaycc.co.uk
d540409a19 Bug 355212 Global Inbox needs spam settings r+sr=mscott 2006-10-06 19:45:48 +00:00
bienvenu%nventure.com
f98f092ba7 treat keys case insensitively because some imap servers don't maintain key case, sr=mscott 354726 2006-10-06 03:54:15 +00:00
ajschult%verizon.net
b42b4069dc Bug 355338: clean up failure checks for TB1507 topcrash, r+sr=bienvenu 2006-10-06 02:01:32 +00:00
bienvenu%nventure.com
ead1476ed2 treat imap junk keywords case-insensitively for imap servers that don't preserve keyword case, sr=mscott, part of 354726 2006-10-04 15:34:39 +00:00
bienvenu%nventure.com
956bfb00ab don't flush popstate.dat in the case where we lose the connection while listing uidls, sr=mscott 240049 2006-10-02 21:51:17 +00:00
neil%parkwaycc.co.uk
4119e980d6 Bug 351545 Junk mail doesn't work in Global Inbox r=Mnyromyr sr=mscott 2006-10-02 16:05:03 +00:00
ajschult%verizon.net
d082190de3 Bug 215701: Handle corrupt training.dat files better by not bailing if a token claims to extend beyond the end of the file. r=mscott, sr=bienvenu 2006-09-30 02:10:17 +00:00
scott%scott-macgregor.org
8f592119ba Bug #353906 --> modernize mail's registry code, implementing toolkit's nsIShellService, separating it out from the MAPI implementation. We now have a new default client dialog, and new options UI.
this work is a precursor for vista integration
sr=bienvenu
2006-09-29 22:07:50 +00:00
bienvenu%nventure.com
2666e056f9 fix pop3 server settings dtd error, forgot one file for fix for pop3 delete from server change for bug 226839, sr=mscott 2006-09-28 21:00:31 +00:00
bugzilla%standard8.demon.co.uk
fde1919afa Bug 354425 Some random address book tidy ups (nsAddrDatabase/nsDirectoryDataSource). r/sr=bienvenu 2006-09-28 16:41:37 +00:00
mnyromyr%tprac.de
6b7f519c9e Bug 342560: preference panel for new tag feature; r=IanN, sr=Neil 2006-09-27 23:08:11 +00:00
mnyromyr%tprac.de
1345b794c7 Bug 354381: label to tag migration broken; r/sr=bienvenu 2006-09-27 21:54:28 +00:00
bienvenu%nventure.com
e024302e83 add hooks between mime parser, content handlers, and message display, sr=mscott 351610 2006-09-27 20:39:35 +00:00
bienvenu%nventure.com
3b9ea915e0 fix 226839 only delete mail from pop3 server when user deletes/moves to the trash, instead of just move in general, sr=mscott 2006-09-27 20:15:02 +00:00
kaie%kuix.de
f6951f1107 Bug 353308, EACCES ignored: empty attachment
r=darin for xpcom changes, sr=mscott
Patch contributed by Stefan Rijnhart
2006-09-27 17:36:45 +00:00
cbiesinger%web.de
24e4559885 bug 33451 convert part of nsMsgFilterList to nsIFile (from nsFileSpec).
patch by me/ajschult r+sr=bienvenu
CVS: ----------------------------------------------------------------------
CVS: Enter Log.  Lines beginning with `CVS:' are removed automatically
CVS:
CVS: Committing in .
CVS:
CVS: Modified Files:
CVS: 	nsMsgFilterList.cpp nsMsgFilterList.h
CVS: ----------------------------------------------------------------------
2006-09-27 17:27:48 +00:00
bienvenu%nventure.com
294e8111be fix 352801 biff shouldn't cause pop3 passwords to get forgotten, also fix logon loop when auth fallback turned off, sr=mscott 2006-09-26 18:33:02 +00:00
bienvenu%nventure.com
00ddca2d74 part of a fix for 206408 retry urls after net timeout, if we were connected to the server, sr=mscott 2006-09-25 23:02:33 +00:00
bienvenu%nventure.com
c158e0cdb7 add backend support for displaying imap quota usage, patch by ben.bucksch, r/sr=bienvenu, 278096, and fix copying of imap messages across servers, patch by bienvenu, sr=mscott 353073 2006-09-25 18:49:36 +00:00
bugzilla%standard8.demon.co.uk
56da95abbe Bug 244870 nsAbMDBDirectory::InternalAddMailList uses getter_AddRefs inappropriately. r/sr=bienvenu 2006-09-25 15:04:37 +00:00
mats.palmgren%bredband.net
f39579f321 Don't crash when we have "charset" but not the "=" in the buffer. b=353958 r+sr=bienvenu 2006-09-23 22:54:42 +00:00
ajschult%verizon.net
6a8223d1d3 Bug 353915: Deleting attachments from messages crashes SM. r+sr=bienvenu 2006-09-23 16:16:49 +00:00
bienvenu%nventure.com
f7a6f598e3 show done compacting status message when compacting a single folder, sr=mscott 275199 2006-09-22 17:19:48 +00:00
timeless%mozdev.org
0594934372 Bug 353689 improve nsLocalUndoFolderListener::OnItemEvent
r=bienvenu sr=neil
2006-09-22 07:47:01 +00:00
timeless%mozdev.org
c22fa76581 Bug 353689 improve nsLocalUndoFolderListener::OnItemEvent
r=bienvenu sr=neil
2006-09-22 07:25:48 +00:00
bienvenu%nventure.com
f3a587abfd if imap server doesn't support keywords, attempt to remember tags in dest folder of msg move so we can apply them when headers are downloaded from dest folder, 353570, sr=mscott 2006-09-20 22:39:02 +00:00
bienvenu%nventure.com
8963c4e9a7 fix 352287 crash clicking back and forth between saved search with view and normal folder, sr=mscott 2006-09-20 01:07:11 +00:00
bienvenu%nventure.com
0b37f4bf0d fix 0 message counts after compacting local folder, until restart, sr=mscott 351685 2006-09-20 00:51:35 +00:00
bienvenu%nventure.com
fb8421c3ee fix hang doing a quick search in threaded mode with a folder/newsgroup with corrupt threading, sr=mscott 332883 2006-09-19 23:03:06 +00:00
bienvenu%nventure.com
af8e5d80c5 fix threading of messages that claim to be their own children/parents, 332883, sr=mscott 2006-09-19 22:55:07 +00:00
neil%parkwaycc.co.uk
298042b3a1 Bug 341504 global history toolkit autocomplete interface r=IanN,biesi sr=jag 2006-09-18 13:52:11 +00:00
mnyromyr%tprac.de
1efae3931d Bug 342065: fix AddTagForKey; r/sr=bienvenu 2006-09-17 01:30:48 +00:00
timeless%mozdev.org
0c6258079e Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call
r=bienvenu sr=bienvenu
bustage fix, missed consumer
2006-09-17 00:16:41 +00:00
timeless%mozdev.org
664b6df306 Bug 20232 Replace T::GetIID() (etc.) with NS_GET_IID(T)
r=bsmedberg sr=biesi
2006-09-17 00:04:39 +00:00
timeless%mozdev.org
f30980a3b7 Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call
r=bienvenu sr=bienvenu
2006-09-16 23:38:18 +00:00
timeless%mozdev.org
35d44327d7 Bug 352647 String literal converted to char* in formal argument name, in assignment, and in call
Whitespace only change to fix indentations so that code can be read
2006-09-16 23:37:16 +00:00
bugzilla%standard8.demon.co.uk
2f3356bf26 Bug 351920 Remove uses of nsSpecialSystemDirectory from mailnews. r/sr=bienvenu 2006-09-16 18:19:12 +00:00
bugzilla%standard8.demon.co.uk
54d90ef466 Bug 351920 Remove uses of nsSpecialSystemDirectory from mailnews. r=bienvenu,sr=mscott 2006-09-16 08:04:20 +00:00
bienvenu%nventure.com
05b5cbef14 fix some issues with caching of cross-folder saved search results, sr=mscott 351867 2006-09-15 20:58:34 +00:00
bienvenu%nventure.com
801f716709 fix 351997 nsISimpleMimeDecoderStub wasn't decoding parts, sr=mscott 2006-09-14 19:22:50 +00:00
bienvenu%nventure.com
96dc1c9808 fix forgetting of passwords with '.' in the account user name, sr=mscott part of 249240 sr=mscott 2006-09-13 22:53:48 +00:00
bugzilla%standard8.demon.co.uk
6cc0784208 Fix Bug 347008 r/sr=bienvenu 2006-09-13 19:43:35 +00:00
bugzilla%arlen.demon.co.uk
13ab0d10de Bug 132257 Inserting a link to a [network][image] file into a message inserts the physical file! regression fix for bug 352317 and bug 352341
p=me r=neil sr=bienvenu
2006-09-12 23:25:20 +00:00
scott%scott-macgregor.org
2964cc44d3 Bug #352406 --> remove some dead code now that we use tags instead of labels. sr=bienvenu 2006-09-12 22:46:07 +00:00
gavin%gavinsharp.com
c1553fb22f Bug 240788: Marking message as junk sometimes hangs Thunderbird, patch by Jeongkyu Kim <jeongkyu.kim@gmail.com>, r=mscott, sr=bienvenu 2006-09-12 22:15:49 +00:00
scott%scott-macgregor.org
871991f5d3 Bug #349763 --> add a pref (defaulted to off) that makes delete move in the direction of the sort for folks who like the delete direction to work like mail.app and outlook. sr=bienvenu 2006-09-12 22:03:50 +00:00
bienvenu%nventure.com
a59241c6d1 fix 352184 mark messages from trusted domains as non-junk, sr=mscott 2006-09-12 20:18:50 +00:00