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

1203 Коммитов

Автор SHA1 Сообщение Дата
jefft%netscape.com e32462749b fixed bug 45727 -- Problems with download (POP) truncated msg from folder other than Inbox; disable fileters while downloading truncated message; bullet prove to prevent accessing empty string buffer; r=mscott 2000-09-18 21:49:47 +00:00
rayw%netscape.com 6cc70ebd6c Bug 37275, Changing value of all progids, and changing everywhere a progid
is mentioned to mention a contractid, including in identifiers.

r=warren
2000-09-13 23:57:52 +00:00
jefft%netscape.com 112969b35a fixed bug 28254 -- restrictions on new folder dialog for UW Imap server plus provide choice for creating either folders-only or messages-only mail folder; r=putterman 2000-09-13 14:24:41 +00:00
sspitzer%netscape.com aa5354138d fix for #34996. make sure pop works with usernames like
foo%bar, foo@bar, foo:bar, and foo/bar
r=alecf
2000-09-11 21:32:08 +00:00
bienvenu%netscape.com 1b5eab8b88 fix crash get new mail with no inbox r=sspitzer 51366 2000-09-08 01:25:59 +00:00
bienvenu%netscape.com 0c50761ef4 fix problem selecting local folder after compacting it r=putterman 51651 2000-09-07 23:57:40 +00:00
bienvenu%netscape.com 6c9b820e3a bullet proofing for 51651 crash moving local messages r=sspitzer 2000-09-07 14:14:35 +00:00
bienvenu%netscape.com a6c0261bf3 part of fix for 51306 crash compacting local folder r=sspitzer 2000-09-05 00:24:52 +00:00
scc%mozilla.org 88d1d5ad8a fixing code that relied on implicit string construction 2000-09-02 21:55:23 +00:00
bienvenu%netscape.com 6a3494119d add batching support for msg count notifications r=putterman 49212 and 17470 2000-09-01 14:25:09 +00:00
naving%netscape.com 6488fb8171 Changed the BuildPop3Url to pass the port also 2000-08-31 01:53:45 +00:00
naving%netscape.com 8459400ceb #define POP3_PORT was removed to get the port set for POP acct. Useful if the port is not
the default port.
2000-08-31 01:52:51 +00:00
dianesun%netscape.com 95693f5a74 Fix for bug 27880. R/A: mscott, QA: laurel. 2000-08-30 19:42:58 +00:00
alecf%netscape.com c1a95f374c re-fix #39016 - just a wording change, no reviewer 2000-08-29 04:08:54 +00:00
dianesun%netscape.com 5500657069 *** empty log message *** 2000-08-29 01:39:31 +00:00
alecf%netscape.com 7f5525f155 next part of fix for #40357 - make news and local mail not support mail filters
r=putterman
2000-08-26 06:09:48 +00:00
ducarroz%netscape.com 5cb8ad9748 Checkin patch proposed by jce2@po.cwru.edu for bug 32443. Added code to check disk space before downloading messages. R=bienvenu,ducarroz A=brendan@mozilla.org 2000-08-22 23:37:13 +00:00
ccarlen%netscape.com 466ce01ab9 Converted nsIFileLocator to nsIDirectoryService. r=alecf 2000-08-21 23:43:48 +00:00
scc%mozilla.org 3c206c9cc7 fixing code that relied on implicit string construction 2000-08-20 01:46:16 +00:00
bienvenu%netscape.com 112ee2c618 disable filters with invalid move targets 46876 r=alecf 2000-08-17 20:10:51 +00:00
alecf%netscape.com dfa40bb847 rework nsMessages so they are generic across all server/folder types, so that we can recycle them later
r=putterman
for bug #26456
2000-08-16 23:45:58 +00:00
bienvenu%netscape.com f40ede20ce fix build warnings 2000-08-13 23:00:42 +00:00
bienvenu%netscape.com 0fdeeaea66 fix bugs with partial uidl, stopping pop3 download, and deleting msgs on server r=putterman 43489 45727 33943 2000-08-13 22:56:40 +00:00
alecf%netscape.com 65066903b4 local mail speedup for #26456 r=putterman
use autostrings not PR_smprintf
2000-08-11 04:28:49 +00:00
alecf%netscape.com 5a903519d1 fix for #39016 r=mscott
make more strings localization friendly, and use formatStringFromName where appropriate
2000-08-10 07:00:16 +00:00
alecf%netscape.com ff6e54f208 part of fix for 39016 - add direct access to the string bundle for the mail string bundle stuff
r=mscott
2000-08-08 22:11:40 +00:00
alecf%netscape.com 3ac91a2d6f part of fix for #34996 - unify location of username amongst the protocols 2000-08-08 22:06:59 +00:00
bienvenu%netscape.com 6c787e2611 fix stop of msg move/copy r=mscott 28129 2000-08-06 20:15:32 +00:00
bienvenu%netscape.com 0e4f9e7359 more work on drag drop move/copy handling 47195 r=mscott 2000-08-06 14:40:21 +00:00
bienvenu%netscape.com d1cbb2ce9c add ability to create storage for folders on demand, e.g., templates and drafts, r=mscott 45146 2000-08-05 14:28:47 +00:00
ducarroz%netscape.com 2e9bc29abe Fix for bug 47497 (tree blocker). We should not pass rv to the call do_queryInterface in this case because failure here doesn't mean that the whole function failed. R=bienvenu 2000-08-03 20:50:00 +00:00
bienvenu%netscape.com 64cbc464b1 fix 28117 copying online to offline loses read state of msg r=mscott 2000-08-03 01:22:45 +00:00
bienvenu%netscape.com eb0fcab8e9 remove debug_bienvenu code for search testing 2000-07-26 21:09:39 +00:00
warren%netscape.com 7ac7233df8 Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz 2000-07-25 05:45:56 +00:00
bienvenu%netscape.com 713e467e25 turn on green icon for local folders that get messages filtered into them from pop, r=gayatrib 43884 2000-07-17 23:16:38 +00:00
mscott%netscape.com ae155355ca Bug #43691 --> fix pop uidl urls by supressing OnStart and OnStopRequest calls
if the url we are running isn't going to result in any new content.
r=alecf
2000-07-14 23:16:47 +00:00
cls%seawood.org 062c8bd937 Start tedious process of removing obsolete mozilla/include files from build. This patch should take us down to 19 of 101. Bug #38061 2000-07-10 07:13:31 +00:00
mscott%netscape.com f4be0bbdc6 Bug #43661 --> open attachment needs to pass in the file name
r=bienvenu
2000-07-07 21:57:39 +00:00
jefft%netscape.com cb8dadfc32 fixed bug 44164 - improperly parented modal dialog in nsPop3Protocol; r=mscott 2000-07-05 23:55:17 +00:00
mkaply%us.ibm.com 83b8bd6fea #42637
r=mscott, a=brendan
OS/2 bringup - VisualAge treats this like a cast - according to nsFileSpec.h, our way is correct
2000-07-05 13:44:44 +00:00
sspitzer%netscape.com 7f9294d28c last check in before sabbatical! fix for nsbeta2+ bugscape bug #1149.
install default templates in the case where the profile's locale
is not set.  r=mscott
2000-07-01 02:38:27 +00:00
morse%netscape.com feb550a4e1 fix bug 43886, single signon no longer works, r=jefft 2000-06-27 21:13:50 +00:00
gayatrib%netscape.com 1567fac51e Biff Feature bug 36011 review=scottip 2000-06-23 03:19:17 +00:00
mscott%netscape.com ebc205add2 10802 --> implement open attachment
r=bienvenu
2000-06-22 22:37:22 +00:00
mscott%netscape.com ad4d28b394 Bug #10802 --> add open attachment action type
r=bienvenu
2000-06-22 22:16:07 +00:00
amasri%netscape.com 93e980b67b Adding localization notes per Bugzilla #39775 Beta2+
r=rchen@netscape.com
2000-06-20 02:30:45 +00:00
mscott%netscape.com 2a981734c9 Bug #42836 --> attempt to fix crash on linux with migrated profiles by adding some null ptr checks.
r=putterman
2000-06-16 23:45:38 +00:00
nhotta%netscape.com 42359847b6 Added code to parse Content-Type charset and store to DB, bug 33101, r=bienvenu. 2000-06-16 22:17:06 +00:00
bienvenu%netscape.com 1c795429b0 more work on search BE, 33101 r=alecf parse local folders before searching 2000-06-16 13:21:41 +00:00
sspitzer%netscape.com 7f157bc012 remove unnecessary line. part of my checkin for #1181 2000-06-15 05:52:02 +00:00
sspitzer%netscape.com 6c5e7a81ce fix #1181. make it so we install templates into bin/defaults/Templates and
bin/defaults/en-US/Templates.  then fix it so we check in the locale
directory first, and fall back to the other one if we have too.
r=alecf
2000-06-15 05:04:49 +00:00
sspitzer%netscape.com 3537df95e2 start of changes for http://bugscape/show_bug.cgi?id=1149
allow for default templates for the "Local Folders" account.
r=alecf
2000-06-13 05:04:34 +00:00
jefft%netscape.com 8c934854d2 fixed bug26770 - Messages downloaded twice after hitting stop in POP download; r=bienvenu 2000-06-11 05:23:23 +00:00
jefft%netscape.com 53de752802 fixed bug 32247 - POP: Delete does not work after the first session; r=bienvenu 2000-06-08 22:10:15 +00:00
alecf%netscape.com 7eda727f84 fix for #34996 - pre-escape usernames before building URLs 2000-06-07 07:09:48 +00:00
bienvenu%netscape.com 41aa99c44e fix 33614 problem with delete filters, r=alecf,a=scottip 2000-06-03 22:12:23 +00:00
warren%netscape.com 958ed96edd Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
alecf%netscape.com d375b03c76 I forgot this file in my checkin the other day for #14421
(it was r=sspitzer)
2000-05-31 08:31:04 +00:00
alecf%netscape.com 3685513be7 fix for #40390 - make nsMsgIncomingServer::GetPort fall back to the default
port for the specified server type using nsIMsgProtocolInfo.
Also clean up some of the GetDefaultPort stuff
r=sspitzer
2000-05-31 08:00:13 +00:00
alecf%netscape.com 7e5e7a8fb4 ok, I'm a bonehead. set the passed in flag, not the TRASH flag on newly created local folders. duh. 2000-05-25 06:50:08 +00:00
alecf%netscape.com 76068483c0 cooler way of sharing INBOX/Drafts/etc strings between nsPop3IncomingServer and nsNoIncmoingServer
as fix for 14421 r=sspitzer
2000-05-25 05:53:33 +00:00
alecf%netscape.com 0ad4060d07 fix horribly obvious typo that might cause assertions (surprised it hasn't already) 2000-05-25 05:14:24 +00:00
alecf%netscape.com eeff0d90bd for local mail, use localized Drafts/Templates/etc from the stringbundle 2000-05-25 03:52:40 +00:00
jefft%netscape.com 473585f46a fixed bug 39883 - compact local folder crashes in nsMsgLocalMailFolder::Compact() with null database; r=putterman 2000-05-24 12:30:10 +00:00
sspitzer%netscape.com 496424c7f2 fix for #26768, r=mscott. get biff / get new msg to work properly if you have
two accounts on the same pop server.
2000-05-24 08:24:43 +00:00
sspitzer%netscape.com 2eda7c7b6c fix for several bugs.
#34355, for a new pop server, the copies and folders prefs should point to the pop server,
not the local server.

#22889, #37464, news article urls not displaying, and they causing autosubscribe to happen.

#36661, fix problems with autosubscribe / article url problem, if they happen before
we migrated and if there is no accounts.

#8216,  a successful cancelling of a news posting removes message from thread pane

r=alecf
2000-05-23 02:38:00 +00:00
alecf%netscape.com 045c4b819c change boolean to integer (same C++ storage size, so no other changes needed)
(no reviewer, this is trivial as it was already being used as an integer)
2000-05-22 22:00:14 +00:00
cls%seawood.org 1165ad3a33 Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
pavlov%netscape.com 0c75802384 changes all usages of NS_NewTimer to CreateInstance 2000-05-17 02:49:35 +00:00
jefft%netscape.com 7f1fd811c2 fixed bug 28929 -- [regression] incorrectly entered pop mail leaves user in wierd state - does not download messages 2000-05-16 23:56:19 +00:00
warren%netscape.com be7f0d13bf Reverted serverPasswordRealm back to serverURI. Bug 39453. 2000-05-16 21:17:55 +00:00
warren%netscape.com 4d1711e5f8 Changes to unify nsINetPrompt with nsIPrompt, making single sign-on work. Single sign-on API changes. Fixes bugs 34583, 34720, 34725, 24746, 33094. r=sspitzer,morse 2000-05-16 05:35:23 +00:00
mscott%netscape.com 43373bb911 Bug #5938 --> set the charset override on the url if there is one. 2000-05-16 00:22:53 +00:00
mscott%netscape.com 17cbb475b2 display message api synch. 2000-05-15 22:44:27 +00:00
mscott%netscape.com 8ef94464bd Bug #5938 --> add get/set charset over-ride to I18N urls. 2000-05-15 22:40:47 +00:00
mscott%netscape.com 45fe377eaa Bug #31058 -->Add nsIMsgI18NUrl and Get/Set URI support.
set the URI for the url.
2000-05-15 20:34:18 +00:00
jefft%netscape.com 2dc253bd26 fixed bug 16244, 35704 - empty trash on exit for Pop3 and Imap 2000-05-15 14:55:22 +00:00
alecf%netscape.com 5a03b4e256 API cleanup: replace OnFolderLoaded/OnDeleteOrMoveMessageCompleted with OnItemEvent using atoms 2000-05-14 20:35:46 +00:00
danm%netscape.com e6b9efbec5 top-level chrome dirs are now packages,locales,skins 2000-05-13 21:29:08 +00:00
locka%iol.ie ff164450dd Replaced references to webshell with docshell equivalents 2000-05-12 20:41:19 +00:00
jefft%netscape.com b43c1a4038 fixed blocker bug 39069; need to check for valid pointer m_filterList prior derefrencing it; a=granrose 2000-05-12 17:25:30 +00:00
alecf%netscape.com 0c0371f5f5 get filter list from the server, not manually 2000-05-12 04:14:23 +00:00
cls%seawood.org fec728bf12 More OS/2 Makefile changes. Bug #34106 Batch 13 2000-05-11 14:15:34 +00:00
sspitzer%netscape.com 146551c9fa these skin files have moved. 2000-05-11 04:04:52 +00:00
jefft%netscape.com ecc8bbfe0f fixed bug 23447, 36429, 32797 -- mail folder not getting set correctly when UpdateSummaryTotal this causes subsequent empty trash & delete message to fail 2000-05-03 22:40:46 +00:00
mscott%netscape.com 3ebe5207ea progress & status should use the progress event sink associated with the laod
instead of the status feedback object
2000-05-03 21:19:38 +00:00
mscott%netscape.com 04a20c671b implement GetContentLength for mailbox protocol. Report progress
via the progress listener event sink associated with the load
2000-05-03 21:19:22 +00:00
mkaply%us.ibm.com 62f37ade05 # 34082
r= mscott
OS/2 bring up continues - PR_CALLBACKs for VisualAge
2000-05-02 23:11:58 +00:00
jefft%netscape.com cc939ec96c round 2,partial fix bug 10802; passed in part number and content type for open attachment 2000-05-02 22:45:44 +00:00
putterman%netscape.com 6f1558e50e 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 3ec3aa314b 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 6fd1a569fd remove unnecessary parameter 2000-05-01 23:13:21 +00:00
alecf%netscape.com eee04806d9 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 9d6808b0cd 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 475cdcd1b1 fixed bug 35039 - POP: Shouldn't got an Alert when canceling login dialog 2000-04-26 22:31:59 +00:00
alecf%netscape.com 69d78aa061 fix for #37205 - switch back to "pop3" from "pop" 2000-04-26 21:21:12 +00:00
jefft%netscape.com 223fa87dcf fixed bug 17100 - [FEATURE] enabled partial message download for pop3 2000-04-25 01:48:00 +00:00
cls%seawood.org 33edc21c9c 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 b116dcfbd4 making string conversions explicit 2000-04-23 11:12:53 +00:00
jefft%netscape.com 7659729d32 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 dd305fc7ce 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 622d6fe83b dist...chrome restructuring 2000-04-19 21:42:30 +00:00
jefft%netscape.com fdf39e134e not correctly initialized limit message download size 2000-04-19 03:42:58 +00:00
bienvenu%netscape.com d28e726806 add msg folder to Search interface, not run yet 2000-04-19 01:01:08 +00:00
sspitzer%netscape.com c66e61254f 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 ea8ea4e957 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 26241a7834 adding nsILocalMailIncomingServer.idl to the build 2000-04-18 22:06:09 +00:00
sspitzer%netscape.com ba2808684b adding this interface. all local mail incoming servers should implement it. 2000-04-18 21:56:50 +00:00
bienvenu%netscape.com 502dcf9642 add search method to message service, not used yet 2000-04-16 22:12:36 +00:00
cls%seawood.org db22dfca34 EXTRA_DSO_LIBS should fix the unresolve symbol problem. 2000-04-04 09:40:49 +00:00
cls%seawood.org 372343f97f 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 57978e5c23 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 d2b3a9b757 support for in-reply-to, r=sspitzer 8965 2000-04-04 00:53:23 +00:00
jefft%netscape.com 35b21c5e0e 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 a85fc04465 # 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 4af5c76419 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 c6139de89e Add new icons to mail news 3 pane UI. r=mscott 2000-04-03 02:58:21 +00:00
bienvenu%netscape.com 1a67a67535 filter upgrade code for local filters, r=sspitzer 17174 2000-04-03 00:39:51 +00:00
tbogard%aol.net 734b1d0c2e Use the docShell APIs to do the Load rather than nsIWebShell methods. 2000-04-01 00:26:21 +00:00
jefft%netscape.com 0710a86735 fixed bug 13710 - compact folder for pop3; r=scottip 2000-03-31 15:28:28 +00:00
alecf%netscape.com c3b39881e4 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 d60b12b153 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 90210ce245 get downloading of imap attachments working, r=alecf 32767 2000-03-29 00:58:21 +00:00
sspitzer%netscape.com 237835bb3a 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 bc7c7aba59 small changes to clients of string converting APIs 2000-03-26 12:51:42 +00:00
putterman%netscape.com bed4678ea5 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 283b0980e6 fixed bug 10834 - Pop3 delete folders move to trash; r=putterman 2000-03-24 14:58:32 +00:00
bienvenu%netscape.com 84362f8898 more work on mpod 32767 r=mscott 2000-03-24 06:20:01 +00:00
ducarroz%netscape.com 3f7efc788d 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 1b0a31e250 merge in beta1 fix for bug 32054; r=mscott 2000-03-20 23:46:52 +00:00
bienvenu%netscape.com e6e7067c38 add accessor for parser state, r=jefft, mscott part of 23181 2000-03-18 16:04:24 +00:00
mccabe%netscape.com 7cef346a78 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 a3432eba05 fixed unnecessary database loading when building folder view; r=bienvenu 2000-03-15 06:26:31 +00:00
jefft%netscape.com 07dd82c225 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 e03eefbbcd 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 85024cc3f0 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 5add8d6c65 fix progress for mailbox parsing 29934 2000-03-11 19:48:06 +00:00
putterman%netscape.com 5d328dd3ce 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 aedadeea90 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
putterman%netscape.com aa73ab77fa Fix for 29814. a=phil r=bienvenu. Mail folders now load after they are imported. Fixes
a memory leak that was preventing this from working.
2000-03-07 05:13:25 +00:00
jefft%netscape.com 5ca59d5a1e fixed bug 25988 -- IMAP Subfolders appearing at 1st level instead of 2nd level; bug 26061 -- Rename a pop3 folder and its subfolders disappear; a=phil,r=bienvenu 2000-03-01 05:17:53 +00:00
putterman%netscape.com 791cfcf47a a=phil. Fixes for 29184 and 29104 (r=alecf and bienvenu) Can now access and copy to a local
subfolder.  Fix for 7844 (r=nhotta and bienvenu) Can now view Japanese local folders.
2000-02-26 20:46:39 +00:00
bryner%uiuc.edu bbfe27364b Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
bienvenu%netscape.com 0c0d8d0092 fix problem after stopping folder reparse, r=putterman, a=phil 28324 2000-02-21 21:08:53 +00:00
bienvenu%netscape.com d7d274de8a fix stop handling for pop3 r=mscott,a=chofmann 27780 2000-02-18 01:37:07 +00:00
jefft%netscape.com 439782145b fixed bug 27759 -- Empty Trash breaks trash folder display; r=bienvenu,a=phil,chofmann 2000-02-17 06:03:55 +00:00
putterman%netscape.com 10f1f6ee30 Fix for 21469. r=jefft. Deleting a message in a thread now goes to the next message and scrolls
to it so that you don't lose your place in the thread pane.  More work on 26456.  r=alecf.
Some performance improvements for loading folders by speeding up building up a uri.
2000-02-16 00:39:23 +00:00
rhp%netscape.com 69272d55f5 Fixing horkage on Mac..SHOOT ME! 2000-02-15 23:55:09 +00:00
rhp%netscape.com b782f6e68a Changes to implement printing correctly - Buf #12505 - r: jefft 2000-02-15 23:05:06 +00:00
sspitzer%netscape.com 141edd4884 fix for #27799, rename folder failing for local mail (pop and "Local Folders")
r=mscott
2000-02-15 09:47:34 +00:00
jefft%netscape.com ae6bba91f0 fixed bug 24054 -- imap message copy to local folder needs to have From line escaped; r=bienvenu 2000-02-10 14:48:53 +00:00
jefft%netscape.com 4bd138ca34 fixed bug 23089 -- selecting undo after delete cause trash folder to load; r=bienvenu 2000-02-08 15:48:20 +00:00
alecf%netscape.com c91f4d6f7d don't access mFolder directly, instead go through base class
r=putterman
2000-02-08 06:00:57 +00:00
mscott%netscape.com 2964030ea3 Remove some wastefule NS_LOCK_INSTANCE useages in this class because
the class only runs on the UI thread...no need to use these locks
r=sspitzer
2000-02-08 01:10:21 +00:00
scc%netscape.com 5e041e830f Pro5 update 2000-02-07 23:06:04 +00:00
jefft%netscape.com d682a93e79 fixed bug 14893 - undo/redo should enable only when it is available; bug 23089 - selecting undo after delete cause trash folder to load; r=rhp 2000-02-07 15:15:14 +00:00
bienvenu%netscape.com d7e992b034 allow creation of folders with double-byte characters r=putterman, 26745 2000-02-07 00:20:37 +00:00
scc%netscape.com b747179faa while code reviewing Pierre Phaneuf's changes, I noticed some places where |do_QueryInterface()| could be used more efficiently, and some bad casts of |nsCOMPtr|s. This checkin fixes those. r=ben 2000-02-06 21:53:20 +00:00
sspitzer%netscape.com 4b48f48eda in the immortal words of sfraser: "die, appcores, die".
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.

r=alecf
2000-02-06 06:54:52 +00:00
sspitzer%netscape.com 63e557c3c8 be consistent with how we define the incoming server prog ids. add a debugging
printf (for me only).  r=alecf
2000-02-06 06:51:24 +00:00
pp%ludusdesign.com 6281a9efd1 Converting ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-06 03:18:27 +00:00
alecf%netscape.com 2185a7333a move from nsAutoCString to nsCAutoString r=sspitzer 2000-02-05 06:11:46 +00:00
pp%ludusdesign.com 26646663e1 Conversion of ::GetIID() to NS_GET_IID(). Bug #20232, r=scc@netscape.com 2000-02-04 00:39:15 +00:00
jefft%netscape.com 90dd1e5ea9 fixed bug 26355 -- cannot log into pop3 server after entering password incorrectly; need to reset the pop3 state machine so that we can get subsequent prompt for password; r=mscott 2000-02-04 00:26:57 +00:00
jefft%netscape.com 5925f968c0 fixed bug 26169 -- Sending message appears to fail if the Sent folder not yet parsed; r=scottip 2000-02-03 23:40:09 +00:00
sspitzer%netscape.com 20bb93971d change to allow someone to use the "no strip url" interface in wallet.
no one is using it yet, because it doesn't work.

r=mscott
2000-02-03 05:01:42 +00:00
valeski%netscape.com 79132da2fc URL Parsing and implementation rewrite landing. Andreas Otte was generous enough to contribute these changes 2000-02-03 03:44:22 +00:00
ducarroz%netscape.com af89452e49 fix part of bug 25949, update project path for compatibilty with CW Pro 5. R=n/a 2000-02-01 01:53:01 +00:00
jdunn%netscape.com 0e5f43bc39 remove extra ';' - breaks AIX 2000-01-31 21:44:40 +00:00
jefft%netscape.com f46c291443 Fixed bug 18565 -- Single sing on for Pop3 and Imap; passing in nsIMsgWindow for nsIPrompt 2000-01-29 15:53:14 +00:00
mscott%netscape.com e203db5230 remove mailboxMessage protocol and use mailbox
r=alecf
2000-01-29 00:48:48 +00:00
mscott%netscape.com 35d1f511f8 add support for local string bundle service
remove all traces of mailboxMessage protocol
r=alecf
2000-01-29 00:48:27 +00:00
mscott%netscape.com bcb835c6b7 Bug #13405 --> use local string bundle service
r=alecf
2000-01-29 00:47:49 +00:00
mscott%netscape.com 76c6c9dcd2 Bug #13405 create a cache for the local string bundle 2000-01-29 00:47:15 +00:00
bienvenu%netscape.com e02618cc66 add ability to stop pop3 download, r=putterm an 18060 2000-01-28 23:20:00 +00:00
alecf%netscape.com 0ad1516554 prepare to eliminate GetCurrentServer
(test only, no reviews)
2000-01-28 08:56:57 +00:00
bienvenu%netscape.com c324652a1a handle stopped mailbox parse correctly, r=sspitzer 2000-01-28 02:38:38 +00:00
bienvenu%netscape.com 4bee4994d2 add nsIMsgWindow to a bunch of apis so we can stop urls, r=putterman 2000-01-28 01:22:33 +00:00
sspitzer%netscape.com 315df8cb85 clean up nsIMsgFolder.idl and break it apart. r=alecf 2000-01-26 10:00:00 +00:00
sspitzer%netscape.com 9569df8431 added files: mozilla/mailnews/local/public/nsIMsgLocalMailFolder.idl 2000-01-26 09:59:09 +00:00
sspitzer%netscape.com 96a68020b0 I'm taking this out of nsIMsgFolder. not part of build yet. 2000-01-26 09:50:06 +00:00
mscott%netscape.com 280160c56a Bug #23889 --> fix a typo in a printf =) ya'll is technically spelled y'all.... 2000-01-26 01:01:48 +00:00
dougt%netscape.com fd69a2f423 Landing nsIFile. 2000-01-24 21:28:28 +00:00
bienvenu%netscape.com b11c7a0430 add ability to copy multiple imap messages efficiently, r=jefft,mscott 23302 2000-01-18 22:33:35 +00:00
sford3%swbell.net 948579bb84 Replace instances of nsTextFormater with nsTextFormatter, r=jst@citec.fi 2000-01-17 22:32:13 +00:00
jefft%netscape.com 9249bb4233 Fixed bug 22129 -- lack of recieve mail functionality; it turns out that we didn't handle actual message size different that the server returned message size well; we have to check for dot_fix, assumed_end and pause for more data to end incorporate complete message download; turned on auth login so we have a little security; generate X-UIDL header if needed; better cache of server capability; r=rhp 2000-01-17 17:32:07 +00:00
sspitzer%netscape.com 95447e565d add a debugging printf. 2000-01-15 09:30:34 +00:00
alecf%netscape.com a791c7c105 back out my changes 2000-01-14 22:51:53 +00:00
alecf%netscape.com 26dec628b3 fix usages of GetPreHost so that local/imap/news folders can be displayed
a=granrose
2000-01-14 20:17:14 +00:00
alecf%netscape.com 76b7dad32e make the mail notification systems use nsIAtoms instead of char*s, and add capability to notify on PRUnichar* data that changes
(in preparationfor #19079)
r=scottip
2000-01-14 09:01:39 +00:00
bienvenu%netscape.com a1ff78fcb1 add copymessages to message service,r=mscott 2000-01-12 21:43:59 +00:00
jefft%netscape.com 59cc486ac6 fixed bug -- Empty trash on local and POP folders doesn't work; implemented empty trash for pop; r=putterman 2000-01-11 20:41:24 +00:00
sspitzer%netscape.com 079c129409 fix for bug #23457. when we create a new account, set the copies and folders prefs for the associated identity to the right defaults.
added to the nsIMsgProtocolInfo interface defaultCopiesAndFoldersPrefsToServer,
which we use to see for a given server type, do the defaults live on the server
or not (where not would mean "Local Folders").

fix the getFoldersWithFlag method in the nsIMsgFolder interface so it
would be easier to use in JS.

r=alecf
2000-01-11 08:01:37 +00:00
mscott%netscape.com a4be3b0f68 performance tweak --> header parser is supposed to be a service not a component.
r=bienvenu
2000-01-09 22:00:03 +00:00
putterman%netscape.com f783868075 Select and scroll to first new message in a folder. r=bienvenu. 2000-01-09 19:47:58 +00:00
alecf%netscape.com cb05bcaa63 final stage of XPIDLizing nsIMsgHdr 2000-01-08 09:55:37 +00:00
sspitzer%netscape.com 3ad93338aa added files: mozilla/mailnews/local/src/nsNoneService.cpp 2000-01-08 04:02:54 +00:00
sspitzer%netscape.com 7a838822da added files: mozilla/mailnews/local/public/nsINoneService.idl 2000-01-08 04:01:38 +00:00
sspitzer%netscape.com 66a2024b3e fix #23372, remove hard coded string from account manager and account wizard
js.  fix #23313, don't allow user to delete "local folders" account.
fix #23413, implement delete account.  further divorce "none" from "pop3"
(which will be useful once we get to movemail and other incoming mail server types)

r=alecf
2000-01-08 04:01:06 +00:00
alecf%netscape.com e985f3bd19 null pointer check, no reveiwer 2000-01-08 03:39:59 +00:00