Commit Graph

964 Commits

Author SHA1 Message Date
putterman%netscape.com
e7d0ff305d Fix for 29543 so we can now create new Japanese local folders. Patch submitted by
m_kato@ga2.so-net.ne.jp. r=scottip and nhotta.
2000-05-02 03:59:19 +00:00
alecf%netscape.com
f079776b39 make priority a scriptable type
add scriptable enums for priority
make more of the search interface use nsIMsgSearchValue instead of nsMsgSearchValue
2000-05-01 23:19:46 +00:00
alecf%netscape.com
d5c3fc7000 remove unnecessary parameter 2000-05-01 23:13:21 +00:00
alecf%netscape.com
fbd679af8a don't need to do all this extra work - work is done in base class 2000-05-01 22:58:42 +00:00
jefft%netscape.com
c9b40050df partial fix for bug 10802 - new openSaveAttachment.xul & openSaveAttachment.js files to sync up with the spec 2000-04-29 00:26:07 +00:00
jefft%netscape.com
c5cebe0547 fixed bug 35039 - POP: Shouldn't got an Alert when canceling login dialog 2000-04-26 22:31:59 +00:00
alecf%netscape.com
2b79394b17 fix for #37205 - switch back to "pop3" from "pop" 2000-04-26 21:21:12 +00:00
jefft%netscape.com
da50b52420 fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
cls%seawood.org
8754202470 General cleanup of the shared library rules.
Quick fix for bug #36844.
Since people kept forgetting to wrap SHARED_LIBRARY_LIBS inside MKSHLIB_FORCE_ALL & MKSHLIB_UNFORCE_ALL pairs, we now handle it in rules.mk.  Same goes for making $(SHARED_LIBRARY) dependent upon $(SHARED_LIBRARY_LIBS).
2000-04-23 17:48:04 +00:00
scc%netscape.com
bf9664fd87 making string conversions explicit 2000-04-23 11:12:53 +00:00
jefft%netscape.com
2a29e360f0 partial fix for limit message size download; we now generate truncated message html from mime 2000-04-20 01:55:42 +00:00
bienvenu%netscape.com
fa0e73d768 maintain folder flags if we delete a local mail folder potential fix for 24376 2000-04-20 01:26:45 +00:00
danm%netscape.com
d0d8c4d5c3 dist...chrome restructuring 2000-04-19 21:42:30 +00:00
jefft%netscape.com
755cb26df4 not correctly initialized limit message download size 2000-04-19 03:42:58 +00:00
bienvenu%netscape.com
7f138cd541 add msg folder to Search interface, not run yet 2000-04-19 01:01:08 +00:00
sspitzer%netscape.com
89169d374d really adding nsILocalMailIncomingServer.idl to the build this time. last time, I was just smoking crack. 2000-04-19 00:12:32 +00:00
sspitzer%netscape.com
5a1cde4e36 more divorcing of pop from local mail. use the nsILocalMailIncomingServer interface
for what is shared between pop and none (and eventually movemail).
changes needed for tobias, who will be fixing some i18n bugs in mailnews.
2000-04-18 22:10:36 +00:00
sspitzer%netscape.com
bbf414b6b5 adding nsILocalMailIncomingServer.idl to the build 2000-04-18 22:06:09 +00:00
sspitzer%netscape.com
45eeef7e38 adding this interface. all local mail incoming servers should implement it. 2000-04-18 21:56:50 +00:00
bienvenu%netscape.com
b459e719e2 add search method to message service, not used yet 2000-04-16 22:12:36 +00:00
cls%seawood.org
09386227ae EXTRA_DSO_LIBS should fix the unresolve symbol problem. 2000-04-04 09:40:49 +00:00
cls%seawood.org
fdd09457b4 Fix for EXTRA_DSO_LIBS in rules.mk
OS/2 Makefile.in changes (Patch 4a).  Bug #34106
2000-04-04 07:37:50 +00:00
cls%seawood.org
f6740baa20 Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
bienvenu%netscape.com
e47142bfe7 support for in-reply-to, r=sspitzer 8965 2000-04-04 00:53:23 +00:00
jefft%netscape.com
a71099db53 fixed bug 16235 -- [FEATURE] pop3_gets_new_mail on biff; put up confirmation dialog when deleting imap folders; r=scottip 2000-04-03 22:48:40 +00:00
mkaply%us.ibm.com
161e33b56d # 33859
r= putterman@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:43:42 +00:00
bienvenu%netscape.com
2c7746fcdc remove unused view attachments as links option, work on in-reply-to header, r=sspitzer 2000-04-03 03:22:56 +00:00
putterman%netscape.com
6d0c68ee48 Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
bienvenu%netscape.com
2cba9d275c filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
tbogard%aol.net
b52d8a2a80 Use the docShell APIs to do the Load rather than nsIWebShell methods. 2000-04-01 00:26:21 +00:00
jefft%netscape.com
558cf5d1f1 fixed bug 13710 - compact folder for pop3; r=scottip 2000-03-31 15:28:28 +00:00
alecf%netscape.com
62c3004d62 consolidate nsIMsgMailSession and nsIFolderListener by simply making nsMsgMailSession implement nsIFolderListener instead of having it's own API. r=scottip 2000-03-30 22:50:54 +00:00
warren%netscape.com
727f312b32 Necko API changes: primarily nsIChannel, changing initialization parameters to accessors. Got javascript: evaluation to happen at the right time (when AsyncRead is called) as well as on the right thread. 2000-03-29 03:58:50 +00:00
bienvenu%netscape.com
3444cfa790 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
sspitzer%netscape.com
d6f856b55b HandleLine() should be defined as virtual, as we are overriding it.
some more stuff for real subscribe, only for windows right now.
general clean up.
2000-03-28 07:44:24 +00:00
scc%netscape.com
898f9bb454 small changes to clients of string converting APIs 2000-03-26 12:51:42 +00:00
putterman%netscape.com
02e52d2580 fix for 16349 - shift delete works. Also more work on multiple windows by removing GetTemporaryMsgWindow.
various reviewers = mscott, hangas, rhp, and jefft.
2000-03-25 00:58:20 +00:00
jefft%netscape.com
254e865012 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
bienvenu%netscape.com
e4ae6e7e78 more work on mpod 32767 r=mscott 2000-03-24 06:20:01 +00:00
ducarroz%netscape.com
4007ab88b6 Fixes related to message compose UI, save attachment, edit message as new and draft message. Those changes fix bug 14868, 23627, 24185, 24864, 24930, 26087, 26733, 27171, 27762, 27931, 27932, 29119, 29176, 30279, 31546 and 28677. R=alecf, rhp, jefft 2000-03-23 06:39:19 +00:00
jefft%netscape.com
1c76b720e1 merge in beta1 fix for bug 32054; r=mscott 2000-03-20 23:46:52 +00:00
bienvenu%netscape.com
870f8600ce add accessor for parser state, r=jefft, mscott part of 23181 2000-03-18 16:04:24 +00:00
mccabe%netscape.com
a1a082d9b2 Add [noscript] to a number of non-scriptable attributes in [scriptable] interfaces. (They're not scriptable, because they refer to native types.) This is in preparation for a new compile-time check in xpidl to require the [noscript] annotation for attributes, as it is required for methods.
Preparatory to fix to 11454.

r=jband
2000-03-17 23:47:48 +00:00
jefft%netscape.com
dd2accbee8 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
jefft%netscape.com
9cdfa6fef7 fix bug 30784 - save messages / attachment with bogus path name failed sliently; this is bad if user think save was successful then followed by a delete and compact; we will have a data loss here 2000-03-14 13:54:42 +00:00
jefft%netscape.com
489aa96a47 fix bug 27396 - shouldn't display error message when selecting uw folder-only mailbox, 28301 - failed to store/read folder flags from folderInfo, 28916 - need to handle /NoSelect folder as 4.x does; r=bienvenu 2000-03-14 13:37:54 +00:00
sspitzer%netscape.com
fa9ec86bb0 changes for news over SSL. initial changes needed for SMTP over SSL, but
that isn't going to happen yet.  cleanup changes for nsNewsDownloadDialogArgs (still not used yet.)
2000-03-12 08:58:02 +00:00
bienvenu%netscape.com
fb177151c1 fix progress for mailbox parsing 29934 2000-03-11 19:48:06 +00:00
putterman%netscape.com
5dde7f68d3 a=phil. r=alecf. Fix for 31121. You can now delete a message in a local subfolder. 2000-03-10 03:03:04 +00:00
putterman%netscape.com
36a0950773 a=phil. r=jefft and mscott. Fix for 30918. Can now move messages from imap to local
and local to imap.
2000-03-09 04:17:02 +00:00