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

1850 Коммитов

Автор SHA1 Сообщение Дата
dougt%netscape.com 0d2808c511 Create a new xpcom obsolete library (and component library).
Moved nsFileSpec and related classes into this obsolete library.
  Moved nsRegistry and related libreg functionality into the obsolete library.

Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.

Combined the following DLLs (source -> dest)
  uriloader -> docshell
  shistory -> docshell
  jsurl -> jsdom
  gkview -> gklayout

Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer

Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.

Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).

Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService

Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
sspitzer%netscape.com 7b22dc8cf3 fix the junk mail purge code. when this code was original written, it was modeled
after the biff code, using the purge interval as the timer.  (yikes, a 14 day timer!)

now, we fire a timer at a fixed interval, and see if a purge is necessary, and use
the purge interval to decide what messages to delete.

add code to verify that we are only trying to delete messages marked as junk.

we do this because the junk folder might be trash, or there might be non-junk in it
that hasn't been moved, and we don't want to delete that.

r/sr=bienvenu
2003-03-04 00:28:40 +00:00
cavin%netscape.com e406e0f4cf Fix for 138054. When appending msg to a folder set the msg with "MDNSent" flag if we support the flag. r/sr=sspitzer. 2003-02-27 23:43:01 +00:00
neil%parkwaycc.co.uk 303232c110 Bug 194764 "File Here" shows up for IMAP servers r/sr=sspitzer 2003-02-26 13:06:22 +00:00
cbiesinger%web.de 9405eda256 190020 r=timeless sr=alecf GetResource should take AUTF8String 2003-02-25 19:02:00 +00:00
sspitzer%netscape.com b3cf92a384 fix for bug #160586.
IMAP folder moved to ~/<folder> instead of ~/mail/<folder> when moving from sub-folder
r/sr=henry.jia,sspitzer
thanks to philip.zhao@sun.com for the patch.
2003-02-23 15:58:35 +00:00
sspitzer%netscape.com 5ac91abaef bullet proofing for crasher bug #194335.
some additional code clean up (found while reviewing bug #190106.
r/sr=bienvenu
2003-02-23 01:51:37 +00:00
darin%netscape.com 01533c82cd fixes bug 190106 "IMAP connections hanging" r/sr=sspitzer,bienvenu a=asa 2003-02-21 09:48:41 +00:00
sspitzer%netscape.com 6351eb56de fix for 1.3 blocker bug #179856
crash when you undo a move (or copy).

this regression was caused by two checkins (#59694 and #166411)

the fix is to move the code that sets the src and dest keys on the
undo transaction back to where it was and to bullet proof
the undo transaction code so that if we don't have any src keys.

r=cavin, sr=bienvenu, a=asa
2003-02-21 01:20:44 +00:00
sspitzer%netscape.com 1d1b1171be fix for bug #188051. IMAP mark as read sends DeleteOrMoveMsgCompleted event.
thanks to bienvenu for the fix.  r/sr=sspitzer, asa.
2003-02-11 07:49:39 +00:00
henry.jia%sun.com 2a809d07c1 Bug 148043: namespace prefs keep growing when checking for mail in multiple folders is on due to cached connections
r=bienvenu, sr=Henry, a=asa
2003-02-11 04:07:22 +00:00
darin%netscape.com 0017e6b9e3 fixes bug 192272 "Mozilla crashed on Quit after attempting access to SSL
IMAP account during DNS hang [@ nsInputStreamPump::EnsureWaiting]"
r=sspitzer sr=bienvenu a=asa
2003-02-08 00:52:54 +00:00
sspitzer%netscape.com 4726452fb9 supplimental fix for bug #180857
make spam-status more strongly bound to the message on IMAP.
we weren't subtracting the flags correctly.

thanks to bienvenu for the fix.  r/sr=sspitzer, a=asa
2003-01-28 05:17:28 +00:00
bienvenu%netscape.com 87aa6e6fe0 store junk mail classification on imap servers that support user keywords, r/sr=sspitzer 180857 2003-01-21 18:00:00 +00:00
darin%netscape.com 685a7af468 modifications for bug 176919 "async streams" r=dougt,gordon sr=sspitzer a=valeski,asa 2003-01-18 02:15:14 +00:00
sspitzer%netscape.com 6ed8423441 turn assertion into warning, so I don't go insane. 2003-01-17 23:40:37 +00:00
antonio.xu%sun.com 1ebf393d33 fix for bug #185959 Many function(For exam. Reply, Forward) works and leads to crash before user login r=Henry sr=binevenu 2003-01-12 08:47:34 +00:00
sspitzer%netscape.com 65a5fcf61b fix for bug #181397 (automatically create the junk folder)
fix for bug #181394 (enable the "Move to Folder" UI in junk controls)
r/sr=bienvenu
2003-01-11 23:09:34 +00:00
sspitzer%netscape.com 02d7bbb433 code cleanup. remove static cid. 2003-01-10 04:51:47 +00:00
sspitzer%netscape.com db4255e05a code cleanup. 2003-01-10 04:51:00 +00:00
sspitzer%netscape.com b81b299567 code cleanup. remove the static CID. 2003-01-10 04:50:17 +00:00
sspitzer%netscape.com a006c74fa9 adding a contract id for the imap service, so I can clean up some code 2003-01-10 03:46:23 +00:00
dbaron%dbaron.org acdd4e46c0 Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag 2003-01-08 22:05:52 +00:00
bienvenu%netscape.com dbb7679474 fix problem deleting multiple imap messages (and with check for new mail on multiple folders), cleanup unused methods r/sr=sspitzer 182808 2002-12-21 16:43:23 +00:00
bienvenu%netscape.com ad78333a43 fix crash in nsImapMailFolder::NormalEndMsgWriteStream when reading 0 byte message r/sr=sspitzer 185666 2002-12-17 15:52:01 +00:00
bienvenu%netscape.com 8b0c97fb35 make newly discovered imap folders be collapsed by default, fix 147528 r/sr=sspitzer 2002-12-16 02:08:53 +00:00
ere%atp.fi 43f494f1cb Bug 165090 - spurious "Server has disconnected" messages
r/sr=bienvenu
2002-12-15 19:36:19 +00:00
sspitzer%netscape.com 38832437ca no brainer code cleanup. not part of any bug. rs=bienvenu 2002-12-13 03:43:30 +00:00
bienvenu%netscape.com 2aa2f6fa6e fix potential memory trounce when syncing for offline on some imap servers, r=ducarroz, sr=sspitzer 181372 2002-12-10 23:43:09 +00:00
bienvenu%netscape.com 596d8eaa46 attempt to fix stalling of imap urls due to race condition in url chaining, r=ducarroz, sr=sspitzer, a=asa 182808 2002-12-09 20:03:43 +00:00
ere%atp.fi d79dcf466c Fix for bug 182678: IMAP flags are lost if Mozilla crashes or connection is lost.
r=bienvenu, sr=sspitzer, a=asa
2002-12-04 21:17:02 +00:00
darin%netscape.com a736085beb fixes bug 56629 "Proxy: Client->Proxy connection errors should show proxy,
not target hostname" r=bbaetz, sr=rpotts
2002-12-04 04:18:08 +00:00
caillon%returnzero.com 2b0254ddd4 Bug 182953: Clean up IMAP prefs usage to use nsIPrefBranch and friends
r=timeless sr=bienvenu
2002-12-04 02:09:11 +00:00
bienvenu%netscape.com d5b0d8b9f7 fix build warnings, patch by Aleksey Nogin, r=ducarroz, sr=bienvenu 59673 2002-12-03 15:23:42 +00:00
bienvenu%netscape.com c57fdd9994 179162 chain junk mail classification requests by using new msg service streamMessage method r=dmose, sr=sspitzer 2002-12-03 13:06:46 +00:00
bzbarsky%mit.edu 6e7ea01e65 Fix Irix bustage. Stray CR chars are bad. 2002-12-03 06:13:38 +00:00
bienvenu%netscape.com be196d26b8 make sure we have a db in SyncFlags, bullet proofing for crash going offline r/sr=sspitzer 181372 2002-12-03 03:42:36 +00:00
bienvenu%netscape.com 60a0aff107 fix losing delete changes on server that says there are no permanent flags, r/sr=sspitzer 182641 2002-12-03 03:38:10 +00:00
kaie%netscape.com c6b0b2497e b=180806 IMAP backend should avoid unnecessary logout
r=bienvenu sr=sspitzer
2002-11-28 18:36:36 +00:00
bienvenu%netscape.com 42ca5f2672 fix problem with folder permissions and imap acl r/sr=sspitzer 170597 2002-11-28 03:32:17 +00:00
sspitzer%netscape.com 1d230ad935 fix for bug #180477. fix crasher and other problems with toggling junk
state from the advanced search dialog.  and some code cleanup.
r/sr=bienvenu
2002-11-27 23:36:38 +00:00
ere%atp.fi 184532a39b Bug 24064: Need ability to specify Trash folder
r=Henry.Jia
sr=bienvenu
2002-11-27 12:20:37 +00:00
henry.jia%sun.com 729b7067ca Bug 161085: get rid of m_onlineBaseFolderExists, it's not used
r=antonio.xu@sun.com, sr=bienvenu@netscape.com
2002-11-27 04:02:00 +00:00
dmose%netscape.com baf766e1ad Fix mailnews gcc warnings (bug 179775); thanks to Pratik <psolanki@netscape.net> for the patch. r=dmose, sr=bienvenu 2002-11-27 02:52:37 +00:00
bienvenu%netscape.com 859a783300 add msg window to spam classification calls for feedback, r=dmose, sr=sspitzer, 179162 2002-11-26 21:41:44 +00:00
bienvenu%netscape.com 3dc79dbde4 fix topcrash in imap GetShowAttachmentsInline, r=ducarroz, sr=sspitzer 181858 2002-11-26 00:45:07 +00:00
bienvenu%netscape.com d64f033f85 fix problem with IMail imap server flag changes not persisting also fixed whitespace and replace PR_FREEIF with PR_Free r=cavin, sr=sspitzer 180001 2002-11-24 17:11:43 +00:00
leaf%mozilla.org 9cdf072c7d TRUE -> PR_TRUE, build bustage fix 2002-11-22 16:46:32 +00:00
ducarroz%netscape.com 47d6072128 Fix for bug 55657. Implement possibility to disable display attachment inline. R=cavin, SR=bienvenu 2002-11-22 15:47:04 +00:00
bzbarsky%mit.edu 840850565e Clean up some mailnews array usage, fix some leaks. Bug 175540, r=dmose,
sr=alecf
2002-11-21 03:49:11 +00:00
bienvenu%netscape.com c0e378dcc6 stop playing back operations in a folder when playback fails (e.g., we're not connected to the server), r=cavin, sr=sspitzer 145048 2002-11-18 15:17:34 +00:00
timeless%mozdev.org 384066e98e Bug 58221 don't use strlen to check if a string is of length 0
patch by aaronl@vitelus.com r=timeless sr=bz
2002-11-17 05:16:49 +00:00
sspitzer%netscape.com b5dd4e4a94 code cleanup.
don't do AppendInt(x, 10); as 10 is the default.
just do AppendInt(x);
rs=bienvenu.
2002-11-15 03:29:22 +00:00
nhotta%netscape.com 2520f79e24 Removing unnecessary CreateUtf7ConvertedString,
bug 180166, r=naving, sr=bienvenu.
2002-11-14 23:33:02 +00:00
bienvenu%netscape.com 57ca9ca2fb remove unneeded call to CreateUtf7ConvertedString when refreshing folder acl r=nhotta, sr=sspitzer 180158 2002-11-14 22:01:58 +00:00
bienvenu%netscape.com 0f49f4a5ec fix copying multiple imap messages on servers with non-canonical hierarchy delimiter (e.g., cyrus servers), also whitespace cleanup, r=cavin, sr=sspitzer 2002-11-12 01:00:17 +00:00
dmose%netscape.com d31ebf1c6a Turn on basic junk-mail detection functionality in mail. Parts (such as moving to other folders) are still disabled as there is work to do there yet. Bug 169638; r=bienvenu; sr=sspitzer 2002-11-07 20:37:55 +00:00
sspitzer%netscape.com 2c5a191033 implement news filters. bug #17483.
implement an ID column in the thread pane, but commented out.
Mail.app has it, but we haven't decided to include it yet or not.
but it is useful for debugging.

code cleanup.

r/sr=bienvenu
2002-11-06 05:59:19 +00:00
bzbarsky%mit.edu e5fafcae33 Use the right contractid for the pref service. Bug 178062, r=brendan,
sr=alecf
2002-11-06 03:14:47 +00:00
naving%netscape.com 66fb9ebcb3 174441 r=cavin sr=bienvenu Implementing multiple filter actions, so you can do things like move the message
and label as "to-do" etc..
168553 r=cavin sr=bienvenu Forking rules.dat so that we can handle new filter types. msgFilterRules.dat is
where your filters are going to be persisted. Also added support to handle future filters by not parsing
them, will prevent us from forking in future.
2002-11-06 02:13:37 +00:00
naving%netscape.com 06116cb469 176380 r=cavin sr=bienvenu set the sent and trash folder flags on aol folders if redirector="aol" 2002-11-06 00:47:46 +00:00
bienvenu%netscape.com 7d1a44fbfb add folder size to folder pane, r=cavin, sr=sspitzer, 173825 fix imap use of mem cache not to mark entries valid until finished loading, r=cavin, sr=sspitzer 114965 2002-11-06 00:18:25 +00:00
bienvenu%netscape.com b685adfd58 fix handling of spam plugin imap msg fetch requests so they'll go into memory cache correctly, r=dmose, sr=sspitzer, a=asa not visible to user 169557 2002-10-29 21:03:07 +00:00
dmose%netscape.com 7fbbf99073 Ongoing spam-filtering work for the front end (not yet exposed to the user in default builds). Cleans up unnecessary and partially working UI items; fixes gcc warnings; fixes 3/5 state plugin by adding junkscoreorigin property; moves some plugin interaction from mailCommand.js to nsMsgDBView.cpp. r=sspitzer@netscape.com, sr=bienvenu@netscape.com, a=asa@mozilla.org 2002-10-24 07:03:04 +00:00
sspitzer%netscape.com 8ef569b776 don't set the "junkscore" string attribute directly, since it won't notify the view
that the key has changed.  bug #169638.  instead, go through the db.  r/sr=bienvenu, a=asa
2002-10-10 00:07:04 +00:00
sspitzer%netscape.com 52b427ec48 more changes, not visible to the end user yet, for spam UI. bug #169638.
implement junk logging. r/sr=bienvenu
2002-10-09 07:34:02 +00:00
bienvenu%netscape.com 9438cd084d support for imap and pop3 spam filters, not turned on yet r/sr=sspitzer 169557 2002-10-09 01:21:27 +00:00
sspitzer%netscape.com 24d3bea489 fix more build bustage. 2002-10-08 05:26:03 +00:00
bienvenu%netscape.com 001c8496e0 work for imap spam filters, ifdeffed off for now r/sr=sspitzer 169557 2002-10-08 04:19:11 +00:00
bienvenu%netscape.com 9481fa3284 add imap msg fetch peek url, part of spam filter work r/sr=sspitzer 169557 2002-10-08 03:52:41 +00:00
sspitzer%netscape.com 995ff937e9 code cleanup. use contract id instead of cid. remove unused cid 2002-10-02 07:52:09 +00:00
bienvenu%netscape.com 0fd4bbe14f add ability to pass results of commands back to front end code so the fe can handle errors, bug 20071 r=cavin, sr=sspitzer 2002-10-01 18:45:08 +00:00
bienvenu%netscape.com 5e9a664981 fix bug 20071, add ability to pass results of custom commands back to front end code so the fe can handle errors, r=cavin, sr=sspitzer 2002-09-30 23:23:16 +00:00
sspitzer%netscape.com d1d6c0ffbf more work for #169638. junk settings UI. we are going to all for junk mail controls
when reading news.  instead of using canGetMessages (poorly named, really means, "do I have an inbox on this account type?") I've added canGetIncomingMessages, which means ("do messages come in for this account type?")  true for all but none type (think local folders).
r/sr=bienvenu
2002-09-26 23:03:22 +00:00
rpotts%netscape.com dc675a9675 bug #169583 (r=jst, sr=darin) URILoader should allow nsIContentHandler::DoContent() to fail... 2002-09-24 19:53:43 +00:00
henry.jia%sun.com eac9409ebf Patch for bug 133717: Possibly missing a break before falling through into the default case
Patch by leon.zhang@sun.com
r=henry, sr=bienvenu
2002-09-20 02:40:42 +00:00
sspitzer%netscape.com 3e564330d2 fix for #169227. for certain redirector types, don't show hostname in the password prompt.
r/sr=bienvenu.  UI changes approved by jglick.
2002-09-17 19:25:31 +00:00
sspitzer%netscape.com 1b1eef476f code cleanup. use contract ids instead of static cids. remove some usused static cids. 2002-09-16 00:46:09 +00:00
ere%atp.fi 42bccbaa31 Bug 168697, Need to request In-Reply-To header from imap server
r/sr=bienvenu
2002-09-14 18:41:15 +00:00
sspitzer%netscape.com 71a01c28f3 fix for bug #168521. too much disk IO when logging filters.
fix for bug #168536.  assertions on shutting down due to filter changes.
r/sr=bienvenu
2002-09-13 21:58:45 +00:00
bienvenu%netscape.com b52d22612b work for filter after the fact, r=naving, sr=sspitzer 11033 2002-09-13 00:58:06 +00:00
naving%netscape.com 31c2746d11 166675 r=cavin sr=bienvenu Do not call canGetFileMessage on bogus folder
72322 r=cavin sr=bienvenu Make imap deletes (move to trash) not fail if user hits delete, delete... quickly.
2002-09-12 06:22:55 +00:00
sspitzer%netscape.com 35dcce26de fix for #161002. implement filter logging. add some UI for applying
filters after the fact.  code cleanup.
r=mscott, sr=bienvenu
2002-09-11 05:03:36 +00:00
naving%netscape.com e4a0d79697 167560 r=cavin sr=bienvenu make remaining cases of copyMessages go through copy service 2002-09-11 01:54:13 +00:00
naving%netscape.com c3ecae8a0a 167579 r=cavin sr=bienvenu making copyservice handle requests better and deal with failure cases gracefully 2002-09-11 01:50:21 +00:00
naving%netscape.com b8ed276cdc 167560 r=cavin sr=bienvenu a=asa fixing a regression in imap offline copy filing code. 2002-09-10 18:19:07 +00:00
bienvenu%netscape.com 48262b8fc9 fix offline recording and playback of imap offline operations, r=naving (and part of fix by navin), r=sspitzer, a=asa 167382 2002-09-09 19:20:29 +00:00
dougt%netscape.com 68faeb5241 166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com 2002-09-07 17:13:19 +00:00
sspitzer%netscape.com 70f20ae10a fix for bug #166899. auto detect and set redirector type to based on hostname
r=cavin, sr=bienvenu, a=asa
2002-09-06 03:45:00 +00:00
bienvenu%netscape.com 1c61d571cb fix bad imap msg hdrs when downloading attachments, r=cavin, sr=sspitzer, a=asa 162342 2002-09-05 22:08:50 +00:00
bienvenu%netscape.com 97ac4945f7 fix crash getting new mail when rules.dat has incorrect host name, r=naving, sr=sspitzer 149059 2002-09-03 23:27:56 +00:00
bienvenu%netscape.com deb3facfeb potential fix for crash in nsImapProtocol::HandleMessageDownloadline r/sr=sspitzer 166196 2002-09-03 21:50:36 +00:00
bienvenu%netscape.com 0a30b8b2a5 fix 19420, make sure we override cached redirector type if it changes r/sr=sspitzer 2002-08-31 16:01:33 +00:00
bienvenu%netscape.com 2034afd0ef fix build warning, r/sr=sspitzer, no bug 2002-08-30 16:11:45 +00:00
bienvenu%netscape.com 1a9c161c73 fix problems parsing certain imap headers with new hdr downloading code, r/sr=sspitzer, 19552 2002-08-29 23:51:43 +00:00
henry.jia%sun.com e66273228b fix bug 147995: Difficulty finding trash folder when using an IMAP server directory
Patch By Henry.Jia@sun.com
r=naving, sr=bienvenu
2002-08-28 06:29:15 +00:00
bienvenu%netscape.com 43c56c09a8 fix 164404, 100% cpu use when waiting for imap server response r=mscott, sr=sspitzer 2002-08-26 22:57:11 +00:00
naving%netscape.com 99efaa5cdd no bug r/sr=bienvenu removing some lines not needed 2002-08-23 21:02:36 +00:00
bienvenu%netscape.com 545df5bede fix msg size for newly downloaded imap headers r/sr=sspitzer, 164281 2002-08-23 18:30:08 +00:00
bienvenu%netscape.com f6584ea326 fix regression in imap undo so that it downloads undeleted header immediately r/sr =sspitzer 164144 2002-08-23 14:07:04 +00:00
bienvenu%netscape.com a2e24f9cee fix mem leak introduced by blocker fix, a=loan 2002-08-22 17:02:21 +00:00
bienvenu%netscape.com 623f33a451 attempted fix for smoketest blocker in imap header downloading 164047 - backout part of change for imap hdr downloading, so that we go through the line termination adjustment code we used to 2002-08-22 16:45:17 +00:00
bienvenu%netscape.com 1c99e784c8 reduce number of xpcom proxy calls during imap hdr download, r=mscott, sr=sspitzer, 162929 2002-08-21 22:55:27 +00:00
sspitzer%netscape.com b71a45ebfc adding new .idl file to the mac build for bienvenu. 2002-08-21 22:37:48 +00:00
bienvenu%netscape.com bb7400c7bc new interfaces to reduce number of xpcom proxy calls during imap hdr download, not part of build yet, r=mscott, sr=sspitzer, 162929 2002-08-21 21:13:58 +00:00
naving%netscape.com 8b68cb407a 66955 r=cavin sr=bienvenu. Implementing drag and drop messages from advanced search results to 3 pane.
Hooking up fcc, search results and drag and drop copies to copyService so that we can handle multiple sources/requests.
89285 r=cavin sr=bienvenu fixing copy to Sent folder failed sometimes by queuing copy requests
2002-08-16 22:22:55 +00:00
sspitzer%netscape.com 1bc2a418eb fix for #162577. problem with "retain all IMAP mail I've read", "retain all mail I've sent" code if we point to a non-ASCII folder. r/sr=bienvenu 2002-08-13 23:25:39 +00:00
mkaply%us.ibm.com b48817e12b OS/2 bustage - needs to be in header too 2002-08-13 14:54:48 +00:00
seawood%netscape.com 2ff1427ec5 Properly declare FreeCustomFlags as a callback function.
Fixing OS/2 tinderbox bustage.
2002-08-13 14:25:41 +00:00
bienvenu%netscape.com 7153369101 fix case of include statement to fix build bustage 2002-08-13 02:02:02 +00:00
bienvenu%netscape.com 0634920f1b add extensibility hooks for running custom imap commands, custom keywords etc, r=cavin, sr=sspitzer 161226 2002-08-13 01:41:33 +00:00
cbiesinger%web.de 5aa71c0a69 bug 48436 r=caillon sr=blake Change "Document: Done" to "Done" 2002-08-11 18:04:50 +00:00
bienvenu%netscape.com 5b3771e6c1 fix for regression with cyrus imap servers introduced by 27002, modified version of patch proposed by henry jia r=me,sr=sspitzer 2002-08-10 18:15:09 +00:00
bienvenu%netscape.com 0c076ef58a restore undo of move from local to imap for uidplus servers by backing out part of previous fix, 162008 r/sr=sspitzer 2002-08-10 17:33:50 +00:00
bienvenu%netscape.com a3d081ccb0 fix save as in news while offline by using common save as listener r=navin, sr=sspitzer 159988 2002-08-10 17:13:44 +00:00
seawood%netscape.com 322da773fb Removing old nmake build makefiles. Bug #158528 r=pavlov 2002-08-10 07:55:43 +00:00
bienvenu%netscape.com d9c1984bcf fix 129603 r=bhuvan, sr=sspitzer, ability to hide or grey out features not support by certain servers 2002-08-07 23:52:17 +00:00
bienvenu%netscape.com 480d37ca06 fix mAcceptLanguage busteage in imap code so we'll send correct language to server, 16941, fix slowness appending msg to sent folder on non-uidplus imap servers 129495 r=naving, sr=sspitzer 2002-08-07 14:25:33 +00:00
henry.jia%sun.com eed9ab0bdd 3rd patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=anto, sr=alecf
2002-08-06 05:37:58 +00:00
naving%netscape.com 75dbab6dd3 42090 most of the work for this patch done by joshua.xia@sun.com r=naving sr=bienvenu a=asa Make cancel in
filterListDialog not remember changes.
2002-07-26 19:27:30 +00:00
henry.jia%sun.com 21d39b52f2 First patch for bug 158080
Description: replace the hardcode of "@mozilla.org/embedcomp/window-watcher;1" with NS_WINDOWWATCHER_CONTRACTID
Patch by Henry.Jia@sun.com
r=blizzard, sr=alecf, a=asa(for trunk)
2002-07-23 02:27:19 +00:00
bienvenu%netscape.com 0b5bcbc0e3 fix crash selecting bogus line in thread pane for imap folder, r=cavin, sr=sspitzer 157503 2002-07-18 14:45:08 +00:00
henry.jia%sun.com 9815372f48 Fix bug 27002:
Cyrus IMAP: Send and Save as Draft/Template problems on Cyrus

Patch description:
Add personal namespace support for specific folders' uri. This patch can also solve the blocker bug 90494 which is related the same problems of Courier IMAP server.

patch by Henry.Jia@sun.com
r=cavin@netscape.com, sr=bienvenu@netscape.com, a=chofmann@netscape.com
2002-07-18 05:41:42 +00:00
naving%netscape.com 9d3c3a0708 157809 r=cavin sr=bienvenu a=scc fixing can't delete imap folders when using "mark as deleted" delete model 2002-07-18 01:18:14 +00:00
bryner%netscape.com 90a2f7dfb7 Fix all of the warnings about member initializer ordering in constructors (bug 156135). r=timeless, sr=jag. 2002-07-08 07:56:50 +00:00
bienvenu%netscape.com 64793914d1 fix offline move of imap message when delete model is delete immdediately r=naving, sr=sspitzer 154938 2002-07-01 21:17:26 +00:00
mkaply%us.ibm.com 0ad8f00c05 #62322
r=naving, sr=bienvenu
Hookup preference for displaying confirmation on deleting folders
2002-06-27 22:07:10 +00:00
naving%netscape.com f77e24acb6 154000 r=cavin sr=bienvenu fixing imap drag and drop of folders using non-ascii names. 2002-06-27 21:15:56 +00:00
dbaron%fas.harvard.edu 6d2263f19b Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner 2002-06-26 03:38:55 +00:00
naving%netscape.com ed58d286b6 154000 r=cavin sr=bienvenu fixing can't move non-ascii imap subfolders and one assertion in AddSubfolderWithPath
on doing such a move.
2002-06-26 00:39:50 +00:00
mscott%netscape.com 5facc456d0 Bug #153500 --> fix a regression caused by Bug #146559. Don't set the performing biff flag to true
when the user hits get new mail. It causes windows biff notifications to come up when the user initiated
the fetch which is annoying.

r=ere@atp.fi
sr=bienvenu
2002-06-24 21:44:58 +00:00
timeless%mac.com 0d38e39a83 Bug 95295 If imap server is named "imap" you can't emtpy your trash.
patch by jk@tools.de r=morten@nilsen.com sr=bienvenu
2002-06-24 04:31:41 +00:00
cavin%netscape.com 5bf760ca9e Fix for 153465. In nsImapService::DeleteFolder(), if it's an aol server then use the new 'deletefolder' url to remove all msgs and the folder itself. r=naving, sr=bienvenu. 2002-06-21 21:55:10 +00:00
naving%netscape.com 6a7a471d29 151056 r=cavin sr=bienvenu making mdn work for large imap messages. The fix is to ignore read(\seen) flag changes
on nsImapMsgFetch.
2002-06-21 00:25:42 +00:00
seawood%netscape.com 3af6f52067 Removing the extraneous dos newline that's killing the irix build. 2002-06-20 12:50:21 +00:00
henry.jia%sun.com fe652851e6 Bug 105385 Cyrus IMAP: Server directory has / appended always
Patch description: Make this function more flexible and support other imap servers such as Cyrus and Courier besides UW server
r=bienvenu
sr=mscott
2002-06-20 06:11:50 +00:00
ducarroz%netscape.com 2672f3f8eb Fix for bug 145291. We must generate the headers of all the children of an multipart/appledouble attachment when doing parts-on-demand in order to have all the needed information to generate the attachment entry in the UI. R=cavin, SR=bienvenu 2002-06-17 21:07:55 +00:00
naving%netscape.com beaafb6638 bugscape 15244 r=cavin sr=bienvenu Make webmail folder "Draft" show Recipient instead of Sender 2002-06-17 20:49:44 +00:00
ere%atp.fi 46a4a941f0 Bug 146559 New mail indicator does not work for non-inbox imap folders
r=bienvenu@netscape.com, sr=brendan@mozilla.org
2002-06-15 20:07:49 +00:00
ere%atp.fi 935c5301d9 Bug 120106 IMAP: Empty mail when disconnected
r=bienvenu@netscape.com, sr=brendan.mozilla.org
2002-06-15 19:51:47 +00:00
naving%netscape.com 364e37a6ed 15244 r=cavin sr=bienvenu Make aol "Sent Mail" and netscape webmail "Sent" folders show "Recipient" column instead of "Sender" column in thread pane. 2002-06-14 23:03:49 +00:00
cavin%netscape.com fcdd0511f3 Fix for 107466. Reset msg uid in server state parser before calling 'foundShell->Generate()' because the uid may have been used by newly arrived mail. r=naving, sr=bienvenu, a=asa. 2002-06-06 21:44:27 +00:00
cavin%netscape.com b797b11d74 Fix for 94775. When redirect login fails, invoke ForgetPassword(), instead of SetPassword(nsnull), to clean up all cached passwords. r=dmose, sr=bienvenu. 2002-06-03 06:04:47 +00:00
bienvenu%netscape.com bc229bf094 fix problem starting up with missing INBOX.msf for imap r=ere@atp.fi, sr=sspitzer 147896 2002-05-29 20:58:35 +00:00
bienvenu%netscape.com 232a8e11a3 fix 138018 should disable delete and move for readonly folders r=naving, sr=sspitzer 2002-05-23 23:13:26 +00:00
naving%netscape.com a0e82572a2 146313 r=cavin sr=bienvenu Making server->ForgetPassWord() call from imap protocol code thread-safe 2002-05-23 20:19:06 +00:00
bienvenu%netscape.com 950b3162ef put up a message if imap server connection fails without an error before seeing server greeting, 71792 r=cavin, sr=sspitzer 2002-05-21 23:05:50 +00:00
mscott%netscape.com 28a8310598 Bug #127702 --> security fix
r=cavin
sr=bienvenu
2002-05-20 23:30:12 +00:00
bienvenu%netscape.com 31c187d7fa show message if imap server doesn't support sharing in sharing tab of folder props r=naving, sr=sspitzer 135860 2002-05-17 01:58:54 +00:00
timeless%mac.com 47efbd0240 Bug 18266 Query IMAP folders other than INBOX for new msgs
patch by ere@atp.fi r=bienvenu sr=scc
2002-05-16 03:32:20 +00:00