mkaply%us.ibm.com
060fe4a35f
#62322
...
r=naving, sr=bienvenu
Hookup preference for displaying confirmation on deleting folders
2002-06-27 22:07:10 +00:00
naving%netscape.com
bed2ab2545
153982 r=cavin sr=bienvenu Making drag and drop of imap to local and local to local folders work for non-ascii
...
and special ascii chars folder names work.
2002-06-26 23:21:28 +00:00
naving%netscape.com
cc1a772963
151699 r=cavin sr=bienvenu If copying berkeley mailbox or summary file fails, bail out. This fixes losing
...
local folders when we try to move them and have insufficient disk space
2002-06-25 01:14:31 +00:00
naving%netscape.com
7be406b881
144228 r=cavin sr=bienvenu a=asa fixing security bug that breaks pop3 connection and prevents downloading of
...
msgs.
2002-06-06 21:31:43 +00:00
alecf%netscape.com
f0263ddf07
fix for bug 101761 - REQUIRES update - remove all REQUIRES that are no longer necessary.. r=cls, a=asa (build-only changes)
2002-06-06 20:28:14 +00:00
naving%netscape.com
1de3ca58d4
145341 r=cavin sr=bienvenu Automatic downloading of pop3 msgs on biff was not updating status counter. fix is to pass valid msgWindow. this is needed for stopping such downloads and/or for throwing errors.
2002-05-22 00:05:03 +00:00
naving%netscape.com
7b7ad53efd
139576 r=bienvenu sr=mscott Fixing a performance regression in downloading pop3 mail on MAC and other platforms (not win32 & linux). This was because seek is expensive, atleast on mac. Made it so that we
...
seek whenever absolutely necessary.
2002-05-17 18:41:38 +00:00
darin%netscape.com
f43dfb75ba
fixes bug 142870 "nsIFile should use UCS-2 instead of UTF-8"
...
r=dougt sr=alecf
2002-05-07 23:07:19 +00:00
ducarroz%netscape.com
e5f93aba0a
Fix for bug 135279. Need to be able to specify a line token other than LF when reading a stream buffer. Local file on Mac or CR as line ending. R=naving, SR=mscott
2002-05-03 21:36:33 +00:00
naving%netscape.com
9c0f7353f6
141152 r=ducarroz sr=bienvenu fix the partial msg display code in mime to use escaped uidl and then unescape
...
this uidl in pop3 code. fixes truncated pop3 msg download problems with uidl having quotes(")
2002-05-03 01:00:21 +00:00
naving%netscape.com
17e34b46c4
139876 r=bienvenu sr=mscott Add two methods to nsIMsgFolder to transfer db init info when we are getting rid
...
of old db and creating a new db for the same folder
135275 r=bienvenu sr=mscott Added a boolean dbBatching param to EnableNotification that will tell us when
to do db batching. This param help us to not open unused stream to local dest folder in mailDatabase code, hence we can rid of #ifdef MAC.
2002-04-30 21:24:22 +00:00
darin%netscape.com
1b1677bbe9
fixes bug 129279 "nsIFile unicode/utf8/ascii task"
...
r=dougt sr=alecf
2002-04-27 05:33:09 +00:00
jgmyers%netscape.com
aa210f4255
Remove ssl-forcehandshake workaround r=kaie/rpotts/bienvenu sr=darin
2002-04-26 23:02:11 +00:00
nhotta%netscape.com
eba02df28e
Added out argument for NS_MsgStripRE to avoid altering the const argument,
...
bug 131983, r=ducarroz, sr=bienvenu.
2002-04-23 02:18:19 +00:00
mscott%netscape.com
fcd9280cc6
remove an obsolete #ifdef DEBUG_mscott
2002-04-16 18:54:04 +00:00
bienvenu%netscape.com
d4dd4d5491
fix copying imap/news msgs while offline without msg body and make copying multiple messages while offline work r=naving, sr=sspitzer 131047 also land fix for handling failure in local move copy that's been in my tree, r=naving, sr=sspitzer and closing local db's after copying messages into them r=naving, sr=sspitzer 114211
2002-04-16 14:20:35 +00:00
sspitzer%netscape.com
a33e751757
fix build bustage, forgot to check in this file for #134897
2002-04-16 06:26:59 +00:00
sspitzer%netscape.com
07f6b5f7b5
landing cavin's fix for #134897 . turbo related bug:
...
Mail account info and message display not working for new profile created in Quick Launch mode
r=bienvenu, sr=sspitzer
2002-04-16 05:22:35 +00:00
jefft%netscape.com
c6b7d4f772
fixed bug 136476 - MDN:If you filter mesgs and receive a mesg that is
...
requesting RR, you are prompted to send the RR before you actually click
on the mesg; r=bienvenu, sr=sspitzer
fixed bug 133437 - Sent Copy of MDN Request messages should have
MSG_FLAG_MDN_REPORT_NEEDED turned off; r=ducarroz, sr=bienvenu
2002-04-16 04:16:40 +00:00
naving%netscape.com
6af40a01ca
136784 r=bienvenu sr=mscott. Make compact local folders work for out-of-date summary files
...
and skip the folder if we are in middle of building msf file(parsing kicked off by selecting folder).
2002-04-15 23:05:07 +00:00
naving%netscape.com
0e6882bc1d
136973 r/sr=bienvenu. Remove un-necessary EnableNotifications calls when moving msgs to
...
local folders.
2002-04-12 01:30:44 +00:00
naving%netscape.com
2c6aa0110b
122361 r=bienvenu sr=sspitzer a=asa. Share the output file stream created for downloading pop3 messages with
...
the db, so that we don't have two streams writing to Inbox - in case the user reads/deletes mail while downloading.
2002-04-05 23:52:28 +00:00
naving%netscape.com
77697fa658
127910 r=bienvenu sr=mscott a=asa. Fix a crash on downloading pop3 messages
2002-04-01 00:34:50 +00:00
sspitzer%netscape.com
e4158ec5c7
landing bienvenu's fix for the MDN crasher #134119
...
r=jefft, sr=sspitzer, a=granrose
2002-03-29 21:00:56 +00:00
sspitzer%netscape.com
5f9f54b81c
landing changes for MDN Return Receipts feature, bug #16241
...
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa. Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
darin%netscape.com
819ce1f98f
b=128508 "freeze nsIChannel nsIRequest" r=gagan, sr=rpotts, a=asa
2002-03-20 22:50:33 +00:00
bienvenu%netscape.com
0e8183019c
fix labels not sticking when db is regenerated, patch by naving, r=bienvenu, sr=sspitzer 123110 a=shaver
2002-03-13 23:48:10 +00:00
darin%netscape.com
026dda9f95
fixes bug 124042 "support internationalized URIs" r=dougt, sr=alecf, a=asa
2002-03-06 07:48:55 +00:00
naving%netscape.com
49850e45f3
57440 r=bienvenu sr=sspitzer a=asa Make the default mail folders localizable.
2002-03-05 03:25:31 +00:00
morse%netscape.com
2bc8fd2d2b
bug 107579, infrastructure for detecting 3rd-party cookies, r=darin,rpotts, sr=devitz
2002-03-02 01:49:30 +00:00
naving%netscape.com
e00f0abe6a
113128 r=bienvenu sr=mscott a=roc+moz fix deleting/moving local folders on mac
2002-02-27 02:30:58 +00:00
naving%netscape.com
601524fed8
101485 r=sspitzer sr=bienvenu a=asa Fix crash on filing messages from search
...
upon File | Quit pass valid msgWindow so that we can stop the running news
url.
2002-02-22 23:11:12 +00:00
naving%netscape.com
5da2999b50
120076 r=bienvenu sr=mscott a=roc+moz. Undo delete for local msgs should
...
also update popstate.dat. also fixing one js error from last checkin.
2002-02-21 01:37:36 +00:00
naving%netscape.com
af09a418bc
100991 r=bienvenu sr=mscott a=roc+moz. Select the folder and the message (if any) after renaming a folder.
2002-02-21 00:16:57 +00:00
sspitzer%netscape.com
1fb38ae94f
fix for #121639 . get forward as attachment to work for news again.
...
while I'm at it, some code cleanup. note, this fix also makes it so
we use the news cache when copying messages, which is a perf win.
most of this r=naving, all of it r/sr=bienvenu
2002-02-20 08:23:05 +00:00
cathleen%netscape.com
2902b8c66e
eliminate nsCRT::strlen for char* strings (part 3), bug 124536 r=dp sr=brendan
2002-02-19 08:42:48 +00:00
bbaetz%student.usyd.edu.au
6b96d88c44
Bug 44995 - support socks proxies in mailnews
...
r=mscott, sr=darin
2002-02-19 07:07:23 +00:00
dbaron%fas.harvard.edu
d376f6e5e2
Remove more no-longer-needed nsComponentManager::RegisterComponent calls. Remove remnants of NS_IMPL_IDS macro, associated with long-gone NS_DECLARE_ID. b=125782 r=dougt rs=jag
2002-02-16 16:18:13 +00:00
naving%netscape.com
ec1ebf5c15
125503 r=bienvenu sr=mscott If the internet connection is lost make sure that we truncate any half downloaded
...
msg and commit the db so that if it comes back again in the same session we are still able to download messages
2002-02-16 04:04:26 +00:00
bienvenu%netscape.com
b494a4bf63
store labels on the imap server r=naving, sr=sspitzer 114379
2002-02-14 01:07:19 +00:00
naving%netscape.com
8fa88cf910
107598 r=racham sr=bienvenu. Imap folder creation is first done on server then on client so we need to
...
notify filterEditor window that we are done with folder creation and then we can set the folder picker
to new folder. Added SetBusyCursor for this action. Also remove alert code from imap and local and use
existing "ThrowAlertMsg" in base.
2002-02-13 01:46:37 +00:00
bzbarsky%mit.edu
e3b541a10c
Relanding the Compare --> Equals conversion. a=mcafee
2002-02-10 15:49:46 +00:00
bzbarsky%mit.edu
260814c5be
Testing performance impact of backout of what's left of the patch from
...
bug 115289. See bug 123947 for details. a=mcafee
2002-02-09 20:46:05 +00:00
naving%netscape.com
022c7ff27d
49868 r=ducarroz sr=mscott. Throw alert out of disk space if we cannot download pop3 messages because
...
of insufficient disk space.
2002-02-08 22:39:15 +00:00
naving%netscape.com
8bb5fdc086
59694. sr=bievenu. Add the capability to toggle imap deletes using
...
delete button when the delete model is imap-delete model. Also
update undo/redo to reflect such toggling.
2002-02-08 03:30:20 +00:00
naving%netscape.com
3c368d42c3
105266 r/sr=bienvenu. Increase the size of buffer when msg lines are very
...
long > 16384 chars. this will enable us to move/copy such messages between
local folders and from local to imap.
2002-02-07 03:23:56 +00:00
darin%netscape.com
a031f35a63
final patch for bug 109179 "replace nsStdEscape with NS_EscapeURL"
...
r=dougt, sr=alecf
2002-02-05 03:08:15 +00:00
bzbarsky%mit.edu
580e33204e
Convert Compare() to Equals() where possible now that we can do
...
case-insensitive Equals(). Bug 115289, r=alecf, sr=jag
2002-02-05 02:03:07 +00:00
mscott%netscape.com
db16a838aa
Bug #122236 --> set the performing biff flag when we are about to perform biff
...
and register the root folder as a listener on the url so it can clear the flag
Bug #123440 --> don't give a message window when performing biff, this keeps
biff from bringing up any form of UI.
r=naving
sr=bienvenu
2002-02-05 01:36:15 +00:00
naving%netscape.com
94a22397cb
112927 sr=bienvenu. Made it so that we alert the user in case we cannot
...
parse rules.dat, upon getting filterList
2002-01-31 22:08:48 +00:00